Load this example

#           Create Msphinx project width a SDS  (With calibration)
#==================================================================

verbose
send_set_verbose
set_project ProjectName="DROPSDS" DataPlanesOnDisk=Yes
set_workpace_geometry PlaneWidth=1024 PlaneHeight=1024 DataType=0 CellWidth=1024 CellHeight=1024
set_view_planes ViewPlane=0 red=1 green=2 blue=3
send_destroy_all_data
#Encapsulate HDFLook command lines
#====================================

SEND_HDFLOOK <<
verbose
clear_data
set_output_directory ../OUTPUTS/
set_input_directory ../IMAGES
set_projection_to_geometry ProjectionTo="LINEAR"
set_input_hdf_file MOD021KM.A2001140.0725.002.2001144042556.mimic.hdf
select_SDS SDSname="EV_1KM_RefSB"
export_MODIS_projected_SDS plane=1 x=0 y=0 index=-1 width=1024 height=1024 Scaling=reflectance
send_exit
# End of HDFLook encapsulate

>>
#adding maps and grid using Mpshinx

send_world_map Draw=Coasts Color="Green"
send_world_map Draw=Rivers Color="Blue"
send_world_map Draw=Boundaries Color="Magenta"
send_grids LatitudeMin=8.0 LatitudeMax=90.0 LatitudeStep=5.0 LongitudeMin=38.0 LongitudeMax=90.0 LongitudeStep=5.0 Color="Red"

MSP_ALL_SDS_MAPS_CALIBRATEDplane.gif