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

DM-41500: Update to Spectractor v3.0.2 #39

Merged
merged 8 commits into from Nov 1, 2023
Merged

Conversation

mfisherlevine
Copy link
Contributor

No description provided.

v3.0.2 has both an updated area calculation, which this is updating
to match, and also a change in units from m^2 to cm^2.

Removes now-unused OBS_DIAMETER parameter.
Adds config options for transmissionSystematicError and instrumentTransmissionOverride.
@@ -310,7 +310,7 @@ class ProcessStarTaskConfig(pipeBase.PipelineTaskConfig,
dtype=int,
doc="Half transverse width of the signal rectangular window in pixels. "
"PIXWIDTH_SIGNAL internally.",
default=40,
default=20,
Copy link
Collaborator

Choose a reason for hiding this comment

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

This should be 40 pixels by default (works better).

Copy link

@czwa czwa left a comment

Choose a reason for hiding this comment

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

Question for my own curiosity. Looks fine.

@@ -860,11 +874,10 @@ def run(self, *, inputExp, inputCentroid, dataIdDict):
'OBS_NAME': 'AUXTEL',
Copy link

Choose a reason for hiding this comment

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

Why don't these inherit from the auxtel.ini values? I see they're "Hard coded," but I'm curious why these are special.

@mfisherlevine mfisherlevine merged commit 6b3ca4c into main Nov 1, 2023
2 checks passed
@mfisherlevine mfisherlevine deleted the tickets/DM-41500 branch November 1, 2023 00:52
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.

None yet

3 participants