Skip to content
/ Kira Public

Kira is an astronomy image processing toolkit implemented with Apache Spark.

License

Notifications You must be signed in to change notification settings

BIDS/Kira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kira

Building

We use maven to build. You can build with:

mvn clean package

We require a local jar to be installed the first time you build. We provide this jar in the repository. Install this jar with:

mvn install:install-file -Dfile=lib/jfits-0.94.jar -DgroupId="org.esa" -DartifactId="fits" -Dpackaging="jar" -Dversion="0.94"

Spark Fits2Kira

The spark version has a provided submit script. To run, do:

bin/kira-submit

You will need to have a copy of the Spark binaries. Set $SPARK_HOME to the path to the binaries.

About

Kira is an astronomy image processing toolkit implemented with Apache Spark.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors