issues
search
panoptes
/
panoptes-utils
A set of Astronomical utility functions. PANOPTES style. :hammer_and_wrench: :telescope: :stars:
https://panoptes-utils.readthedocs.io
MIT License
4
stars
9
forks
source link
Fits utils fixes
#173
Closed
wtgee
closed
4 years ago
wtgee
commented
4 years ago
Uncompressed file is always used for solve because we were occasionally seeing odd errors as described in dstndstn/astrometry.net#182.
Better log output for solving.
Better checking for solved file at end (via
is_celestial
).
Cleanup the cleanup of solve files.
Removing unused and confusing
improve_wcs
.
Pass
kwargs
to underlying
writeto
method for
write_fits
. Needed for, e.g.
overwrite
.
Fix docstring return types for some functions.
is_celestial
).improve_wcs
.kwargs
to underlyingwriteto
method forwrite_fits
. Needed for, e.g.overwrite
.