[PINPOINT-1817]  RemoveWCS() does not remove distortion polynomial coefficients
Type Bug
Priority High
Severity Trivial
Component Astrometric Engine
Fixed In Version [7.07.0
Versions Affected [6.06.0
Severity Closed
Resolution Complete
Reported By Bob Denny
Resources Bob Denny
Start Date 3/12/2021

Description
Removing the TR1_n, and TR2_n fields from FITS is simply broken.

Comments
3/12/2021 1:47:58 PM   Bob Denny
This got complicated. Deleting all those TR fields left empty areas in the FITS and it looks weird in MaxIm. But it is legal and looks fine in listhead.
3/12/2021 1:46:59 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/pinpoint
SVN Revision 222
Affected files /trunk/HTML Help/PinPoint.mdb (Modified)
/trunk/HTML Help/doc/PinPoint.chm (Modified)
/trunk/HTML Help/doc/PinPoint.hhc (Modified)
/trunk/HTML Help/doc/PinPoint.hhk (Modified)
/trunk/HTML Help/doc/PinPointPlateMETHDeleteFitsKey.htm (Modified)
/trunk/HTML Help/doc/PinPointPlateMETHRemoveWCS.htm (Modified)
/trunk/HTML Help/doc/PinPointRELNOTES.htm (Modified)
/trunk/engine/Plate.cpp (Modified)
Check-in comment Fix RemoveWCS() plus improve docs for DeleteFITSKkey(). GEM:1817
3/12/2021 12:39:46 PM   Bob Denny
SVN Comment
Author rbdenny
Repository svn+ssh://rbdenny@a2_svn_dc3/home/rbdenny/svn/astro/pinpoint
SVN Revision 221
Affected files /trunk/Scripts-Development (Modified)
/trunk/Scripts-Development/File.History (Deleted)
/trunk/engine/PinPoint.idl (Modified)
/trunk/engine/Plate.cpp (Modified)
Check-in comment Changes to add ATLAS to the CatalogTypes enumeration. Also repair Plate.RemoveWCS(). The missing CatalogTypes enum was found while doing the RemWCS() work. GEM:1817 GEM:1568