IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28114


Ignore:
Timestamp:
May 26, 2010, 1:26:52 PM (16 years ago)
Author:
Paul Price
Message:

Pulling in fixes from trunk required for chiptool -advancerun.

Location:
tags/ipp-20100525/ippTools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20100525/ippTools

  • tags/ipp-20100525/ippTools/share/camtool_queue_chip_id.sql

    r28043 r28114  
    1313        '%s',           -- reduction
    1414        '%s',           -- expgroup
    15         '%s',           -- dvodb 
     15        '%s',           -- dvodb
    1616        '%s',           -- tess_id
    1717        '%s',           -- end_stage
    1818        %lld,           -- magicked
    19         '%s',           -- software ver
    20         '%s',           -- maskfrac_npix
    21         '%s',           --         _static
    22         '%s',           --         _dynamic
    23         '%s',           --         _magic
    24         '%s',           --         _advisory
     19        '%s',           -- software ver
     20        '%s',           -- maskfrac_ref_npix
     21        '%s',           --         _ref_static
     22        '%s',           --         _ref_dynamic
     23        '%s',           --         _ref_magic
     24        '%s',           --         _ref_advisory
     25        '%s',           -- maskfrac_max_npix
     26        '%s',           --         _max_static
     27        '%s',           --         _max_dynamic
     28        '%s',           --         _max_magic
     29        '%s',           --         _max_advisory
    2530        '%s'            -- note
    2631    FROM chipRun
  • tags/ipp-20100525/ippTools/src/pxcam.c

    r28043 r28114  
    152152                    char *tess_id,
    153153                    char *end_stage,
    154                     psS64 magicked,
     154                    psS64 magicked,
    155155                    char *note)
    156156{
     
    172172    // different on 32/64
    173173    if (!p_psDBRunQueryF(config->dbh, query,
    174                 "new", // state
    175                 workdir  ? workdir  : "NULL",
    176                 "dirty", //workdir_state
    177                 label    ? label    : "NULL",
    178                 data_group ? data_group : "NULL",
    179                 dist_group ? dist_group : "NULL",
    180                 recipe   ? recipe   : "NULL",
    181                 expgroup ? expgroup : "NULL",
    182                 dvodb    ? dvodb    : "NULL",
    183                 tess_id  ? tess_id  : "NULL",
    184                 end_stage ? end_stage : "NULL",
    185                 (long long) magicked,
    186                          "NULL", // This shouldn't be propagated
    187                          "NULL",
    188                          "NULL",
    189                          "NULL",
    190                          "NULL",
    191                          "NULL",
     174                         "new", // state
     175                         workdir  ? workdir  : "NULL",
     176                         "dirty", //workdir_state
     177                         label    ? label    : "NULL",
     178                         data_group ? data_group : "NULL",
     179                         dist_group ? dist_group : "NULL",
     180                         recipe   ? recipe   : "NULL",
     181                         expgroup ? expgroup : "NULL",
     182                         dvodb    ? dvodb    : "NULL",
     183                         tess_id  ? tess_id  : "NULL",
     184                         end_stage ? end_stage : "NULL",
     185                         (long long) magicked,
     186                         // Here follows the software version and mask statistics which shouldn't be propagated
     187                         "NULL",
     188                         "NULL",
     189                         "NULL",
     190                         "NULL",
     191                         "NULL",
     192                         "NULL",
     193                         "NULL",
     194                         "NULL",
     195                         "NULL",
     196                         "NULL",
     197                         "NULL",
    192198                note     ? note     : "NULL",
    193199                (long long)chip_id
Note: See TracChangeset for help on using the changeset viewer.