IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 24, 2008, 3:02:43 PM (18 years ago)
Author:
eugene
Message:

add workdir, det_type, various argument fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/flatcorr.c

    r20244 r20377  
    112112    // across multiple cameras
    113113    PXOPT_LOOKUP_STR(camera, config->args, "-inst", true, false);
     114    PXOPT_LOOKUP_STR(det_type, config->args, "-det_type", true, false);
     115
    114116    PXOPT_LOOKUP_STR(telescope, config->args, "-telescope", false, false);
    115 
    116117    PXOPT_LOOKUP_STR(workdir, config->args, "-set_workdir", false, false);
    117118    PXOPT_LOOKUP_STR(label, config->args, "-set_label", false, false);
     
    184185            config->dbh,
    185186            0,      // corr_id
     187            det_type,
    186188            dvodb,
    187189            camera,
     
    270272    // cameras
    271273    PXOPT_LOOKUP_STR(camera, config->args, "-inst", true, false);
     274    PXOPT_LOOKUP_STR(det_type, config->args, "-det_type", true, false);
     275
    272276    PXOPT_LOOKUP_STR(telescope, config->args, "-telescope", false, false);
    273 
    274277    PXOPT_LOOKUP_STR(workdir, config->args, "-set_workdir", false, false);
    275278    PXOPT_LOOKUP_STR(label, config->args, "-set_label", false, false);
     
    294297    flatcorrRunRow *row = flatcorrRunRowAlloc(
    295298        0,      // corr_id
     299        det_type,
    296300        dvodb,
    297301        camera,
Note: See TracChangeset for help on using the changeset viewer.