Terra Processing: Trouble with GEO file
-
- Posts: 14
- Joined: Fri Apr 29, 2022 12:07 pm America/New_York
Terra Processing: Trouble with GEO file
Hello,
We've managed to successfully process some Terra files from L1A to L2, but the processing of other Terra files is having issues when trying to make the GEO file. I have included some of the terminal print out below:
Determining required attitude and ephemeris files...
ancillary_data.db
Searching database: /home/spinkham/ocssw/var/log/ancillary_data.db
Input file: T2010285143500.L1A_LAC
Sensor : modist
Start time: 2010-10-12T14:35:00
End time : 2010-10-12T14:39:59
OBPG session started
Error retrieving ancillary file list
Failed to identify/retrieve attitude/ephemeris required to geolocate T2010285143500.L1A_LAC; exiting.
Thank you.
We've managed to successfully process some Terra files from L1A to L2, but the processing of other Terra files is having issues when trying to make the GEO file. I have included some of the terminal print out below:
Determining required attitude and ephemeris files...
ancillary_data.db
Searching database: /home/spinkham/ocssw/var/log/ancillary_data.db
Input file: T2010285143500.L1A_LAC
Sensor : modist
Start time: 2010-10-12T14:35:00
End time : 2010-10-12T14:39:59
OBPG session started
Error retrieving ancillary file list
Failed to identify/retrieve attitude/ephemeris required to geolocate T2010285143500.L1A_LAC; exiting.
Thank you.
Filters:
-
- Subject Matter Expert
- Posts: 713
- Joined: Tue Feb 09, 2021 5:42 pm America/New_York
- Been thanked: 9 times
Re: Terra Processing: Trouble with GEO file
What version of SeaDAS are you using? SeaDAS 8.2.0? What tag of OCSSW are you using? V2022.0?
-
- Posts: 14
- Joined: Fri Apr 29, 2022 12:07 pm America/New_York
Re: Terra Processing: Trouble with GEO file
I am processing files from the command line using the OCSSW code bundle with tag V2022.0.
-
- Subject Matter Expert
- Posts: 713
- Joined: Tue Feb 09, 2021 5:42 pm America/New_York
- Been thanked: 9 times
Re: Terra Processing: Trouble with GEO file
Please try
If successful, try modis_GEO again.
Code: Select all
modis_atteph T2010285143500.L1A_LAC
-
- Posts: 14
- Joined: Fri Apr 29, 2022 12:07 pm America/New_York
Re: Terra Processing: Trouble with GEO file
We've implemented a call in our workflow to 'getanc' on the L1A files. Now all of the Terra files seem to be processing successfully. Thank you for your help.