Load this example

#           Create Msphinx project with 3 RGB planes (desert enhance and maps)
#===============================================================================

verbose
send_set_verbose
set_project ProjectName="SIMPLEIMAGE" 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_image_background color=White
set_input_hdf_file MOD021KM.A2001140.0725.002.2001144042556.mimic.hdf
create_MODIS_RGB_image plane=1 x=0 y=0 width=1024 height=1024 RGBMode="Log" minR=6.0 maxR=8.2 minG=6.0 maxG=8.2 minB=6.0 maxB=8.2
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_ENH_MAPS_GRIDSimage.gif