Hi,
I'm having a little trouble with real time Aqau processing using MODIS_L0_to_L1A_GEO.csh. I'm calling it as follows from within a c-shell script:
modis_L0_to_L1A_GEO.csh $PDSFILE
From my understanding, calling the script this way should allow it to see if there are definitive attitude and ephemeris files available from
ftp://oceans.gsfc.nasa.gov/MODISA/ATTEPH/, and if there are not it should fall back to using real-time data that is also tries to download. However, in my case, perhaps because I'm processing the Aqua files in real-time, just after we receive the pass, the script fails to find either definitive or real time files. And this stops my processing dead in its tracks.
I've attached output from my script below (sorry for the length).
It doesn't seem possible for the processing to go any further if neither real-time or definitive files are available - am I correct about this? When should I expect real-time files to become available after a pass?
Thanks very much!
Ryan
Determining required definitive attitude and ephemeris files...
/home/xtuser/seadas/etc/modis_definitive_atteph.csh aqua 2005306164043 2005306165117
Checking local hard disk for required definitive attitude and ephemeris files...
Missing on hard disk: PM1ATTNR.P2005306.1600.*
Missing on hard disk: PM1EPHND.P2005306.1200.*
Attempting to download missing files...
*** TO CANCEL THESE TRANSFERS (AND ABORT GEOLOCATION PROCESSING) PRESS CTRL-\ ***
*** WARNING: IF YOU ABORT, MAKE SURE TO REMOVE THE PARTIALLY DOWNLOADED FILES ***
/home/xtuser/seadas/util/bin/wget --passive-ftp --tries=2 -q \
-P/home/xtuser/seadas/data/modis/atteph/2005/306 \
ftp://oceans.gsfc.nasa.gov/MODISA/ATTEPH/2005/306/PM1ATTNR.P2005306.1600.**** It appears the ftp site may not be hosting the requested definitive attitude file:
***
ftp://oceans.gsfc.nasa.gov/MODISA/ATTEPH/2005/306/PM1ATTNR.P2005306.1600.**Failed to determine/retrieve required definitive attitude and ephemeris files*
*Falling back to real-time attitude/ephemeris*
Determining required real-time attitude and ephemeris files...
/home/xtuser/seadas/etc/modis_predicted_atteph.csh 2005306164043 2005306165117
Checking local hard disk for required real-time attitude and ephemeris files...
Missing on hard disk: Predicted attitude file corresponding to pass start time.
Missing on hard disk: Predicted attitude file corresponding to pass stop time.
Missing on hard disk: Predicted ephemeris file corresponding to pass start time.
Missing on hard disk: Predicted ephemeris file corresponding to pass stop time.
Attempting to download missing files...
*** TO CANCEL THESE TRANSFERS (AND ABORT GEOLOCATION PROCESSING) PRESS CTRL-\ ***
*** WARNING: IF YOU ABORT, MAKE SURE TO REMOVE THE PARTIALLY DOWNLOADED FILES ***
*** No real-time attitude file corresponding to pass start time exists on ftp site. Exiting.
*Failed to determine/retrieve required real-time attitude and ephemeris files*
The required attitude and ephemeris files are not available!
Processing cannot proceed. Exiting.