sczesla / PyAstronomy

A collection of astronomy-related routines in Python
152 stars 35 forks source link

Added keymap-option #21

Closed pcschneider closed 7 years ago

pcschneider commented 7 years ago

Added an extra option to handle fits spectra with keywords deviating from the standard.

sczesla commented 7 years ago

What are lines 67,68 & 95,96 good for? Does that handle 2d specifications of 1d spectra?

pcschneider commented 7 years ago

I guess they try to circumvent issues with files where the spectrum is in the form of a 1xn format. They should not have an effect on "normal" files.