-
Notifications
You must be signed in to change notification settings - Fork 62
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
IFU mode improvements, continued #890
IFU mode improvements, continued #890
Conversation
Hello @mperrin, Thank you for updating !
Comment last updated at 2024-09-12 12:02:40 UTC |
@patapisp FYI, I have started moving functionality from your PR #691 to this one for the MIRI MRS PSF models. I don't know if you might have some time to help check it, or to advise things that I should look at to check the result myself? I know you're busy and time is short but let me know if there might be time we could chat on this soon. Cheers! |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #890 +/- ##
===========================================
+ Coverage 59.20% 62.13% +2.92%
===========================================
Files 16 15 -1
Lines 6955 7003 +48
===========================================
+ Hits 4118 4351 +233
+ Misses 2837 2652 -185 ☔ View full report in Codecov by Sentry. |
@mperrin happy to check it out and test it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a minor typo in the description and a couple of minor header information fixes. Everything else looks good, I tried the gaussian, empirical and None. Results are as expected including information inside the fits header
@obi-wan76 Thanks for the review, and catching the couple little things to fix. All fixed and pushed now. |
@mperrin I don't see the changes, did you push your latest fix? |
…psf-st into ifu_mode_improvements_part2
if model_type.lower() == 'gaussian': | ||
# Very simple model just as a Gaussian convolution kernel | ||
sigma = constants.INSTRUMENT_IFU_BROADENING_PARAMETERS['MIRI']['sigma'] | ||
hdulist[ext].header['IFUBSIGM'] = (sigma, "[arcsec] IFU PSF broadening Gaussian sigma") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see the changes, thanks!
Continues IFU model improvements work started in #770.
To Do: Note, these are deferred to future PRs, not in this one.