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

Issue 1125: Include AAVSO comparison stars as default during initialization file construction for Colab #1329

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

tamimfatahi
Copy link
Collaborator

@tamimfatahi tamimfatahi commented Oct 16, 2024

I was testing out the colab notebooks earlier and saw that it was prompting AAVSO comp stars from the command line. I also noticed it was an issue asking for the comparison stars to be default per issue #1125. I updated the construct of the file to conform to today's initialization file.

Please do not release this in v4.2. Save for 4.3 (next week).

Closes #1125

…tars automatically from AAVSO as well as default demosaic parameters.
@tamimfatahi tamimfatahi self-assigned this Oct 16, 2024
@tamimfatahi tamimfatahi linked an issue Oct 16, 2024 that may be closed by this pull request

"Target Star X & Y Pixel": %s,
"Comparison Star(s) X & Y Pixel": %s
"Comparison Star(s) X & Y Pixel": %s,
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a little clunky since some strings are surrounded with quotes and some are not. I see why and that it works (null being subbed into a multiline string) but it creates a disjoint appearance while reading code.

Just a comment on maintainable code, nothing to strictly fix here.

@jpl-jengelke jpl-jengelke merged commit 6bd6ab9 into develop Oct 17, 2024
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

Successfully merging this pull request may close these issues.

Colab: add AAVSO comp stars to inits file construction
2 participants