-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hical fails on HIRISE edr image due to missing csv files #5272
Comments
@marvins, it appears that you are missing files from your |
@marvins there is a line in the downloadData script that essentially excludes all The specific line to remove is:
|
Worked like a charm. Appreciate the help. If anyone is interested, I wrote an update for the wiki page here that explains this. I assume that CSV filter is there for a good reason, so I just added a note. The only quirk is it seems you can't open PRs against wiki pages, so I've attached the block of markdown to copy/paste into the page, starting at line 59 (After the USGS Thanks again.
|
ISIS version(s) affected: 8.0.0
Description
While following the MRO tutorial on GitHub link, I am unable to perform radiometric calibration on any EDR images I downloaded from PDS.
The images in question are located here...
https://hirise-pds.lpl.arizona.edu/PDS/EDR/ESP/ORB_072100_072199/ESP_072111_2645/
After downloading the images, I converted them to a
.cub
format. I then add the spice info. I verified the SPICE information is properly appended by runninggdalinfo -mdd all ESP_072111_2645_RED0_0.cub
.I've fully downloaded the entire catalog of MRO ISIS data using the following...
I also verified the
${ISISDATA}/mro/calibration/matrix
folder has data.Current Hypothesis:
.cub
) format. Thehical
application needs the files in a CSV format.downloadIsisData
that I'm missing?downloadIsisData
multiple times and still not getting these CSVs.-include='calibration/*'
and other tweaks.Hardware:
Other Notes
If this is a documentation issue or small coding problem, I'm happy to contribute a Pull Request.
Please pass on my thanks to the developers. This documentation is very impressive and for the most part, I've had minimal hassles. Appreciate it.
Marvin
The text was updated successfully, but these errors were encountered: