-
Notifications
You must be signed in to change notification settings - Fork 22
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
Create fits spectra From MOCA #521
Comments
I have already planned writing a code to export the moca spectra to uniform FITS files, I will send it once it's done.Jonathan Gagné, Ph.D.Conseiller Scientifique / Scientific AdvisorPlanétarium Rio Tinto Alcan | Espace pour la vieProfesseur associé, Université de Montréal4801 av. Pierre-de Coubertin, Montréal, Québec H1V 3V4On Jun 27, 2024, at 9:09 PM, Kelle Cruz ***@***.***> wrote:
MOCA has already "standardized" a bunch of spectra. Consider creating FITS files from MOCA instead of converting piece meal. @jgagneastro
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I have strong thoughts and feelings about how the fits files should be formatted so let's discuss or collaborate before you do too much! |
Noted !My initial plan was to use these columns as FITS header entries:MOCA DBmocadb.caExcept for the moca_ keys and the "comments" column (which contains complete original headers).I haven't given much thoughts to what units the actual spectra would be stored in.Jonathan Gagné, Ph.D.Conseiller Scientifique / Scientific AdvisorPlanétarium Rio Tinto Alcan | Espace pour la vieProfesseur associé, Université de Montréal4801 av. Pierre-de Coubertin, Montréal, Québec H1V 3V4On Jun 27, 2024, at 11:23 PM, Kelle Cruz ***@***.***> wrote:
I have strong thoughts and feelings about how the fits files should be formatted so let's discuss or collaborate before you do too much!
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
A pull request to my_spectra = Spectrum1D(wavelength*unit, flux*unit, uncertainty, header)
Spectrum1D.write('my_spectra.fits`)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
MOCA has already "standardized" a bunch of spectra. Consider creating FITS files from MOCA instead of converting piece meal. @jgagneastro
The text was updated successfully, but these errors were encountered: