IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of sample_pstamp_request


Ignore:
Timestamp:
Sep 10, 2009, 4:02:17 PM (17 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sample_pstamp_request

    v1 v2  
    5454}}}
    5555
    56 If the -req_name parameter is omitted, the REQ_NAME given in the input file will be used.
     56If the --req_name parameter is omitted, the REQ_NAME given in the input file will be used (in this example CHANGEME).
    5757
    5858This file uses the 'bydiff' mode which selects the images of interest based on a diff_skyfile_id. The next file shows
     
    9292}}}
    9393
    94 Most of these request specifications only request the image (OPTION_MASK = 1).
    95 An exception is row 12 which has OPTION_MASK = 7. This will request the mask and variance images as well.
     94When REQ_MODE is 'byid' the ID column is interpreted as the id of the run that corresponds to the IMG_TYPE (exp_id, chip_id, warp_id, etc.).
     95If a column with string type is not required for a given request specification it may be given the value 'null'.
     96For example in row 12 component is set to null. This tells the postage stamp server to check all chips
     97
     98Most of these request specifications only request stamps from the image (OPTION_MASK = 1).
     99An exception is row 12 which has OPTION_MASK = 7. This requests stamps from the mask and variance images be made as well.
    96100Soon more bits of this this column will be used to select other output products (psf files for example).
    97101
    98 If a column with string is not required for a given request specfication, it may be given the value 'null'
     102Note that at this time REQ_TYPE bycoord and byskycell have not yet been implemented.
    99103
     104