This is a tool to process and project JunoCam images onto a lat/lon grid.
Install the python dependencies using the requirements.txt
:
pip3 install -r requirements.txt
To run the projection code, the C extension needs to be compiled. To do this, run,
cd projection/
make clean
make
See examples/projection.ipynb
for an example of JunoCam image projection.
To rerun the projection code, you will need to unzip 8724-Data.zip
and 8724-ImageSet.zip
in the examples/
folder , which will create the DataSet
and ImageSet
directories.
See examples/mosaic.ipynb
for an example of mosaicing two images. To rerun the code,
you will need to unzip all the zip files in the examples/
folder.