Attach a FITS image file for analysis and updating
Plate.AttachFITS(FileName)
The method syntax has these parts:
Part | Description |
---|---|
FileName (String) | The full path and name of the FITS image to attach |
Return (Boolean) | Success or failure (generates trappable error on failure) |
The image file is opened in read-only mode when attached. If Plate.UpdateFITS(), Plate.WriteHistory(), or Plate.WriteComment() is called, the image file is reopened for write.
Upon attaching, the Mapped FITS Properties become available. Some may be changed. This is true even if the alternate Plate.AttachNoImage() method is used.