IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27892


Ignore:
Timestamp:
May 10, 2010, 10:36:13 AM (16 years ago)
Author:
eugene
Message:

updates from ipp user

Location:
trunk/ippMonitor/def
Files:
51 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/def/camIQstats.d

    r20395 r27892  
    2020FIELD rawExp.exp_name,           5, %s,     Exp Name
    2121FIELD chipRun.label,             7, %s,     Label
     22FIELD chipRun.data_group,        7, %s,     data grp
     23FIELD chipRun.dist_group,        7, %s,     dist grp
    2224FIELD rawExp.dateobs,           19, %T,     Date/Time
    2325FIELD rawExp.filter,            10, %s,     FILTER
  • trunk/ippMonitor/def/camPendingExp.d

    r27203 r27892  
    2222FIELD camRun.state,              5,   %s,     State
    2323FIELD camRun.label,              5,   %s,     Label
     24FIELD camRun.data_group,              5,   %s,     data grp
     25FIELD camRun.dist_group,              5,   %s,     dist grp
    2426FIELD rawExp.telescope,         10,   %s,     Telescope
    2527FIELD rawExp.camera,            10,   %s,     Camera
  • trunk/ippMonitor/def/camProcessedExp.d

    r27203 r27892  
    3030FIELD camRun.state,                      5,   %s,     state,        value,       camProcessedImfile.php,  ARG4
    3131FIELD camRun.label,                      5,   %s,     Label
     32FIELD camRun.data_group,                 5,   %s,     data grp
     33FIELD camRun.dist_group,                 5,   %s,     dist grp
    3234FIELD rawExp.telescope,                 10,   %s,     Telescope
    3335FIELD rawExp.camera,                    10,   %s,     Camera
  • trunk/ippMonitor/def/camProcessedExp_Images.d

    r27203 r27892  
    3333FIELD camRun.cam_id,                     5,   %d,     Cam ID,       value,       camProcessedExp_Images.php,     ARG3
    3434FIELD camRun.label,                      5,   %s,     Label
     35FIELD camRun.data_group,                 5,   %s,     data grp
     36FIELD camRun.dist_group,                 5,   %s,     dist grp
    3537FIELD *,                                 8,   %s,     image,        image=JPEG2, camProcessedImfile.php,  ARG4
    3638FIELD rawExp.telescope,                 10,   %s,     Telescope
  • trunk/ippMonitor/def/camProcessedExp_NoImages.d

    r27203 r27892  
    3030FIELD camRun.state,                      5,   %s,     state,        value,       camProcessedImfile.php,  ARG4
    3131FIELD camRun.label,                      5,   %s,     label
     32FIELD camRun.data_group,                      5,   %s,     data grp
     33FIELD camRun.dist_group,                      5,   %s,     dist grp
    3234FIELD rawExp.telescope,                 10,   %s,     Telescope
    3335FIELD rawExp.camera,                    10,   %s,     Camera
  • trunk/ippMonitor/def/camProcessedExp_failure.d

    r27674 r27892  
    2929FIELD camRun.state,                      5,   %s,     state,        value,       camProcessedImfile.php,      ARG4
    3030FIELD camRun.label,                      5,   %s,     label
     31FIELD camRun.data_group,                      5,   %s,     data grp
     32FIELD camRun.dist_group,                      5,   %s,     dist grp
    3133FIELD rawExp.telescope,                 10,   %s,     Telescope
    3234FIELD rawExp.camera,                    10,   %s,     Camera
  • trunk/ippMonitor/def/camProcessedImfile.d

    r26888 r27892  
    2727FIELD camRun.cam_id,                     5,   %s,     Cam ID,       value,       camProcessedExp.php,     ARG3
    2828FIELD camRun.label,                      5,   %s,     Label
     29FIELD camRun.data_group,                 5,   %s,     data grp
     30FIELD camRun.dist_group,                 5,   %s,     dist grp
    2931FIELD rawExp.telescope,                 10,   %s,     Telescope
    3032FIELD rawExp.camera,                    10,   %s,     Camera
  • trunk/ippMonitor/def/camStageExp.d

    r27203 r27892  
    2121FIELD camRun.state,              5,   %s,     state
    2222FIELD camRun.label,              5,   %s,     label
     23FIELD camRun.data_group,              5,   %s,     data grp
     24FIELD camRun.dist_group,              5,   %s,     dist grp
    2325FIELD rawExp.telescope,         10,   %s,     Telescope
    2426FIELD rawExp.camera,            10,   %s,     Camera
  • trunk/ippMonitor/def/chipIQstats.d

    r20395 r27892  
    2020FIELD chipRun.chip_id,           5, %d,     Ch ID,       value,  chipProcessedImfile.php, ARG2
    2121FIELD chipRun.label,             7, %s,     Label
     22FIELD chipRun.data_group,        7, %s,     data grp
     23FIELD chipRun.dist_group,        7, %s,     dist grp
    2224FIELD rawExp.dateobs,           19, %T,     Date/Time
    2325FIELD rawExp.filter,            10, %s,     FILTER
  • trunk/ippMonitor/def/chipPendingExp.d

    r24867 r27892  
    2020FIELD chipRun.state,             7, %s,     State
    2121FIELD chipRun.label,             7, %s,     Label
     22FIELD chipRun.data_group,        7, %s,     data grp
     23FIELD chipRun.dist_group,        7, %s,     dist grp
    2224FIELD rawExp.telescope,         10, %s,     Telescope
    2325FIELD rawExp.camera,            10, %s,     Camera
  • trunk/ippMonitor/def/chipPendingImfile.d

    r24867 r27892  
    2525FIELD chipRun.state,             7, %s,     State
    2626FIELD chipRun.label,             7, %s,     Label
     27FIELD chipRun.data_group,        7, %s,     data grp
     28FIELD chipRun.dist_group,        7, %s,     dist grp
    2729FIELD rawExp.telescope,         10, %s,     Telescope
    2830FIELD rawExp.camera,            10, %s,     Camera
  • trunk/ippMonitor/def/chipProcessedExp.d

    r24867 r27892  
    2020FIELD chipRun.state,             7, %s,     State
    2121FIELD chipRun.label,             7, %s,     Label
     22FIELD chipRun.data_group,        7, %s,     data grp
     23FIELD chipRun.dist_group,        7, %s,     dist grp
    2224FIELD rawExp.telescope,         10, %s,     Telescope
    2325FIELD rawExp.camera,            10, %s,     Camera
  • trunk/ippMonitor/def/chipProcessedImfile.d

    r26171 r27892  
    3030FIELD chipRun.state,                      7, %s,     State,       value,  chipProcessedImfile.php, ARG3
    3131FIELD chipRun.label,                      7, %s,     Label
     32FIELD chipRun.data_group,                         7, %s,     data grp
     33FIELD chipRun.dist_group,                         7, %s,     dist grp
    3234FIELD rawExp.telescope,                  10, %s,     Telescope
    3335FIELD rawExp.camera,                     10, %s,     Camera
  • trunk/ippMonitor/def/chipProcessedImfile_failure.d

    r24867 r27892  
    3030FIELD chipRun.state,                      7, %s,     State,       value,  chipProcessedImfile_failure.php, ARG3
    3131FIELD chipRun.label,                      7, %s,     Label
     32FIELD chipRun.data_group,                         7, %s,     data grp
     33FIELD chipRun.dist_group,                         7, %s,     dist grp
    3234FIELD chipProcessedImfile.fault,          2, %d,     Fault
    3335FIELD rawExp.telescope,                  10, %s,     Telescope
  • trunk/ippMonitor/def/chipStageExp.d

    r24867 r27892  
    1818FIELD chipRun.state,             7, %s,     State
    1919FIELD chipRun.label,             7, %s,     Label
     20FIELD chipRun.data_group,        7, %s,     data grp
     21FIELD chipRun.dist_group,        7, %s,     dist grp
    2022FIELD rawExp.telescope,         10, %s,     Telescope
    2123FIELD rawExp.camera,            10, %s,     Camera
  • trunk/ippMonitor/def/destreakRun.d

    r27054 r27892  
    1919FIELD magicDSRun.cam_id,       5, %d,     Camera ID
    2020FIELD magicDSRun.label,        10, %s,     Label
    21 FIELD magicDSRun.data_group,   8, %s,     Data Group
     21FIELD magicDSRun.data_group,        10, %s,     data grp
    2222FIELD magicDSRun.outroot,      10, %s,     Out Root
    2323FIELD magicDSRun.recoveryroot, 5, %d,     Recov. Root
  • trunk/ippMonitor/def/diffFailedSkyfile.d

    r23923 r27892  
    1616FIELD diffSkyfile.skycell_id,          5, %s,     Skycell ID
    1717FIELD diffRun.label,                   5, %s,     Label
     18FIELD diffRun.data_group,              5, %s,     data grp
     19FIELD diffRun.dist_group,              5, %s,     dist grp
    1820# FIELD diffRun.filter,                5, %s,     Filter
    1921FIELD diffRun.tess_id,                 5, %s,     Tess ID
  • trunk/ippMonitor/def/diffInputSkyfile.d

    r23923 r27892  
    1212FIELD    diffRun.state,                     7, %s,     state
    1313FIELD    diffRun.label,                     7, %s,     label
     14FIELD    diffRun.data_group,                7, %s,     data grp
     15FIELD    diffRun.dist_group,                7, %s,     dist grp
    1416FIELD    diffRun.magicked,                  4, %d,     Magicked
    1517FIELD    diffInputSkyfile.warp1,            5, %d,     warp 1
  • trunk/ippMonitor/def/diffProcessedSkyfile.d

    r24061 r27892  
    1717FIELD diffSkyfile.skycell_id,          4, %s,     Skycell ID
    1818FIELD diffRun.label,                   5, %s,     Label
     19FIELD diffRun.data_group,              5, %s,     data grp
     20FIELD diffRun.dist_group,              5, %s,     dist grp
    1921# FIELD diffRun.filter,                5, %s,     Filter
    2022FIELD diffRun.tess_id,                 5, %s,     Tess ID
  • trunk/ippMonitor/def/diffProcessedSkyfile_Images.d

    r26888 r27892  
    2222FIELD diffSkyfile.skycell_id,          5, %s,     Skycell ID
    2323FIELD diffRun.label,                   5, %s,     Label
     24FIELD diffRun.data_group,              5, %s,     data grp
     25FIELD diffRun.dist_group,              5, %s,     dist grp
    2426FIELD *,                               8, %s,     image,         image=JPEG2, diffProcessedSkyfile_Images.php,  ARG7
    2527# FIELD diffRun.filter,                5, %s,     Filter
  • trunk/ippMonitor/def/diffRun.d

    r24288 r27892  
    88FIELD    state,          7, %s,     state
    99FIELD    label,          7, %s,     label
     10FIELD    data_group,     7, %s,     data grp
     11FIELD    dist_group,     7, %s,     dist grp
    1012FIELD    magicked,       4, %d,     Magicked
    1113FIELD    tess_id,        8, %s,     tess ID
  • trunk/ippMonitor/def/distRun.d

    r27202 r27892  
    1515FIELD distRun.magic_ds_id,    5, %d,     Magic DS ID
    1616FIELD distRun.label,          5, %s,     Label
     17FIELD distRun.data_group,          5, %s,     data grp
    1718FIELD distRun.outroot,        5, %s,     Outroot
    1819FIELD distRun.outdir,         5, %s,     Outdir
  • trunk/ippMonitor/def/distSummary.d

    r26991 r27892  
    66#     field                   size  format  name         show    link to                  extras
    77FIELD distRun.label,          15, %s,     Label
     8FIELD distRun.data_group,          15, %s,     data grp
    89FIELD distRun.stage,          5, %s,     Stage
    910FIELD distRun.state,          5, %s,     State
  • trunk/ippMonitor/def/fakePendingExp.d

    r24867 r27892  
    2626FIELD fakeRun.state,             7, %s,     state
    2727FIELD fakeRun.label,             7, %s,     label
     28FIELD fakeRun.data_group,        7, %s,     data grp
     29FIELD fakeRun.dist_group,        7, %s,     dist grp
    2830FIELD rawExp.telescope,         10, %s,     Telescope
    2931FIELD rawExp.camera,            10, %s,     Camera
  • trunk/ippMonitor/def/fakePendingImfile.d

    r27203 r27892  
    2727FIELD fakeRun.state,             7, %s,     State
    2828FIELD fakeRun.label,             7, %s,     label
     29FIELD fakeRun.data_group,        7, %s,     data grp
     30FIELD fakeRun.dist_group,        7, %s,     dist grp
    2931FIELD rawExp.telescope,         10, %s,     Telescope
    3032FIELD rawExp.camera,            10, %s,     Camera
  • trunk/ippMonitor/def/fakeProcessedExp.d

    r24867 r27892  
    2626FIELD fakeRun.state,             7, %s,     state
    2727FIELD fakeRun.label,             7, %s,     label
     28FIELD fakeRun.data_group,        7, %s,     data grp
     29FIELD fakeRun.dist_group,        7, %s,     dist grp
    2830FIELD rawExp.telescope,         10, %s,     Telescope
    2931FIELD rawExp.camera,            10, %s,     Camera
  • trunk/ippMonitor/def/fakeProcessedImfile.d

    r24867 r27892  
    3434FIELD fakeRun.state,                   7, %s,     State,       value,  fakeProcessedImfile.php, ARG5
    3535FIELD fakeRun.label,                   7, %s,     Label
     36FIELD fakeRun.data_group,                   7, %s,     data grp
     37FIELD fakeRun.dist_group,                   7, %s,     dist grp
    3638FIELD rawExp.telescope,               10, %s,     Telescope
    3739FIELD rawExp.camera,                  10, %s,     Camera
  • trunk/ippMonitor/def/fakeProcessedImfile_failure.d

    r24867 r27892  
    3434FIELD fakeRun.state,                   7, %s,     State,       value,  fakeProcessedImfile_failure.php, ARG5
    3535FIELD fakeRun.label,                   7, %s,     Label
     36FIELD fakeRun.data_group,                   7, %s,     data grp
     37FIELD fakeRun.dist_group,                   7, %s,     dist grp
    3638FIELD rawExp.telescope,               10, %s,     Telescope
    3739FIELD rawExp.camera,                  10, %s,     Camera
  • trunk/ippMonitor/def/fakeStageExp.d

    r24867 r27892  
    2424FIELD fakeRun.state,             7, %s,     state
    2525FIELD fakeRun.label,             7, %s,     label
     26FIELD fakeRun.data_group,        7, %s,     data grp
     27FIELD fakeRun.dist_group,        7, %s,     dist grp
    2628FIELD rawExp.telescope,         10, %s,     Telescope
    2729FIELD rawExp.camera,            10, %s,     Camera
  • trunk/ippMonitor/def/flatcorrCamera.d

    r25786 r27892  
    1919FIELD camRun.state,              7, %s,     State
    2020FIELD chipRun.label,             7, %s,     Label
     21FIELD chipRun.data_group,        7, %s,     data grp
     22FIELD chipRun.dist_group,        7, %s,     dist grp
    2123FIELD rawExp.telescope,         10, %s,     Telescope
    2224FIELD rawExp.camera,            10, %s,     Camera
  • trunk/ippMonitor/def/flatcorrChip.d

    r25786 r27892  
    1818FIELD chipRun.state,             7, %s,     State
    1919FIELD chipRun.label,             7, %s,     Label
     20FIELD chipRun.data_group,        7, %s,     data grp
     21FIELD chipRun.dist_group,        7, %s,     dist grp
    2022FIELD rawExp.telescope,         10, %s,     Telescope
    2123FIELD rawExp.camera,            10, %s,     Camera
  • trunk/ippMonitor/def/magicFailedMasks.d

    r27197 r27892  
    1212FIELD    magicRun.diff_id,       5,   %d,     Diff ID
    1313FIELD    magicRun.label,         5,   %s,     Label
     14FIELD    magicRun.data_group,    5,   %s,     data grp
    1415FIELD    magicRun.inverse,       5,   %d,     Inverse
    1516FIELD    magicRun.state,         5,   %s,     State
  • trunk/ippMonitor/def/magicFailedNodes.d

    r27197 r27892  
    1414FIELD    magicRun.diff_id,       5,   %d,     Diff ID
    1515FIELD    magicRun.label,         5,   %s,     Label
     16FIELD    magicRun.data_group,    5,   %s,     data grp
    1617FIELD    magicRun.inverse,       5,   %d,     Inverse
    1718FIELD    magicRun.state,         5,   %s,     State
  • trunk/ippMonitor/def/magicFailedTrees.d

    r27197 r27892  
    1111FIELD    diff_id,        5,   %d,     Diff ID
    1212FIELD    label,          5,   %s,     Label
     13FIELD    data_group,     5,   %s,     Data Grp
    1314FIELD    inverse,        5,   %d,     Inverse
    1415FIELD    state,          5,   %s,     State
  • trunk/ippMonitor/def/magicProcessedMasks.d

    r27197 r27892  
    1111FIELD    magicRun.diff_id,       5,   %d,     Diff ID
    1212FIELD    magicRun.label,         5,   %s,     Label
     13FIELD    magicRun.data_group,    5,   %s,     data grp
    1314FIELD    magicRun.inverse,       5,   %d,     Inverse
    1415FIELD    magicRun.state,         5,   %s,     State
  • trunk/ippMonitor/def/magicProcessedMasks_Images.d

    r27197 r27892  
    1919# FIELD    *,                      8,   %s,     image,         image=JPEG2, diffProcessedSkyfile_Images.php,  ARG7
    2020FIELD    magicRun.label,         5,   %s,     Label
     21FIELD    magicRun.data_group,    5,   %s,     data grp
    2122FIELD    magicRun.inverse,       5,   %d,     Inverse
    2223FIELD    magicRun.state,         5,   %s,     State
  • trunk/ippMonitor/def/magicProcessedNodes.d

    r27197 r27892  
    1313FIELD    magicRun.diff_id,       5,   %d,     Diff ID
    1414FIELD    magicRun.label,         5,   %s,     Label
     15FIELD    magicRun.data_group,    5,   %s,     data grp
    1516FIELD    magicRun.inverse,       5,   %d,     Inverse
    1617FIELD    magicRun.state,         5,   %s,     State
  • trunk/ippMonitor/def/magicRun.d

    r27197 r27892  
    99FIELD    diff_id,        5,   %d,     Diff ID
    1010FIELD    label,          5,   %s,     Label
     11FIELD    data_group,     5,   %s,     Data Grp
    1112FIELD    inverse,        5,   %d,     Inverse
    1213FIELD    state,          5,   %s,     State
  • trunk/ippMonitor/def/magicTrees.d

    r27197 r27892  
    1111FIELD    magicRun.diff_id,       5,   %d,     Diff ID
    1212FIELD    magicRun.label,         5,   %s,     Label
     13FIELD    magicRun.data_group,    5,   %s,     data grp
    1314FIELD    magicRun.inverse,       5,   %d,     Inverse
    1415FIELD    magicRun.state,         5,   %s,     State
  • trunk/ippMonitor/def/stackFailedSkyfile.d

    r21339 r27892  
    1616FIELD stackRun.skycell_id,          5, %s,     Skycell ID
    1717FIELD stackRun.label,               5, %s,     Label
     18FIELD stackRun.data_group,          5, %s,     data grp
     19FIELD stackRun.dist_group,          5, %s,     dist grp
    1820FIELD stackRun.filter,              5, %s,     Filter
    1921FIELD stackRun.tess_id,             5, %s,     Tess ID
  • trunk/ippMonitor/def/stackInputSkyfile.d

    r24867 r27892  
    3434FIELD stackRun.state,               7, %s,     State
    3535FIELD stackRun.label,               7, %s,     Label
     36FIELD stackRun.data_group,          7, %s,     data grp
     37FIELD stackRun.dist_group,          7, %s,     dist grp
    3638FIELD rawExp.telescope,            10, %s,     Telescope
    3739FIELD rawExp.camera,               10, %s,     Camera
  • trunk/ippMonitor/def/stackProcessedSkyfile.d

    r21339 r27892  
    1717FIELD stackRun.skycell_id,          5, %s,     Skycell ID
    1818FIELD stackRun.label,               5, %s,     Label
     19FIELD stackRun.data_group,          5, %s,     data grp
     20FIELD stackRun.dist_group,          5, %s,     dist grp
    1921FIELD stackRun.filter,              5, %s,     Filter
    2022FIELD stackRun.tess_id,             5, %s,     Tess ID
  • trunk/ippMonitor/def/stackProcessedSkyfile_Images.d

    r26888 r27892  
    2121FIELD stackRun.skycell_id,          5, %s,     Skycell ID
    2222FIELD stackRun.label,               5, %s,     Label
     23FIELD stackRun.data_group,          5, %s,     data grp
     24FIELD stackRun.dist_group,          5, %s,     dist grp
    2325FIELD *,                            8, %s,     image,         image=JPEG2, stackProcessedSkyfile_Images.php,  ARG7
    2426FIELD stackRun.filter,              5, %s,     Filter
  • trunk/ippMonitor/def/stackRun.d

    r21339 r27892  
    99FIELD    filter,         5,   %s,     Filter
    1010FIELD    label,          5,   %s,     Label
     11FIELD    data_group,     5,   %s,     Data grp
     12FIELD    dist_group,     5,   %s,     Dist grp
    1113FIELD    tess_id,        5,   %s,     Tess ID
    1214FIELD    state,          5,   %s,     State
  • trunk/ippMonitor/def/warpFailedSkyfiles.d

    r24867 r27892  
    3636FIELD warpRun.state,              7, %s,     state,        value,  warpFailedSkyfiles.php,  ARG7
    3737FIELD warpRun.label,              7, %s,     label
     38FIELD warpRun.data_group,         7, %s,     data grp
     39FIELD warpRun.dist_group,         7, %s,     dist grp
    3840FIELD warpSkyfile.tess_id,       10, %s,     tess
    3941FIELD warpSkyfile.good_frac,      5, %s,     good_frac
  • trunk/ippMonitor/def/warpProcessedSkyfiles.d

    r24867 r27892  
    3939FIELD warpRun.state,              7, %s,     state,        value,  warpProcessedSkyfiles.php, ARG7
    4040FIELD warpRun.label,              7, %s,     label,        value
     41FIELD warpRun.data_group,         7, %s,     data grp
     42FIELD warpRun.dist_group,         7, %s,     dist grp
    4143FIELD warpSkyfile.tess_id,       10, %s,     tess
    4244FIELD warpSkyfile.good_frac,      5, %s,     good_frac
  • trunk/ippMonitor/def/warpProcessedSkyfiles_Images.d

    r24867 r27892  
    4343FIELD warpRun.state,              7, %s,     state,        value,  warpProcessedSkyfiles.php, ARG7
    4444FIELD warpRun.label,              7, %s,     label,        value
     45FIELD warpRun.data_group,         7, %s,     label,        data grp
     46FIELD warpRun.dist_group,         7, %s,     label,        dist grp
    4547FIELD warpSkyfile.tess_id,       10, %s,     tess
    4648FIELD warpSkyfile.good_frac,      5, %s,     good_frac
  • trunk/ippMonitor/def/warpSkycellMap.d

    r24867 r27892  
    2020FIELD    warpRun.state,               5,    %s,     State
    2121FIELD    warpRun.label,               5,    %s,     Label
     22FIELD    warpRun.data_group,               5,    %s,     data grp
     23FIELD    warpRun.dist_group,               5,    %s,     dist grp
    2224FIELD    warpSkyCellMap.skycell_id,   5,    %s,     Skycell ID
    2325FIELD    warpSkyCellMap.tess_id,      5,    %s,     Tessellation ID
  • trunk/ippMonitor/def/warpStageExp.d

    r24867 r27892  
    2727FIELD warpRun.state,             7, %s,     state
    2828FIELD warpRun.label,             7, %s,     label
     29FIELD warpRun.data_group,        7, %s,     data grp
     30FIELD warpRun.dist_group,        7, %s,     dist grp
    2931FIELD rawExp.telescope,         10, %s,     Telescope
    3032FIELD rawExp.camera,            10, %s,     Camera
  • trunk/ippMonitor/def/warpStageSkyfileInputs.d

    r26456 r27892  
    4040FIELD warpRun.state,              7, %s,     state
    4141FIELD warpRun.label,              7, %s,     label
     42FIELD warpRun.data_group,         7, %s,     data grp
     43FIELD warpRun.dist_group,         7, %s,     dist grp
    4244FIELD warpSkyCellMap.skycell_id, 10, %s,     skycell
    4345FIELD warpSkyCellMap.tess_id,    10, %s,     tess
  • trunk/ippMonitor/def/warpStageSkyfiles.d

    r24867 r27892  
    3030FIELD warpRun.state,              7, %s,     state
    3131FIELD warpRun.label,              7, %s,     label
     32FIELD warpRun.data_group,         7, %s,     data grp
     33FIELD warpRun.dist_group,         7, %s,     dist grp
    3234FIELD warpSkyCellMap.tess_id,    10, %s,     tess
    3335FIELD warpSkyCellMap.fault,      10, %s,     fault
Note: See TracChangeset for help on using the changeset viewer.