| | 81 | '''RUN_TYPE''' is a new column used to narrow searches for stack and diff images. For stacks |
| | 82 | this value is only used if the release system is used to select stacks. When supplied |
| | 83 | it restricts stacks to particular types. Valid values are: deep, reference, nightly, and notnightly. |
| | 84 | |
| | 85 | For diff images valid values are warp_warp, warp_stack, and stack_stack. |
| | 86 | |
| | 87 | The final new columns are '''FWHM_MIN''' and '''FWHM_MAX'''. These may be used to |
| | 88 | restrict selected images to a range of measured seeing. For stacks this is only available |
| | 89 | for released stacks that have been calibrated by running staticsky and skyceal stages. |
| | 90 | |
| | 91 | The units of the fwhm values are pixels: ~.258 arcseconds per pixel for single frame images |
| | 92 | and .25 or .258 depending on the tessllation for stacks and diffs. |
| | 93 | |
| | 94 | The values are compared to the fwhm_major columns in the ipp database. For raw, chip, and warp |
| | 95 | images these values are compared to camProcessedExp.fwhm_major. For stacks it is the fwhm_major |
| | 96 | value in the skycalResult table. |
| | 97 | |
| | 98 | === Sources from postage stamps === |
| | 99 | When sources are requested the system now returns a cmf file containing only the sources from |
| | 100 | the region of interest. Previously it returned a copy of the entire input cmf. |
| | 101 | |
| | 102 | For stacks sources from the staticsky/skycal stages are returned if the stack is marked as calibrated in |
| | 103 | the release tables. Previously it returned the cmf from the stack stage which were sources detected |
| | 104 | in the input exposures and thus not particularly useful |
| | 105 | |
| | 106 | |