IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 30, 2010, 9:31:50 AM (16 years ago)
Author:
eugene
Message:

updates from trunk

Location:
branches/eam_branches/ipp-20100621/ippTools/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100621/ippTools/src

    • Property svn:ignore
      •  

        old new  
        3939warptool
        4040staticskytool
        41 
         41bgtool
        4242diffphottool
  • branches/eam_branches/ipp-20100621/ippTools/src/dettool.c

    r26981 r28794  
    255255
    256256    // get -ref_det_id and -ref_iter : required for 'verify' mode / disallowed otherwise
    257     PXOPT_LOOKUP_S64(ref_det_id, config->args, "-ref_det_id", true, false);
    258     PXOPT_LOOKUP_S32(ref_iter, config->args, "-ref_iter", true, false);
     257    PXOPT_LOOKUP_S64(ref_det_id, config->args, "-ref_det_id", false, false);
     258    PXOPT_LOOKUP_S32(ref_iter, config->args, "-ref_iter", false, false);
    259259    if (!strcmp(mode, "verify") && ((ref_det_id == 0) || (ref_iter == -1))) {
    260260        psError(PS_ERR_UNKNOWN, false, "verify mode requires both -ref_det_id and -ref_iter");
Note: See TracChangeset for help on using the changeset viewer.