Changes between Version 5 and Version 6 of pstamp_version_2_features
- Timestamp:
- May 2, 2013, 6:25:11 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pstamp_version_2_features
v5 v6 3 3 This page describes new features available in the IPP Postage Stamp server with version 2 of the 4 4 request specification released 2013-05-02. A pdf of the specification is attached to [wiki:PostageStampServer]. 5 6 The ipp programs pstamp_request_file and psmkreq have been updated to create files in this format. The 7 server happily accepts files in version 1 as well. 5 8 6 9 === Request File Header === … … 12 15 13 16 '''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.17 Users building and submitting their own request files should always set '''ACTION''' to the value PROCESS. 15 18 16 19 The web interface will use other values for this keyword to trigger the server's "preview" mode. … … 26 29 Two columns in the request specification are used to select images of interest using the release system. 27 30 28 SURVEY_NAMEis 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. 29 32 Allowed values are the same as the PSPS survey definitions. 30 33 … … 66 69 67 70 Note that at this time the release tables are only populated for 3PI, SSS, and the MD surveys. 71 We do not expect that the CAL surveys will ever be populated. 68 72 69 73 … … 78 82 in that release. Images will be selected from the 3PI.nightly release for 79 83 exposures that were observed after the processing for 3PI.PV1 was done. 84 85 Note that byid requests bypass the release system since by definition these requests 86 specify the exact images to be chosen. 80 87 81 88 '''DATA_GROUP''' is ignored when '''SURVEY_NAME''' or '''IPP_RELEASE''' is supplied. … … 102 109 the region of interest. Previously it returned a copy of the entire input cmf. 103 110 111 For chip stage the sources are extracted from the corresponding camera stage smf file. For historical 112 magic related reasons requests for cmfs were previously silently ignored. 113 114 Warp stage sources are extracted from the warp stage cmfs. 115 104 116 For stacks sources from the staticsky/skycal stages are returned if the stack is marked as calibrated in 105 117 the 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 118 in the input exposures and thus were not particularly useful. 119 120 === Zero Points === 121 For stacks selected using the release system which are marked as being calibrated, data from the header from 122 the skycal cmf file is included in the image postage stamps. 123 124 This means that the zero points measured by the skycal stage are given. More info to be supplied. 125 126 In the near future the headers for chip stage images will be augmented from results of the DVO calibration 127 analysis including information about the "ubercalibration" of the exposure. 128 129 Cheers Bill Sweeney 2013-05-03 107 130 108 131
