Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Hackday mteodoro sky variance readnoise #1556
base: main
Are you sure you want to change the base?
Hackday mteodoro sky variance readnoise #1556
Changes from 16 commits
55fc57a
1159562
6d9f437
d7df709
a3e8634
25e4a16
9f6df6f
d277a66
3ba72ff
5900cf0
bc62c2b
5717c3b
e8925c6
7173bf3
f850013
fadc18d
047350b
c448778
7c3a31c
fcb2c17
6507bfd
332943c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
This will always re-compute
var_sky
(even if the input contains avar_sky
). If that's the goal (always have resample computevar_sky
) what about something like:weight
isivsky
computevar_sky
for each modelvar_sky
compute it (if it wasn't computed before)That way for non
ivsky
weighting resample won't need to make a separate pass through all the models here (inadd_var_sky_array
).Check warning on line 177 in romancal/resample/resample_utils.py
romancal/resample/resample_utils.py#L177
Check warning on line 181 in romancal/resample/resample_utils.py
romancal/resample/resample_utils.py#L181
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.
Is ref_img used?
Check warning on line 446 in romancal/resample/resample_utils.py
romancal/resample/resample_utils.py#L446