Hello
I installed 6.2 RC1 version of Seadas on my Ubuntu 10.04 and tried to modify my script (working well for 6.1 version) for it.
Modified text of script is in attached txt file
When trying to run it - i get next:
_______________________________________
Determining required definitive attitude and ephemeris files...
/home/jessica/Seadas_62_RC1/run/scripts/modis_definitive_atteph.csh terra 2010335092000 2010335092500
Checking local hard disk for required definitive attitude and ephemeris files...
Present on hard disk: AM1ATTN0.A2010335.0800.002
Present on hard disk: AM1EPHN0.A2010335.0800.002
All required definitive attitude and ephemeris files found on your hard disk.
att_file1: /home/jessica/Seadas_62_RC1/run/var/modis/atteph/2010/335/AM1ATTN0.A2010335.0800.002
att_file2: NULL
eph_file1: /home/jessica/Seadas_62_RC1/run/var/modis/atteph/2010/335/AM1EPHN0.A2010335.0800.002
eph_file2: NULL
Input Level 1A : ./2010335.0920.005_MOD01.hdf
Output Geolocation: ./2010335.0920_T.GEO
Satellite: terra
Year: 2010 Day: 335 Hour: 09 Minute: 20
*Terrain Correction Enabled*
Word too long.
modis_L1A_extract.csh: ERROR: File 2010335.0920_T.GEO does not exist. Exiting.
modis_L1B.csh: ERROR: File ./2010335.0920_T_Balt.L1A_LAC does not exist.
Usage: modis_L1B.csh MODIS_L1A_file MODIS_GEO_file [OPTIONS]
Options:
-b Use base of input filename for output filenames
(without -b, output filenames are automatically determined)
-o L1B_1KM_filename Output MODIS L1B 1KM HDF filename
-h L1B_HKM_filename Output MODIS L1B HKM HDF filename
-q L1B_QKM_filename Output MODIS L1B QKM HDF filename
-rlut REFL_LUT_filepath Full path and filename of Reflective LUT file
-elut EMIS_LUT_filepath Full path and filename of Emissive LUT file
-qlut QA_LUT_filepath Full path and filename of QA LUT file
-delete-1km Delete 1km resolution L1B file
-delete-hkm Delete 500m resolution L1B file
-delete-qkm Delete 250m resolution L1B file
-save-log Save processing log file(s)
_________________________________________________
And also when i try to process L1A file to L1B through GUI - i have the similar problem:
___________________________________
Input Level 1A : /media/1TB_data/MODIS/test/L1A_to_L1B/2010335.0920.005_MOD01.L1A_LAC
Output Geolocation: /media/1TB_data/MODIS/test/L1A_to_L1B/2010335.0920.GEO
Satellite: terra
Year: 2010 Day: 335 Hour: 09 Minute: 20
*Terrain Correction Enabled*
Word too long.
exit_status= 1
SeaDAS>
_______________________________________________
Where can be a problem? It seem it is on stage of generation of GEO file...
Thank you