Hello!
I'm quite new to IDL/ENVI and at the moment I'm struggling with importing level 0 HDF_EOS data from Landsat 7. This works quite well when using the GUI, but for practical reasons (batch jobs) it would be quite useful using the console. So what I've done so far doesn't work:
IDL> ENVI, /RESTORE_BASE_SAVE_FILES -> ok
IDL> cd, '/data/LandsatL0/L0R_DataProduct_L7' -> ok
IDL> ENVI_OPEN_DATA_FILE, 'L71EDC1204072170101_HDF.100121859.hdf', r_fid=fid -> not ok (working and working without any stop after about 20 minutes...)
IDL> ENVI_OPEN_DATA_FILE, '/data/LandsatL0/L0R_DataProduct_L7/L71EDC1204072170101_HDF.100121859.hdf', r_fid=fid, /HDF_SD, hdfsd_dataset=1 -> not ok (working and working without any stop after about 20 minutes...)
So where is my error here??? ENVI help says that the data type is supported, but I don't find it in the datatypes of ENVI_OPEN_DATA_FILE...
Thanks a lot in advance!!
Greetings, Meffy
|