Size: 2464
Comment:
|
Size: 2487
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 17: | Line 17: |
* list.e - User inputs object name (i.e. DIONE, TETHYS, etc. all caps!!!) and the minimum size of the object in pixels. Use this to flush out low resolution images (list.e scales the size of the body) and make a list of images to download and an input file for the next utility. | * list.e - User inputs object name (i.e. DIONE, TETHYS, etc. all caps!!!) and the minimum size of the object in pixels. Use this to flush out low resolution images (list.e scales the size of the body) and make a list of images to download and an input file for the next utility. [[attachment:list.f]] |
CASSINI Procedures
To ingest images, you first need to setup the directory. The programs are (to JRW's knowledge) unique to CASSINI.
Directory Structure
Saturn
- CASSINI
- DATA
- UTILITIES
- Dione
- Mimas
- Etc
Contents of the CASSINI Directory
- DATA has all the kernels in it, with no subdirectories. Will also need cumindex.tab (Cumulative Image Index provided by the PDS) in this directory, as well as TABLE.TXT (used to convert images to 12 bit).
- UTILITIES has three files.
list.e - User inputs object name (i.e. DIONE, TETHYS, etc. all caps!!!) and the minimum size of the object in pixels. Use this to flush out low resolution images (list.e scales the size of the body) and make a list of images to download and an input file for the next utility. list.f
- convert.e - Enter the object name as "OBJ.TXT" where OBJ is the object name you entered previously. Puts the DAT image files into IMAGEFILES and makes make_sumfiles.in.
- make_sumfiles.e - Makes the SUMFILES. When it asks if you want to "Include Pole (y/n)" SAY NO!!! Bob toyed with the idea of putting the pole into the SUMFILE, but never implemented that.
# Below is from Bob's email 29 July 2020 ../CASSINI/UTILITIES/list.e DIONE 100 <- minimum size in pixels [makes DIONE.TXT and b/w coverage plot] [makes ./NEW_IMAGES/download.b] cd NEW_IMAGES chmod +x download.b ./download.b cd .. ../CASSINI/UTILITIES/convert.e <- this is equivalent to PROCESS_IMG DIONE.TXT [makes images and puts into IMAGEFILES] [makes make_sumfiles.in] ../CASSINI/UTILITIES/make_sumfiles.e 0. Create new SUMFILES & NOMINALS and .. 1. Update old NOMINALS and .. 2. Update old SUMFILES 0 Include Pole? (y/n) n <- ALWAYS SAY NO!
Potential Errors
When you run the output from list.e (i.e. NEW_IMAGES/download.b) you get an <Name>.IMG file for each image, even if there was an error in the download. If you don't notice there was an error and run convert.e, you get an error that looks like this ...
<rand> Iapetus$ ../CASSINI/UTILITIES/convert.e INPUT LIST IAPETUS.TXT At line 118 of file convert.f (unit = 10, file = 'NEW_IMAGES/N1483150865_1.IMG') Fortran runtime error: Non-existing record number
This happened to JRW because the directory structure on the PDS server is different from that in cumindex.tab. You'll have to re-download the files.