[PINPOINT-613]  CLRBAND is usually wrong
Type Quirk
Priority Low
Severity Trivial
Component Astrometric Engine
Fixed In Version [6.06.0
Versions Affected [5.1d5.1d
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 9/15/2013

Description
WIth ACP, only when J-C filters are in use does CLRBAND mean anything in the FITS header. For PinPoint itself, it seems better to eliminate CLRBAND from the FITS fiellds altogether unless it is explicitly set between attach and update times.

Comments
9/15/2013 5:44:37 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/pinpoint
SVN Revision 85
Affected files /trunk/HTML Help/PinPoint.mdb (Modified)
/trunk/HTML Help/doc/PinPointCLASSPlate.htm (Modified)
/trunk/HTML Help/doc/PinPointPlatePROPCentroidAlgorithm.htm (Modified)
/trunk/HTML Help/doc/PinPointPlatePROPColorBand.htm (Modified)
/trunk/HTML Help/doc/PinPointRELNOTES.htm (Modified)
/trunk/HTML Help/doc/PinPointVPP.htm (Modified)
/trunk/Scripts/RemWCSV6.js (Added)
/trunk/Visual PinPoint/frmMain5.frm (Modified)
/trunk/Visual PinPoint/frmMain5.frx (Modified)
/trunk/engine/PinPoint.idl (Modified)
/trunk/engine/Plate.cpp (Modified)
/trunk/engine/PlateStar.cpp (Modified)
/trunk/engine/common.h (Modified)
/trunk/engine/field_compare/field_compare.cpp (Modified)
Check-in comment Add ppUnknown to Plate.ColorBand and if set to this value do not include CLRBAND in FITS. Also, if set to ppUnknown, use the red magnitude internally to calculate the Plate.Magnitude property. GEM:613
9/15/2013 12:59:48 PM   Bob Denny
This will add to the enum for FIlterBand, new member ppUnknown.