IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 14, 2007, 2:30:36 PM (18 years ago)
Author:
jhoblitt
Message:

implement dettool -addcorrectimfile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/dettool.h

    r15828 r15830  
    3232    DETTOOL_MODE_TOCORRECTEXP,
    3333    DETTOOL_MODE_TOCORRECTIMFILE,
     34    DETTOOL_MODE_ADDCORRECTIMFILE,
    3435    DETTOOL_MODE_RUNS,
    3536    DETTOOL_MODE_CHILDLESSRUN,
     
    8182pxConfig *dettoolConfig(pxConfig *config, int argc, char **argv);
    8283
     84// correct
    8385bool makecorrectionMode(pxConfig *config);
    8486bool tocorrectexpMode(pxConfig *config);
    8587bool tocorrectimfileMode(pxConfig *config);
     88bool addcorrectimfileMode(pxConfig *config);
     89// register
     90bool register_detrend_imfileMode(pxConfig *config);
    8691
    8792#endif // DETTOOL_H
Note: See TracChangeset for help on using the changeset viewer.