Changes between Version 47 and Version 48 of Background_Dark_Model
- Timestamp:
- Apr 17, 2012, 1:42:13 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Background_Dark_Model
v47 v48 1 1 [wiki:Background_Continuity Return] 2 3 == April 17, 2012 == 4 5 === Flags and thresholds === 6 7 These are the current checks and cuts I'm using to exclude detections from consideration based on psphot parameters: 8 9 || Name || Check || Result || 10 || IS_POOR || bitand(FLAGS,0xe0440130) || Excluded as a bad detection if IS_POOR = 1 || 11 || IS_BAD || bitand(FLAGS,0x1003bc88) || Excluded as a bad detection if IS_BAD = 1 || 12 || IS_QF_PERFECT || PSF_QF_PERFECT > 0.85 || Excluded as a bad detection if IS_QF_PERFECT != 1 || 2 13 3 14 == April 13, 2012 ==
