IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 30, 2012, 9:57:42 AM (14 years ago)
Author:
eugene
Message:

merge changes from trunk

Location:
branches/eam_branches/ipp-20120905
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120905

  • branches/eam_branches/ipp-20120905/ippTools/src

  • branches/eam_branches/ipp-20120905/ippTools/src/stacktool.c

    r34735 r34747  
    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.