IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 17, 2007, 12:05:17 PM (19 years ago)
Author:
jhoblitt
Message:

rework dettool * detselect's handling for registered detrends

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/scripts/dettest.sh

    r14230 r14271  
    6969
    7070dettool -updatedetrun -det_id $det_id -state stop || exit 1
     71
     72dettool -register_detrend -det_type bias -mode master -filelevel fpa -workdir file:/// -label foo || exit 1
     73dettool -register_detrend_imfile -det_id 2 -class_id 1 -uri file:///foo || exit 1
     74dettool -register_detrend_imfile -det_id 2 -class_id 2 -uri file:///foo || exit 1
     75dettool -register_detrend_imfile -det_id 2 -class_id 3 -uri file:///foo || exit 1
     76dettool -register_detrend_imfile -det_id 2 -class_id 4 -uri file:///foo || exit 1
     77dettool -updatedetrun -det_id 2 -state stop || exit 1
     78
Note: See TracChangeset for help on using the changeset viewer.