IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 3 and Version 4 of pstamp_version_2_features


Ignore:
Timestamp:
May 2, 2013, 6:13:38 PM (13 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pstamp_version_2_features

    v3 v4  
    1212
    1313'''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'''".
     14Users building and submitting their own request files should always set '''ACTION''' to PROCESS.
    1515
    1616The web interface will use other values for this keyword to trigger the server's "preview" mode.
     
    6868
    6969
    70 IPP_RELEASE is used to specify a particular target release. If the user knows
     70'''IPP_RELEASE''' is used to specify a particular target release. If the user knows
    7171the precise reduction for a particular exposure or stack skycell this parameter
    7272is used. Note that if a particular release is not specified, the system will choose
     
    7474
    7575For example the most recent "grand reprocessing" of the 3PI survey is identified with
    76 the IPP_RELEASE 3PI.PV1. If a user requests stamps from a particular position
     76the '''IPP_RELEASE''' 3PI.PV1. If a user requests stamps from a particular position
    7777on the sky, images will be selected from 3PI.PV1 for exposures that were included
    7878in that release. Images will be selected from the 3PI.nightly release for
    7979exposures that were observed after the processing for 3PI.PV1 was done.
    8080
     81'''RUN_TYPE''' is a new column used to narrow searches for stack and diff images. For stacks
     82this value is only used if the release system is used to select stacks. When supplied
     83it restricts stacks to particular types. Valid values are: deep, reference, nightly, and notnightly.
     84
     85For diff images valid values are warp_warp, warp_stack, and stack_stack.
     86
     87The final new columns are '''FWHM_MIN''' and '''FWHM_MAX'''.  These may be used to
     88restrict selected images to a range of measured seeing. For stacks this is only available
     89for released stacks that have been calibrated by running staticsky and skyceal stages.
     90
     91The units of the fwhm values are pixels: ~.258 arcseconds per pixel for single frame images
     92and .25 or .258 depending on the tessllation for stacks and diffs.
     93
     94The values are compared to the fwhm_major columns in the ipp database. For raw, chip, and warp
     95images these values are compared to camProcessedExp.fwhm_major. For stacks it is the fwhm_major
     96value in the skycalResult table.
     97
     98=== Sources from postage stamps ===
     99When sources are requested the system now returns a cmf file containing only the sources from
     100the region of interest. Previously it returned a copy of the entire input cmf.
     101
     102For stacks sources from the staticsky/skycal stages are returned if the stack is marked as calibrated in
     103the release tables.  Previously it returned the cmf from the stack stage which were sources detected
     104in the input exposures and thus not particularly useful
     105
     106