IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 9 and Version 10 of BillsPSPSToIPP


Ignore:
Timestamp:
Sep 23, 2015, 8:48:13 AM (11 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BillsPSPSToIPP

    v9 v10  
    163163
    164164== Stack Tables ==
    165 
     165The following values in the stack tables are useful.
    166166
    167167{{{
     
    174174StackObjectAttributes
    175175xiippDetectID   = meas.DET_ID = [cmf].IPP_IDET
     176
     177Note: x == one of (g r i z y w)
    176178}}}
     179
     180== Stack Detection to cmf ==
     181stackMetaID is the stack_id. To find the skycal cmf we can use releasetool
     182
     183{{{
     184releasetool -listrelstack -release_name SAS.39 -stack_id 3942203 | grep skycal_path_base | awk '{print $3 ".cmf"}'
     185}}}
     186SUGGESTION: It might be nice to add skycalID to StackMeta but since we need to look up the path_base that doesn't really avoid any work.
     187
     188== Stack Detection to DVO ==
     189The steps to be followed are similar to the steps for single frame detections.
     190
     1911. Go to Images.dat to find the IMAGE_ID in the row where EXTERN_ID == stackMetaID
     1922. Go to SkyTable.fits to find the NAME of the catalog file with CAT_ID == dvoRegionID
     1933. Look for measurement(s) with IMAGE_ID and DET_ID = xippDetectID