Tom,
The problem is that ncdump is trying to open: /disk01/seadas/seadas/Test/A2010299125000.L1A_LAC.x.hd����i
and not /disk01/seadas/seadas/Test/A2010299125000.L1A_LAC.x.hdf
You are not the first to run into this problem.
http://oceancolor.gsfc.nasa.gov/forum/oceancolor/topic_show.pl?pid=17065#pid17065http://oceancolor.gsfc.nasa.gov/forum/oceancolor/topic_show.pl?pid=16978#pid16978Unfortunately, I have not had time to see if I could replicate the problem and come up with a solution.
It seems that running the command from the directory which contains the files works for some. This
suggests the issue is with how the filepath is built (the modis_GEO.csh script splits the path from the filename
for some funtions, then rebuilds the full path to run the executables).
You could also try the python versions of the script that was delivered with 6.2 Update 2:
$SEADAS/run/scripts/modis_GEO.py
Sean
***********************************************************
$SEADAS/run/scripts/modis_GEO.py --help
usage:
modis_GEO.py [OPTIONS] MODIS_L1A_file
or
modis_GEO.py --par parameter_file [OPTIONS]
options:
--version show program's version number and exit
-h, --help show this help message and exit
-p PARFILE, --parfile=PARFILE
Parameter file containing program inputs
-o GEOFILE, --output=GEOFILE
Output filename
-a ATT1, --att1=ATT1 Input attitude file 1 (chronological)
-A ATT2, --att2=ATT2 Input attitude file 2 (chronological)
-e EPH1, --eph1=EPH1 Input ephemeris file 1 (chronological)
-E EPH1, --eph2=EPH1 Input ephemeris file 2 (chronological)
-c THRESHOLD, --threshold=THRESHOLD
% of geo-populated pixels required to pass geocheck
validation test
-d, --enable-dem Enable MODIS terrain elevation correction
-v, --verbose print status messages
-l, --log Save processing log file(s)
***********************************************************