-
-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extract 2D Spectra from Echelle #39
Comments
Hi @exowanderer, I believe your request fits in better with the aims of the specreduce package (https://github.com/astropy/specreduce). Please feel free to re-post your issue there! For a better outline of what we're going to have in specutils you can peruse the specutils APE (https://github.com/astropy/astropy-APEs/blob/master/APE13.rst). |
Hi @SaOgaz, Thank you for your response. Does specutils include a spectral registering routine, such that I can auto-rotate all spectra to be aligned with the y-axis? |
@exowanderer - a good guideline is to think of everything the deals with "2d spectra" to be aimed at With that in mind, I'm going to move this issue to |
This code seems to do very well at visualizing and gaining information from 1D spectrum from Echelle spectrographs, after the 2D Echelle spectra have been extracted into a stack of 1D spectra.
I see in #11 that there is mentioned of a Spectrum1DEchelle; but that seems to be how to handle multiple 1D spectra, as oppose to extracting 2D flux vs pixels into sets of 1D spectra.
Is there are way to take the 2D Echelle spectra (photons vs pixels) with the geometric distortions and needed wavelength calibrations (from comparison spectra) to generate these 1D spectra here -- not using IRAF, which is a monstrosity.
Is there are section of this package that extracts the 1D spectra from a 2D image?
The text was updated successfully, but these errors were encountered: