IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 35134 for trunk/ippTools/src


Ignore:
Timestamp:
Feb 8, 2013, 11:50:49 AM (13 years ago)
Author:
bills
Message:

For warp_bg stage add column alt_cam_label. If set use the smf file
from that cam run for the astrometry. This is intended to be a
camRun with the nomal backckground subtraction.

Location:
trunk/ippTools/src
Files:
2 edited

Legend:

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

    r35121 r35134  
    13101310    PXOPT_LOOKUP_STR(dist_group, config->args, "-set_dist_group", false, false);
    13111311    PXOPT_LOOKUP_STR(reduction, config->args, "-set_reduction", false, false);
     1312    PXOPT_LOOKUP_STR(alt_cam_label, config->args, "-set_alt_cam_label", false, false);
    13121313    PXOPT_LOOKUP_STR(note, config->args, "-set_note", false, false);
    13131314    PXOPT_LOOKUP_TIME(registered, config->args, "-registered", false, false);
     
    14241425                                     dist_group  ? dist_group : row->dist_group,
    14251426                                     reduction   ? reduction  : row->reduction,
     1427                                     alt_cam_label,
    14261428                                     note        ? note       : row->note,
    14271429                                     NULL, 0)) {
  • trunk/ippTools/src/bgtoolConfig.c

    r35121 r35134  
    285285    psMetadataAddStr(definewarpArgs, PS_LIST_TAIL, "-set_label", 0, "define label", NULL);
    286286    psMetadataAddStr(definewarpArgs, PS_LIST_TAIL, "-set_reduction", 0, "define reduction class", NULL);
     287    psMetadataAddStr(definewarpArgs, PS_LIST_TAIL, "-set_alt_cam_label", 0, "define alternate astrometry sources", NULL);
    287288    psMetadataAddStr(definewarpArgs, PS_LIST_TAIL, "-set_data_group", 0, "define data group", NULL);
    288289    psMetadataAddStr(definewarpArgs, PS_LIST_TAIL, "-set_dist_group", 0, "define dist group", NULL);
Note: See TracChangeset for help on using the changeset viewer.