Page 1 of 1

true color hdflook

Posted: Wed Feb 01, 2012 7:20 pm
by nickhatz
run_modis_level1.bash

line 260

mod021km_file=MOD021KM.A20$year$jday.$time.hdf
mod03_file=MOD03.A20$year$jday.$time.hdf

this needs:

if [ "$sat_id" == "P0420064" ]; then
mod021km_file=MOD021KM.A20$year$jday.$time.hdf
else
mod021km_file=MYD021KM.A20$year$jday.$time.hdf
fi