IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 1 and Version 2 of ippToPspsSa9


Ignore:
Timestamp:
Sep 14, 2012, 2:38:16 PM (14 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ippToPspsSa9

    v1 v2  
    11== ippToPsps for SAS V9 ==
    22
     3This is heather's wiki of the changes, ingredients, and processing of sas_v9.
     4
     5=== ipp changes ===
     6
     7  * various changes to psphotstack (Gene/Bill know more)
     8  * various changes to dvo related stuff (Gene knows more, here's what heather remembers of the top of her head)
     9    * best qf_perfect, best sg_sep for dvo averages
     10    * does the right thing for nx=0 - mags are null
     11    * nframes has been fixed, now reports the correct value
     12    * nigel's "goofy mags" due to dvo having duplicates - should be fixed both in dvo and in ipptopsps
     13 
     14=== dvo ===
     15
     16The new dvo is called SAS.20120905, located /data/ipp005.0/gpc1/catdirs/SAS/20120901  (yes, different dates, that is a typo from when Heather queued)
     17 
     18Ingredients for the dvo:
     19  * cam stage label = 'SAS_v8', 620 entries
     20  * skycal stage label = 'SAS_v9', this is rerunning psphotstack (ie, staticsky and skycal stage) on the SAS_v8 pixels
     21  * dvo type is PS1_V4 with modifications (ie, the PS1_V4 database from before, SAS.20120801, is not compatible)
     22
     23Commands used to 'spiff' the dvo (trunk from 2012-09-05):
     24  {{{
     25 relphot -averages -reset -update -boundary-tree ~ipp/RINGS.V3.tree.fits -D CAMERA gpc1 -D CATDIR /data/ipp005.0/gpc1/catdirs/SAS/20120901
     26 relastro -update-objects -reset -update -D CAMERA gpc1 -D CATDIR /data/ipp005.0/gpc1/catdirs/SAS/20120901
     27 }}}
     28 
     29Some more fixes were added, at which point I was instructed to update Ohana/src/relphot and to rerun the command (from 2012-09-14)
     30{{{
     31 relphot -averages -reset -update -boundary-tree ~ipp/RINGS.V3.tree.fits -D CAMERA gpc1 -D CATDIR /data/ipp005.0/gpc1/catdirs/SAS/20120901
     32}}}
     33
     34Heather looked at the dvo: it looks reasonable.
     35
     36=== ippToPsps ===
     37
     38Lots of changes to ippToPsps this time around:
     39
     40Object Tables
     41 * [x]flags have been added
     42 * extra has been added - this is now the best qf_perfect
     43 * sgsept has been added
     44 * raErr has been added
     45 * decErr has been added
     46 * x20pct/x80pct now correctly defaults to -999 for NULL
     47 * xStackKronMag now has correct mags (not offset by 17.8)
     48 
     49Stack Detection Full
     50 * kronrad has been added, with value of MOMENTS_R1*2.5
     51 * nigel's "goofy mags" due to dvo having duplicates - should be fixed both in dvo and in ipptopsps
     52 * infoFlags is now FLAGS2 << 32 | FLAGS to be consistent with other tables
     53
     54
     55===  problems ===
     56 * default config had changed.  It's actually not used, but it complained since some parameters were missing. Ugh.
     57 * ipptopsps needs to know about the changes to the dvo to properly grab it. This was sorted out by checking out the trunk (ipptrunk-20120913), compiling it, and telling ipptopsps to use that psconfig instead of the default ipp tag.
     58