-
Notifications
You must be signed in to change notification settings - Fork 45
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
Issue 1165: Checking datasets for MObs and Conforming w/ New Limb Darkening Updates #1217
Conversation
- Modified EXOTIC to handle updated changes of ld.py for standard filters - If user is using MicroObservatory datasets, MObs CV filter will be used as default - Organized code
… Removed anachronistic uses of 'join'...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please move tests to the tests
directory at the top level of the application. We can explore PyUnit to run them as an add-on later.
@rzellem Please comment/approve or add insight to the following ...
As background, that is an alias to the MObs CV filter. Obviously we are using MObs CV as a default for clear in most cases. I think maybe @tamimfatahi is objecting to the generic wording being applied to a specific type of clear filter. As an aside, if @tamimfatahi may have more prescient concerns. Thanks. |
…ers due to AAVSO listing it as so. Added both filters to filters.py with null FWHM for searching (may not be in final version).
With these changes, the |
Just as an aside, this is important for the TESS processing because precision is more critical given the nature of space-based telescope observations. |
I have some ideas and was considering pseudocode right here, but I think we would be more proficient doing it together again tonight. Generally, if we want to preserve user descriptions for certain filter 'name' (e.g. abbreviation) values, I think we should consider that after all the matching, and on very limited bases for the reason mentioned above, wavelengths should generally match filter descriptions. Bear with me until we can talk about this shortly... |
@jpl-jengelke Updated for the latest addition. EXOTIC will still need to be modified to make this work, but for now, this PR can be approved. |
@jpl-jengelke PR should be good to go for release. Tested it on multiple different runs and outputs as expected. EXOTIC now works with the new additions. |
ld.py
MObs CV
filter will be used as defaultTwo things I'd like to fix before making this a PR are the following:
CV
) to work properly. I should have this done soonish."Clear (unfiltered) reduced to V sequence": "MObs CV"
It doesn't make sense since not all clear filters are MicroObservatory ones. Maybe we remove this? Although, the description would be nice to keep to describe a
non-MObs CV
filter on the results page if we could keep it.Closes #1165