The goal is to process FITS images and apply filters and whatever you're supposed to do with astronomy pictures.
Trying to figure out the previous code
Look it up in the pom.xml file under dependencies
- Java 11: [download link]
- Maven (optional): [download link]
-
Clone the repository
git clone https://github.com/JAVA-IMAGING/image-processing.git -
Navigate to Maven project directory
cd ./image-processing/java-imaging -
Validate and compile the Maven project
mvn validateandmvn compile, a test directory will then be created with class files.- If Maven is not installed, replace
mvnwith either./mvnwor.\mvnw.cmdif system is Windows or Linux/Mac respectively to make use of the wrapper
-
Package the compiled code and run
mvn packagewill compile once more before packaging into .jar file. Execute .jar file found in test directoryjava -cp target/<jar-file-name>.jar com.package.of.main.file