IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25426


Ignore:
Timestamp:
Sep 16, 2009, 10:36:40 PM (17 years ago)
Author:
bills
Message:

more test request specs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/pstamp/test/gpc1_sample.txt

    r25325 r25426  
     1# Sample Postage stamp request description file
     2# This can be parsed by the program pstamp_req_create to build a
     3# PS1_PSTAMP_REQUEST binary table
     4
     5# First line of data is for the extension header
     6# The order of keywords follows TABLE 6 of ICD
     7#
     8# Note that value for REQ_NAME may be overriden by a command line
     9# argument to pstamp_req_create.
     10# Blank and comment lines are ignored
     11
    112# REQ_NAME EXTVER
    2 CHANGEME 1
     13CHANGEME     1
     14
     15# subsequent lines define the rows in the table
     16
    317# ROWNUM PROJECT JOB_TYPE OPTION_MASK REQ_TYPE IMG_TYPE    ID      TESS_ID COMPONENT   COORD_MASK CENTER_X   CENTER_Y WIDTH HEIGHT REQFILT MJD_MIN MJD_MAX
    4 1    gpc1   stamp 1 byid warp     6245   MD08 skycell.077 2 242.400666 55.273513 200 200 null 0 0
    5 2    gpc1   stamp 1 byid warp     6254   MD08 skycell.077 2 242.400666 55.273513 200 200 null 0 0
    6 3    gpc1   stamp 1 byid warp     6264   MD08 skycell.077 2 242.400666 55.273513 200 200 null 0 0
    7 4    gpc1   stamp 1 byid warp     6317   MD08 skycell.077 2 242.400666 55.273513 200 200 null 0 0
    8 5    gpc1   stamp 1 byid warp     6324   MD08 skycell.077 2 242.400666 55.273513 200 200 null 0 0
    9 6    gpc1   stamp 1 byid warp     6465   MD08 skycell.077 2 242.400666 55.273513 200 200 null 0 0
    10 7    gpc1   stamp 1 byid warp     6466   MD08 skycell.077 2 242.400666 55.273513 200 200 null 0 0
     18# warps from various epochs for one of the SN candidates. Specifiying the skycell speeds up processing
     191         gpc1   stamp      1        byid        warp     6245   null skycell.077 2 242.400666 55.273513 200 200 null 0 0
     202         gpc1   stamp      1        byid        warp     6254   null skycell.077 2 242.400666 55.273513 200 200 null 0 0
     213         gpc1   stamp      1        byid        warp     6264   null skycell.077 2 242.400666 55.273513 200 200 null 0 0
     224         gpc1   stamp      1        byid        warp     6317   null skycell.077 2 242.400666 55.273513 200 200 null 0 0
     235         gpc1   stamp      1        byid        warp     6324   null skycell.077 2 242.400666 55.273513 200 200 null 0 0
     246         gpc1   stamp      1        byid        warp     6465   null skycell.077 2 242.400666 55.273513 200 200 null 0 0
     257         gpc1   stamp      1        byid        warp     6466   null skycell.077 2 242.400666 55.273513 200 200 null 0 0
    1126
    1227
    1328# get a specific warp
    14 10   gpc1   stamp 1 byid  warp     6316  null skycell.077 2 242.400666 55.273513 200 200 null 0 0
     2910        gpc1   stamp      1        byid         warp     6316  null skycell.077 2 242.400666 55.273513 200 200 null 0 0
     30
    1531# get stamps from all warps for exposure (only destreaked ones will succeed)
    16 11   gpc1   stamp 1 byexp warp    o4973g0123o null skycell.077 2 242.400666 55.273513 200 200 null 0 0
     3211        gpc1   stamp      1        byexp        warp    o4973g0123o null skycell.077 2 242.400666 55.273513 200 200 null 0 0
    1733
    1834# get stamps from all chipRuns for exposure (only destreaked ones will succeed)
    1935# add the mask and weight images as well
    20 12   gpc1   stamp 7 byexp chip    o4973g0123o null all         2 242.400666 55.273513 200 200 null 0 0
     3612        gpc1   stamp      7        byexp      chip    o4973g0123o null null  2 242.400666 55.273513 200 200 null 0 0
    2137
    2238# get the corresponding diff
    23 13   gpc1   stamp 1 byexp diff    o4973g0123o null null        2 242.400666 55.273513 200 200 null 0 0
     3913        gpc1   stamp      1        byexp      diff    o4973g0123o null null 2 242.400666 55.273513 200 200 null 0 0
    2440
     41# get the stack that was the templae for that stack
     4214        gpc1   stamp      1        byid     stack    14031  null null 2 242.400666 55.273513 200 200 null 0 0
     43#
     44# get the same stamp by go through the diff
     4515        gpc1   stamp      1        bydiff     stack    193939 null null 2 242.400666 55.273513 200 200 null 0 0
     46
Note: See TracChangeset for help on using the changeset viewer.