zarbanoo / dorado

Digitized Observatory Resources for Automated Data Operations (DORADO) is a python package that aims to expand Astropy(and affiliated packages) and to be a simple and common framework for data storage, reduction, and analysis, tailored for life at the Allan I. Carswell Observatory at York university, Toronto, Ontario, Canada
1 stars 0 forks source link

Solved image header key litter in PrimaryHDU #5

Open Mucephie opened 1 year ago

Mucephie commented 1 year ago

There is a plethora of comment header keys in the solved image. Output from iminspect.ipynb

No.    Name      Ver    Type      Cards   Dimensions   Format
  0  PRIMARY       1 PrimaryHDU     718   (3072, 2047)   int16 (rescales to uint16)   
  1  MASK             1 ImageHDU         8   (3072, 2047)   uint8   
  2  UNCERT        1 ImageHDU         9   (3072, 2047)   float64

These comment keywords seem to have log information from astrometry.net.

Mucephie commented 1 year ago

This is an upstream issue with the returned solve header, as referenced in https://github.com/astropy/astroquery/issues/2748 . For now this issue will be put on hold until an upstream decision is made.