DBVM run_modis_hdflook.bash little bug

Post Reply
egarbi
Posts: 6
Joined: Tue Sep 28, 2010 9:45 am

DBVM run_modis_hdflook.bash little bug

Post by egarbi »

Line number 15:
15 echo "Usage: run_modis_atmos.bash input_file template_file output_file"

should be:
15 echo "Usage: run_modis_hdflook.bash input_file template_file output_file"

or better:
15 echo "Usage: $0 input_file template_file output_file"

Great Software, well done. Regards

Enrique
gumley
Posts: 37
Joined: Thu Feb 18, 2010 2:36 pm

Re: DBVM run_modis_hdflook.bash little bug

Post by gumley »

Thanks Enrique, I will make the change you suggested in version 1.1

Regards,
Liam.
Post Reply