Load this example
# Create Msphinx project with 3 RGB planes
#================================================================================
| 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" LatitudeMin=23.42 LatitudeMax=27.40 LongitudeMin=54.25 LongitudeMax=59.79 |
| send_exit |
# End of HDFLook encapsulate