Changes between Version 9 and Version 10 of pstamp_version_2_features
- Timestamp:
- May 3, 2013, 2:05:12 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pstamp_version_2_features
v9 v10 89 89 specify the exact images to be chosen. 90 90 91 Also the release tables do not currently handle diff images so '''SURVEY_NAME''' and I'''PP_RELEASE'''92 are ignored.91 Also the release tables do not currently handle diff images so '''SURVEY_NAME''' and '''IPP_RELEASE''' 92 are currently ignored. 93 93 94 '''DATA_GROUP''' is ignored when '''SURVEY_NAME''' or '''IPP_RELEASE''' is supplied .94 '''DATA_GROUP''' is ignored when '''SURVEY_NAME''' or '''IPP_RELEASE''' is supplied (except for diff images). 95 95 96 96 '''RUN_TYPE''' is a new column used to narrow searches for stack and diff images. For stacks 97 97 this value is only used if the release system is used to select stacks. When supplied 98 98 it restricts stacks to particular types. Valid values are: deep, reference, nightly, and notnightly. 99 (notnightly means stack_type !="nightly")99 (notnightly means any stack_type except "nightly") 100 100 101 The surver currently ignores RUN_TYPE for diff images but very soon now it will use the 102 values warp_warp, warp_stack, and stack_stack to restrict image lookups to the diffs of these types. 101 '''RUN_TYPE''' may be used to filter lookups for diff images. The valid values are warp_warp, warp_stack, and stack_stack. 103 102 104 The final new columns are '''FWHM_MIN''' and '''FWHM_MAX'''. These may be used to 105 restrict selected images to a range of measured seeing. For stacks this is only available 106 for released stacks that have been calibrated by running staticsky and skyceal stages. 103 104 The last of the new columns are '''FWHM_MIN''' and '''FWHM_MAX'''. These may be used to 105 restrict selected images to a range of measured seeing. At the current time these parameters 106 are not used unless SURVEY_NAME or IPP_RELEASE is supplied and are not used at all for diff images. 107 For stacks this is only available for released stacks that have been calibrated by running staticsky and 108 skycal stages. Unfortunately this means that they are not useful for nightly stacks. 107 109 108 110 The units of the fwhm values are pixels: ~.258 arcseconds per pixel for single frame images 109 and .25 or .258 depending on the tess llation for stacks and diffs.111 and .25 or .258 depending on the tessellation for stacks and diffs. 110 112 111 113 The values are compared to the fwhm_major columns in the ipp database. For raw, chip, and warp … … 118 120 119 121 For chip stage the sources are extracted from the corresponding camera stage smf file. For historical 120 magic related reasons requests for c mfs were previously silently ignored.122 magic related reasons requests for chip stage cmfs were previously silently ignored. 121 123 122 124 Warp stage sources are extracted from the warp stage cmfs.
