IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 29, 2012, 1:43:13 PM (13 years ago)
Author:
watersc1
Message:

updates for background restoration

File:
1 edited

Legend:

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

    r34586 r34731  
    10061006    PXOPT_LOOKUP_STR(ver_streaks, config->args, "-ver_streaks", false, false);
    10071007
     1008    PXOPT_LOOKUP_S16(background_model, config->args, "-background_model", false, false);
     1009   
    10081010    psTrace("czw.test",1,"Received versions: pslib %s psmodules %s psphot %s ppstats %s ppstack %s streaks %s\n",
    10091011            ver_pslib,ver_psmodules,ver_psphot,ver_ppstats,ver_ppstack,ver_streaks);
     
    10671069                               fault,
    10681070                               software_ver,
     1071                               background_model,
    10691072                               quality
    10701073          )) {
     
    11211124    PXOPT_COPY_F64(config->args, where, "-mjd_obs_begin", "stackSumSkyfile.mjd_obs", ">=");
    11221125    PXOPT_COPY_F64(config->args, where, "-mjd_obs_end", "stackSumSkyfile.mjd_obs", "<=");
    1123 
     1126    PXOPT_COPY_S16(config->args, where, "-background_model","stackSumSkyfile.background_model", "==");
    11241127
    11251128//  The following three selectors are incompatible with the sql so omit them
Note: See TracChangeset for help on using the changeset viewer.