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

Add option of using self derived interpolated profile for horne extract in specviz2d/spectral extraction plugin #2845

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

cshanahan1
Copy link
Contributor

@cshanahan1 cshanahan1 commented May 3, 2024

Add the option of using a 'self profile' for Horne extraction to the spectral extraction plugin in Specviz2D.

This PR also bumps up specreduce to the most recent 1.4.0 which contains the relevant changes there.

@github-actions github-actions bot added plugin Label for plugins common to multiple configurations specviz2d labels May 3, 2024
@cshanahan1 cshanahan1 added this to the 3.10.1 milestone May 6, 2024
pyproject.toml Outdated
"specreduce>=1.3.0,<1.4.0",
"specreduce@git+https://github.com/astropy/specreduce",
Copy link
Member

Choose a reason for hiding this comment

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

Should release of specreduce and pinning to it block merge here? Alternatively, we could have the feature dependent on a version check of specreduce without having to bump the min-pin?

Copy link
Contributor

Choose a reason for hiding this comment

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

I'm +1 for release specreduce.

@rosteen rosteen modified the milestones: 3.10.1, 3.10.2 May 14, 2024
Copy link
Contributor

@bmorris3 bmorris3 left a comment

Choose a reason for hiding this comment

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

Left some +1's on @kecnry's review comments.

pyproject.toml Outdated
"specreduce>=1.3.0,<1.4.0",
"specreduce@git+https://github.com/astropy/specreduce",
Copy link
Contributor

Choose a reason for hiding this comment

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

I'm +1 for release specreduce.

@kecnry

This comment was marked as resolved.

@cshanahan1 cshanahan1 modified the milestones: 3.10.2, 4.0 May 31, 2024
@@ -24,7 +24,7 @@ dependencies = [
"voila>=0.4,<0.5",
"pyyaml>=5.4.1",
"specutils>=1.15",
"specreduce>=1.3.0,<1.4.0",
"specreduce>=1.4.0",
Copy link
Member

Choose a reason for hiding this comment

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

Should we exclude 1.5 now since we're allowing breaking changes still in specreduce?

Suggested change
"specreduce>=1.4.0",
"specreduce==1.4.*",

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin Label for plugins common to multiple configurations specviz2d
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants