IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 5 and Version 6 of pstamp_version_2_features


Ignore:
Timestamp:
May 2, 2013, 6:25:11 PM (13 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pstamp_version_2_features

    v5 v6  
    33This page describes new features available in the IPP Postage Stamp server with version 2 of the
    44request specification released 2013-05-02. A pdf of the specification is attached to [wiki:PostageStampServer].
     5
     6The ipp programs pstamp_request_file and psmkreq have been updated to create files in this format. The
     7server happily accepts files in version 1 as well.
    58
    69=== Request File Header ===
     
    1215
    1316'''ACTION''' is a new keyword that tells the system what to do with the request file.
    14 Users building and submitting their own request files should always set '''ACTION''' to PROCESS.
     17Users building and submitting their own request files should always set '''ACTION''' to the value PROCESS.
    1518
    1619The web interface will use other values for this keyword to trigger the server's "preview" mode.
     
    2629Two columns in the request specification are used to select images of interest using the release system.
    2730
    28 SURVEY_NAME is a string used to select which survey from which to select images.
     31'''SURVEY_NAME''' is a string used to select which survey from which to select images.
    2932Allowed values are the same as the PSPS survey definitions.
    3033
     
    6669
    6770Note that at this time the release tables are only populated for 3PI, SSS, and the MD surveys.
     71We do not expect that the CAL surveys will ever be populated.
    6872
    6973
     
    7882in that release. Images will be selected from the 3PI.nightly release for
    7983exposures that were observed after the processing for 3PI.PV1 was done.
     84
     85Note that byid requests bypass the release system since by definition these requests
     86specify the exact images to be chosen.
    8087
    8188'''DATA_GROUP''' is ignored when '''SURVEY_NAME''' or '''IPP_RELEASE''' is supplied.
     
    102109the region of interest. Previously it returned a copy of the entire input cmf.
    103110
     111For chip stage the sources are extracted from the corresponding camera stage smf file. For historical
     112magic related reasons requests for cmfs were previously silently ignored.
     113
     114Warp stage sources are extracted from the warp stage cmfs.
     115
    104116For stacks sources from the staticsky/skycal stages are returned if the stack is marked as calibrated in
    105117the release tables.  Previously it returned the cmf from the stack stage which were sources detected
    106 in the input exposures and thus not particularly useful
     118in the input exposures and thus were not particularly useful.
     119
     120=== Zero Points ===
     121For stacks selected using the release system which are marked as being calibrated, data from the header from
     122the skycal cmf file is included in the image postage stamps.
     123
     124This means that the zero points measured by the skycal stage are given. More info to be supplied.
     125
     126In the near future the headers for chip stage images will be augmented from results of the DVO calibration
     127analysis including information about the "ubercalibration" of the exposure.
     128
     129Cheers Bill Sweeney 2013-05-03
    107130
    108131