| | 1 | |
| | 2 | == New for Postage Stamp Request Version 2 == |
| | 3 | This page describes new features available in the IPP Postage Stamp server with version 2 of the |
| | 4 | request specification released 2013-05-02. A pdf of the specification is attached to [wiki:PostageStampServer]. |
| | 5 | |
| | 6 | === Request File Header === |
| | 7 | |
| | 8 | New keywords are defined for the header |
| | 9 | ACTION string "PROCESS" |
| | 10 | EMAIL string email of user submitting the request |
| | 11 | |
| | 12 | ACTION is a new keyword that tells the system what to do with the request file. |
| | 13 | Users building and submitting their own request files should set ACTION to "PROCESS". |
| | 14 | |
| | 15 | The web interface will use other values for this keyword to trigger the server's "preview" mode. |
| | 16 | |
| | 17 | EMAIL is used to track the user that submitted the request file. Users are encouraged to provide |
| | 18 | a valid value. (We promise no spam ;) |
| | 19 | |
| | 20 | === Request Table Columns === |
| | 21 | The most important new feature of Version 2 is the integration with the IPP's new release tracking |
| | 22 | system [wiki:ipp_release_tracking]. The IPP now has tables which clearly identify collections of |
| | 23 | runs with certain versions of the pipeline. |
| | 24 | |
| | 25 | Two columns in the request specification are used to select images of interest using the release system. |
| | 26 | |
| | 27 | SURVEY_NAME is a string used to select which survey from which to select images. |
| | 28 | Allowed values are the same as the PSPS survey definitions. |
| | 29 | |
| | 30 | {{{ |
| | 31 | +-------------+--------------------------------------------------------------+ |
| | 32 | | SURVEY_NAME | description | |
| | 33 | +-------------+--------------------------------------------------------------+ |
| | 34 | | 3PI | PS1 3PI Survey | |
| | 35 | | MD01 | PS1 MD01 XMM-LSS-DXS 022224-043000 | |
| | 36 | | MD02 | PS1 MD02 CDFS/GOODS/GEMS 033224-274800 | |
| | 37 | | MD03 | PS1 MD03 IFA/Lynx 084300+444000 | |
| | 38 | | MD04 | PS1 MD04 COSMOS 100000+021200 | |
| | 39 | | MD05 | PS1 MD05 Lockman-DXS 110000+570000 | |
| | 40 | | MD06 | PS1 MD06 NGC 4258 121857+471814 | |
| | 41 | | MD07 | PS1 MD07 VISTA-Video1 140000+050000 | |
| | 42 | | MD08 | PS1 MD08 EliasN1-DXS 160000+570000 | |
| | 43 | | MD09 | PS1 MD09 Vimos4-DXS-SSA 220000+003000 | |
| | 44 | | MD10 | PS1 MD10 Deep2 233000+000000 | |
| | 45 | | M31 | PS1 M31 Andromeda 004242+411600 | |
| | 46 | | STS1 | PS1 STS1 Outskirts of Bulge 195048+170339 | |
| | 47 | | CAL01 | PS1 Cal North Pole 000000+900000 | |
| | 48 | | CAL02 | PS1 Cal SA92 Dense Landolt Std Field 005808+004232 | |
| | 49 | | CAL03 | PS1 Cal Perseus Cluster / Abell 426 031900+413300 | |
| | 50 | | CAL04 | PS1 Cal SA95 Dense Landolt Std Field 065207+001710 | |
| | 51 | | CAL05 | PS1 Cal Taurus dark cloud (diverse extinction) 043000+250000 | |
| | 52 | | CAL06 | PS1 Cal SA98 Densle Landolt Std Field 065207+001710 | |
| | 53 | | CAL07 | PS1 Cal M81-M82-HolmIX (Local Group) 095640+692200 | |
| | 54 | | CAL08 | PS1 Cal Virgo Cluster (Center) 123000+130000 | |
| | 55 | | CAL09 | PS1 Cal Hercules Cluster (Center) 160508+1745+28 | |
| | 56 | | CAL10 | PS1 Cal M17-M24 Region 181400+000544 | |
| | 57 | | CAL11 | PS1 Cal SA110 Dense Landolt Std Field 184207+000544 | |
| | 58 | | CAL12 | PS1 Cal Kepler Mission Astrometric field 192240+443000 | |
| | 59 | | CAL13 | PS1 Cal 3C454.1 (Northern field) 225033+712919 | |
| | 60 | | STS2 | PS1 STS2 Hyades 004000+150000 | |
| | 61 | | STS3 | PS1 STS3 Praesepe 083000+200000 | |
| | 62 | | SSS | PS1 Solar System Survey | |
| | 63 | +-------------+--------------------------------------------------------------+ |
| | 64 | }}} |
| | 65 | |
| | 66 | Note that at this time the release tables are only populated for 3PI, SSS, and the MD surveys. |
| | 67 | |
| | 68 | |
| | 69 | IPP_RELEASE is used to specify a particular target release. If the user knows |
| | 70 | the precise reduction for a particular exposure or stack skycell this parameter |
| | 71 | is used. Note that if a particular release is not specified, the system will choose |
| | 72 | the "best" by preferring data from higher "priority" releases. |
| | 73 | |
| | 74 | For example the most recent "grand reprocessing" of the 3PI survey is identified with |
| | 75 | the IPP_RELEASE 3PI.PV1. If a user requests stamps from a particular position |
| | 76 | on the sky, images will be selected from 3PI.PV1 for exposures that were included |
| | 77 | in that release. Images will be selected from the 3PI.nightly release for |
| | 78 | exposures that were observed after the processing for 3PI.PV1 was done. |
| | 79 | |