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

P200 DBSP misc updates #1849

Merged
merged 14 commits into from
Sep 9, 2024
Merged

P200 DBSP misc updates #1849

merged 14 commits into from
Sep 9, 2024

Conversation

finagle29
Copy link
Collaborator

Fix binning issue brought up in PypeIt Users Slack.

Add reid_arxiv template for 1200/7100 with D55 dichroic

The control system for P200/DBSP automatically adjusts the FITS headers for datasec/oscansec based on the binning, so `get_rawimage` doesn't need to adjust the data sections based on binning. further info in commit 5f567d3
@codecov-commenter
Copy link

codecov-commenter commented Sep 3, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 66.66667% with 5 lines in your changes missing coverage. Please review.

Project coverage is 38.09%. Comparing base (71fa8bf) to head (af3bfc5).

Files with missing lines Patch % Lines
pypeit/spectrographs/spectrograph.py 81.81% 2 Missing ⚠️
pypeit/scripts/cache_github_data.py 0.00% 1 Missing ⚠️
pypeit/spectrographs/ldt_deveny.py 0.00% 1 Missing ⚠️
pypeit/spectrographs/p200_dbsp.py 50.00% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1849      +/-   ##
===========================================
+ Coverage    38.07%   38.09%   +0.01%     
===========================================
  Files          211      211              
  Lines        49010    49000      -10     
===========================================
+ Hits         18662    18665       +3     
+ Misses       30348    30335      -13     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

kbwestfall and others added 6 commits September 3, 2024 10:33
When caching from GitHub using the script `pypeit_cache_github_data`,
an error was kicked complaining about "Remote host type None is not
supported for package data caching."  This commit corrects the issue
by specifying the `remote_host` in the instantiation of PypeItDataPath.

	modified:   pypeit/scripts/cache_github_data.py
Specify `remote_host` in call to PypeItDataPath
Copy link
Collaborator

@profxj profxj left a comment

Choose a reason for hiding this comment

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

thanks!

@profxj profxj requested a review from tbowers7 September 5, 2024 12:18
Enable Spectrograph base class to account for image sections that include on-chip binning
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.

I added some notes to the change log.

The CI failures are related to the recent astropydev change to the minimum python version. We'll need to merge #1854 before this one.

@kbwestfall kbwestfall merged commit 46bb91a into develop Sep 9, 2024
18 checks passed
@kbwestfall kbwestfall deleted the p200_dbsp_binning_fix branch September 9, 2024 21:48
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.

5 participants