Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
interimage:creating_operators [2009/10/08 13:06]
tkorting
interimage:creating_operators [2009/12/03 17:35] (current)
gilson
Line 1: Line 1:
-====== Creating an operator ======+[[interimage:​|InterIMAGE wiki]]  
 +====== ​InterIMAGE: ​Creating an operator ======
  
 TerraAIDA project aims to build InterIMAGE operators using the TerraLib library following the GNU LGLP license model. More information at http://​www.dpi.inpe.br/​terraaida/​. TerraAIDA project aims to build InterIMAGE operators using the TerraLib library following the GNU LGLP license model. More information at http://​www.dpi.inpe.br/​terraaida/​.
Line 21: Line 22:
  
 ===== Operator .op file ===== ===== Operator .op file =====
 +
 +The following code represents the .op file to be loaded into InterIMAGE GUI.
  
 <code xml> <code xml>
 <​operator type=topdown class=gis name=TerraAIDA_Threshold <​operator type=topdown class=gis name=TerraAIDA_Threshold
-  cmd="​ta_threshold \"​@geoWest@\"​ \"​@geoNorth@\"​ \"​@geoEast@\"​ \"​@geoSouth@\"​ \"​@output@\"​ \"​@class@\"​ \"​@tmpdir@\"​ \"​@mask_file@\"​ \"@imgage_name@\" \"​@image_channel@\"​ \"​@threshold_min@\"​ \"​@threshold_max@\"​ \"​@reliability@\"​ "+  cmd="​ta_threshold \"​@geoWest@\"​ \"​@geoNorth@\"​ \"​@geoEast@\"​ \"​@geoSouth@\"​ \"​@output@\"​ \"​@class@\"​ \"​@tmpdir@\"​ \"​@mask_file@\"​ \"@image_name@\" \"​@image_channel@\"​ \"​@threshold_min@\"​ \"​@threshold_max@\"​ \"​@reliability@\"​ "
   runglobal=false tip="​Threshold one image by min and max values"​ >   runglobal=false tip="​Threshold one image by min and max values"​ >
   <​attribute name=image_name type=file ext="​tif;​jpg"​ label="​Input Image">​   <​attribute name=image_name type=file ext="​tif;​jpg"​ label="​Input Image">​
Line 33: Line 36:
 </​operator>​ </​operator>​
 </​code>​ </​code>​
 +
 +The resultant set of parameters will appear in InterIMAGE like the next figure.
 +
 +{{interimage:​op_parameters.png|}}
  
 ===== Operator Main File ===== ===== Operator Main File =====

Navigation