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

Remove Spectrograph idname() method #1889

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

tbowers7
Copy link
Collaborator

The base class method raises a NotImplementedError, but only Keck/Deimos actually implements this method -- no other spectrograph does.

All frame types are defined in pypeit/core/framematch.py, and individual spectrograph classes now match raw frames with types from this list.

Since the idname() method is unused and unneeded, remove it from the base class and Keck/Deimos.

The base class method raises a NotImplementedError, but only Keck/Deimos
actually implements this method -- no other spectrograph does.  Since it
is unused (and apparently unneeded), remove it from the base class and
Keck/Deimos.

	modified:   pypeit/spectrographs/keck_deimos.py
	modified:   pypeit/spectrographs/spectrograph.py
@tbowers7 tbowers7 requested a review from kbwestfall January 16, 2025 22:35
Copy link
Collaborator

@kbwestfall kbwestfall left a comment

Choose a reason for hiding this comment

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

Thanks for cleaning this up!

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