Skip to content

Conversation

@pleasant-menlo
Copy link
Contributor

Change Summary

We found an issue when trying to generate L3 HF maps from Lo HF maps. We found that the energy_sc values being computed were far larger than we would expect. All energy_sc values were being summed together and then not normalized after being projected into the map. We chose to do this with an exposure weighting to match Hi, but we are not sure if this is what the Lo team actually wants. It did yield a map that has reasonable looking values.

You'll notice that there is no test coverage for this fix, as we don't intend for this PR to be merged as is but we didn't want it to get lost over the holiday break.

Overview

In lo_l2.py, before projecting pset values to a map, multiply the energy_sc by exposure_factor. After projection, divide the exposure_factor back out.

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.

1 participant