volcanopele / juno

Python and Shell scripts for my Juno work
0 stars 0 forks source link

Generate maps in jiramReprojection.py #3

Closed volcanopele closed 2 years ago

volcanopele commented 2 years ago

Right now jiramReprojection.py accepts a map-projected cube file as input. Change this so that the script generates the map file either by using the calculated geometric values (clat, clon, altitude, and pixel scale), or by giving it a map file in the command line.

volcanopele commented 2 years ago

Allow for the selection of multiple images, then use the median geometry for the map file (except for pixel scale, use the highest resolution one)

volcanopele commented 2 years ago

The first part is complete as of commit a7c3cafee0fda07cc13c649cc722021af64d69aa. The second part has not been resolved and will likely be made into a separate issue for issue tracking.

volcanopele commented 2 years ago

Moved second comment to a separate issue. First comment is resolved.