Skip to content

tickets/SP-2518: Enhance skyproj to support additional coverage plots#189

Merged
ehneilsen merged 6 commits into
mainfrom
tickets/SP-2518
Dec 17, 2025
Merged

tickets/SP-2518: Enhance skyproj to support additional coverage plots#189
ehneilsen merged 6 commits into
mainfrom
tickets/SP-2518

Conversation

@ehneilsen

Copy link
Copy Markdown
Collaborator

Also make selection of DDF fields more comprehensive given current summit usage.

@rhiannonlynne rhiannonlynne left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

With comment ..

Comment thread schedview/collect/visits.py Outdated
this_field_visits = all_visits.query(f"{target_column_name}.str.contains('{ddf_name}')")
this_field_visits = all_visits.query(
f"{target_column_name}.str.contains('{ddf_name}') or scheduler_note.str.contains('DD:{ddf_name}')"
)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Will this catch our variable capitalization?
I think we've tried to make target_name values match the observation_reason values (which are enforced lower-case), but I didn't mess with the scheduler_note values.
It's a pain.

@ehneilsen
ehneilsen merged commit 272589b into main Dec 17, 2025
9 checks passed
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.

2 participants