DEM_STITCHER = Application.Facility( 'demStitcher', public_name='demStitcher', module='iscesys.DataManager', factory='createManager', args=('dem1','iscestitcher',), mandatory=False, doc="Object that based on the frame bounding boxes creates a DEM" ) RUN_ESTIMATE_HEIGHTS = Application.Facility( 'runEstimateHeights', public_name='Estimate Heights', module='isceobj.InsarProc', factory='createEstimateHeights', args=(SELF(), SENSOR_NAME), mandatory=False, doc="mocomp height estimation module" ) RUN_FORM_SLC = Application.Facility( 'runFormSLC', public_name='Form SLC', module='isceobj.InsarProc', factory='createFormSLC', args=(SELF(), SENSOR_NAME), mandatory=False, doc="SLC formation module" ) RUN_OFFSETPRF = Application.Facility(
'demStitcher', public_name='demStitcher', module='iscesys.DataManager', factory='createManager', args=('dem1','iscestitcher',), mandatory=False, doc="Object that based on the frame bounding boxes creates a DEM" ) RUN_UNWRAPPER = Application.Facility( 'runUnwrapper', public_name='Run unwrapper', module='isceobj.TopsProc', factory='createUnwrapper', args=(SELF(), DO_UNWRAP, UNWRAPPER_NAME), mandatory=False, doc="Unwrapping module" ) RUN_UNWRAP_2STAGE = Application.Facility( 'runUnwrap2Stage', public_name='Run unwrapper 2 Stage', module='isceobj.TopsProc', factory='createUnwrap2Stage', args=(SELF(), DO_UNWRAP_2STAGE, UNWRAPPER_NAME), mandatory=False, doc="Unwrapping module" ) _INSAR = Application.Facility(
'demStitcher', public_name='demStitcher', module='contrib.demUtils', factory='createDemStitcher', args=( 'version3', 'iscestitcher', ), mandatory=False, doc="Object that based on the frame bounding boxes creates a DEM") RUN_FORM_SLC = Application.Facility('runFormSLC', public_name='Form SLC', module='isceobj.RoiProc', factory='createFormSLC', args=(SELF(), SENSOR_NAME), mandatory=False, doc="SLC formation module") RUN_OFFSETPRF = Application.Facility('runOffsetprf', public_name='slc offsetter', module='isceobj.RoiProc', factory='createOffsetprf', args=(SELF(), OFFSET_METHOD, DO_OFFSETPRF), mandatory=False, doc="Offset a pair of SLC images.") RUN_RGOFFSET = Application.Facility('runRgoffset', public_name='dem offseter', module='isceobj.RoiProc',