IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 19, 2008, 2:11:37 PM (18 years ago)
Author:
eugene
Message:

changing detrend verify mode to behave just like master mode in terms of processing and residual generation; adding ref_det_id, ref_iter to detRun and detResidImfile, modifying the foreign constraint; adding a simtest suite to test the detrend verify mode

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/simtest.pro

    r19537 r19621  
    4040    echo "  SIMTEST_AUTO     : define the analysis steps to perform (simtest.auto)"
    4141    echo "  SIMTEST_THREADS  : set the number of threads for the processing node (0)"
     42    echo ""
     43    echo "the following macros can be used to set up specific simtest suites:"
     44    echo "  simtest.setup.basic : run standard simtest suite"
     45    echo "  simtest.setup.detverify : run detrend creation and detrend verification"
     46    echo "  simtest.setup.flatcorr : run a flat-field correction demonstration"
    4247    break
    4348  end
     
    109114# auto: simtest.basic.auto, simtest.flatcorr.auto
    110115
     116macro simtest.setup.basic
     117  $PPSIM_RECIPE = default
     118  $SIMTEST_SEQUENCE = simtest.basic.config
     119  $SIMTEST_AUTO = simtest.basic.auto
     120end
     121
     122macro simtest.setup.detverify
     123  $PPSIM_RECIPE = default
     124  $SIMTEST_SEQUENCE = simtest.detverify.config
     125  $SIMTEST_AUTO = simtest.detverify.auto
     126end
     127
    111128macro simtest.setup.flatcorr
    112129  $PPSIM_RECIPE = FLATCORR
     
    114131  $SIMTEST_AUTO = simtest.flatcorr.auto
    115132end
     133
Note: See TracChangeset for help on using the changeset viewer.