| Version 3 (modified by , 13 years ago) ( diff ) |
|---|
New for Postage Stamp Request Version 2
This page describes new features available in the IPP Postage Stamp server with version 2 of the request specification released 2013-05-02. A pdf of the specification is attached to PostageStampServer.
Request File Header
Two new keywords are defined for the header
ACTION string "PROCESS"
EMAIL string email of user submitting the request
ACTION is a new keyword that tells the system what to do with the request file. Users building and submitting their own request files should always set ACTION to "PROCESS".
The web interface will use other values for this keyword to trigger the server's "preview" mode.
EMAIL is used to track the user that submitted the request file. Users are encouraged to provide a valid value. (We promise no spam ;)
Request Table Columns
The most important new feature of Version 2 is the integration with the IPP's new release tracking system ipp_release_tracking. The IPP now has tables which clearly identify collections of runs with certain versions of the pipeline.
Two columns in the request specification are used to select images of interest using the release system.
SURVEY_NAME is a string used to select which survey from which to select images. Allowed values are the same as the PSPS survey definitions.
+-------------+--------------------------------------------------------------+ | SURVEY_NAME | description | +-------------+--------------------------------------------------------------+ | 3PI | PS1 3PI Survey | | MD01 | PS1 MD01 XMM-LSS-DXS 022224-043000 | | MD02 | PS1 MD02 CDFS/GOODS/GEMS 033224-274800 | | MD03 | PS1 MD03 IFA/Lynx 084300+444000 | | MD04 | PS1 MD04 COSMOS 100000+021200 | | MD05 | PS1 MD05 Lockman-DXS 110000+570000 | | MD06 | PS1 MD06 NGC 4258 121857+471814 | | MD07 | PS1 MD07 VISTA-Video1 140000+050000 | | MD08 | PS1 MD08 EliasN1-DXS 160000+570000 | | MD09 | PS1 MD09 Vimos4-DXS-SSA 220000+003000 | | MD10 | PS1 MD10 Deep2 233000+000000 | | M31 | PS1 M31 Andromeda 004242+411600 | | STS1 | PS1 STS1 Outskirts of Bulge 195048+170339 | | CAL01 | PS1 Cal North Pole 000000+900000 | | CAL02 | PS1 Cal SA92 Dense Landolt Std Field 005808+004232 | | CAL03 | PS1 Cal Perseus Cluster / Abell 426 031900+413300 | | CAL04 | PS1 Cal SA95 Dense Landolt Std Field 065207+001710 | | CAL05 | PS1 Cal Taurus dark cloud (diverse extinction) 043000+250000 | | CAL06 | PS1 Cal SA98 Densle Landolt Std Field 065207+001710 | | CAL07 | PS1 Cal M81-M82-HolmIX (Local Group) 095640+692200 | | CAL08 | PS1 Cal Virgo Cluster (Center) 123000+130000 | | CAL09 | PS1 Cal Hercules Cluster (Center) 160508+1745+28 | | CAL10 | PS1 Cal M17-M24 Region 181400+000544 | | CAL11 | PS1 Cal SA110 Dense Landolt Std Field 184207+000544 | | CAL12 | PS1 Cal Kepler Mission Astrometric field 192240+443000 | | CAL13 | PS1 Cal 3C454.1 (Northern field) 225033+712919 | | STS2 | PS1 STS2 Hyades 004000+150000 | | STS3 | PS1 STS3 Praesepe 083000+200000 | | SSS | PS1 Solar System Survey | +-------------+--------------------------------------------------------------+
Note that at this time the release tables are only populated for 3PI, SSS, and the MD surveys.
IPP_RELEASE is used to specify a particular target release. If the user knows the precise reduction for a particular exposure or stack skycell this parameter is used. Note that if a particular release is not specified, the system will choose the "best" by preferring data from higher "priority" releases.
For example the most recent "grand reprocessing" of the 3PI survey is identified with the IPP_RELEASE 3PI.PV1. If a user requests stamps from a particular position on the sky, images will be selected from 3PI.PV1 for exposures that were included in that release. Images will be selected from the 3PI.nightly release for exposures that were observed after the processing for 3PI.PV1 was done.
