IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 28 and Version 29 of ThingsToBeDoneBeforeSas40


Ignore:
Timestamp:
Oct 22, 2015, 6:37:06 AM (11 years ago)
Author:
eugene
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ThingsToBeDoneBeforeSas40

    v28 v29  
    3131 * redo addstar for all stages
    3232
    33 
    3433== pv3 / non sas40 ==
    3534
     
    3736 * crad's fits <-> csv thoughts
    3837
    39 
    4038== schema changes  ==
    4139
    42  * MeanObject:xqfPerfect is always -999 '''asana'''
     40 * MeanObject:xqfPerfect is always -999 '''asana, done'''
    4341   * it is set from PSF_QF_PERF_MAX in cps table in ipptopsps.
    4442   * '''NOT''' set in the DVO cps table, though relphot code seems to set it: re-run relphot and fix (EAM)
     43   * this was caused by a nan-initialization problem; fixed
    4544 * FrameMeta: remove p1Recipe, p2Recipe, p3Recipe  '''asana, done'''
    4645 * FrameMeta: add md5sum (from smf)- make it a varchar of reasonable length (10?) '''asana'''
     
    5857 * DiffDetObject:html,zoneID,cz,cy,cz,lambda,beta,l,b to be filled by PSPS (CH/TC) '''asana, done (TBR)'''
    5958 * DiffDetObject:description of table is vague and needs to be cleaned up (HAF/EAM) '''asana, done'''
    60  * DiffDetObject:xqfPerfect is always -999 '''asana'''
     59 * DiffDetObject:xqfPerfect is always -999 '''asana, done'''
    6160   * same as for MeanObject above: fix in relphot (EAM)
    6261   * it is set from PSF_QF_PERF_MAX in cps table in ipptopsps
     62   * same fix as above
    6363 * StackMeta:magsat - drop it, we do not calculate (in detection/diff/ff as well) '''asana, done'''
    6464 * StackMeta:completMag - detectionThreshold --> DETEFF.MAGREF (instrumental mag, needs zp / exp correction for stack and detection and diff) '''asana'''
    65  * StackMeta:  astroScat - AST_CDX, AST_CDY calc= sqrt(a2+b2) - this is not the astrometric error - a measurement of the calibration but not definitive '''asana'''
    66  * StackMeta:photoScat - ZPT_ERR - describe it better: the scatter of the calibration stars '''asana'''
    67  * StackMeta:nAstro - NASTRO : change to nRefStars '''asana'''
     65   * zp from header is used, should come from DVO
     66 * StackMeta:  astroScat - AST_CDX, AST_CDY calc= sqrt(a2+b2) - this is not the astrometric error - a measurement of the calibration but not definitive '''asana, done'''
     67 * StackMeta:photoScat - ZPT_ERR - describe it better: the scatter of the calibration stars '''asana, done'''
     68 * StackMeta:nAstro - NASTRO : change to nRefStars '''asana, done'''
    6869 * StackMeta:nPhoRef - (delete) '''asana, done (HAF)'''
    69  * StackMeta:  add set of similar names (same information, from relexp/relstack) recalAstroScat, recalPhotoScat, recalNAstroStars, recalNPhotoStars '''asana'''
     70 * StackMeta:  add set of similar names (same information, from relexp/relstack) recalAstroScat, recalPhotoScat, recalNAstroStars, recalNPhotoStars '''asana, done'''
    7071 * StackMeta:calibModNum - remove from schema '''asana, done'''
    7172 * StackObjectThin:stackDetectRowID (WS/HAF/EAM) is it set correctly '''asana'''