IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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.

File:
1 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)) {
Note: See TracChangeset for help on using the changeset viewer.