IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 11, 2012, 10:57:32 AM (14 years ago)
Author:
bills
Message:

Add column n_forced to skycalResult

File:
1 edited

Legend:

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

    r34761 r34789  
    11541154
    11551155    psMetadata *where = psMetadataAlloc();
    1156     PXOPT_COPY_S64(config->args, where, "-skycal_id",  "skycal_id",   "==");
     1156    PXOPT_COPY_S64(config->args, where, "-skycal_id", "skycal_id",   "==");
     1157    PXOPT_COPY_S64(config->args, where, "-sky_id",   "sky_id",   "==");
     1158    PXOPT_COPY_S64(config->args, where, "-stack_id", "stack_id",   "==");
    11571159    PXOPT_COPY_STR(config->args, where, "-label",   "label",    "==");
    11581160    PXOPT_COPY_STR(config->args, where, "-state",   "state",    "==");
     
    12711273    PXOPT_LOOKUP_STR(hostname, config->args,    "-hostname", false, false);
    12721274    PXOPT_LOOKUP_S32(n_astrom, config->args,    "-n_astrom", false, false);
    1273     PXOPT_LOOKUP_S32(n_detections, config->args,    "-n_detections", false, false);
    1274     PXOPT_LOOKUP_S32(n_extended, config->args,    "-n_extended", false, false);
     1275    PXOPT_LOOKUP_S32(n_detections, config->args,"-n_detections", false, false);
     1276    PXOPT_LOOKUP_S32(n_extended, config->args,  "-n_extended", false, false);
     1277    PXOPT_LOOKUP_S32(n_forced, config->args,    "-n_forced", false, false);
    12751278
    12761279    PXOPT_LOOKUP_STR(path_base, config->args,   "-path_base", false, false);
     
    13131316        n_detections,
    13141317        n_extended,
     1318        n_forced,
    13151319        zpt_obs,
    13161320        zpt_stdev,
Note: See TracChangeset for help on using the changeset viewer.