Skip to content
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

Outputting Normalised Data and Templates #17

Open
jennifrench opened this issue Aug 12, 2022 · 1 comment
Open

Outputting Normalised Data and Templates #17

jennifrench opened this issue Aug 12, 2022 · 1 comment

Comments

@jennifrench
Copy link

I'm using this package to spectral type some L dwarfs and was wondering if there's a way to output the data that's used in the plots - the normalised input data and templates. Just outputting them as a csv file or similar so I can plot them myself would be great.

@kelle
Copy link
Member

kelle commented Sep 2, 2022

Thanks so much for this feature request! I'll be honest though, I don't think it's likely to be implemented anytime soon.

You can make your own plots using the templates. The templates are in this repo: https://github.com/BDNYC/UltracoolTypingKit/tree/master/templates

There are examples of how to read in the templates in the Templates class:
https://github.com/BDNYC/UltracoolTypingKit/blob/master/TypeFinder.py#L93

The code we use to normalize the data is the Data class:
https://github.com/BDNYC/UltracoolTypingKit/blob/master/TypeFinder.py#L27

Hope this helps! If you have more questions, let us know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants