Skip to content

S1 LCE calculation not compatible with dummy map #381

Description

@HenningSE

# Build LCE map from s1 pattern map
lcemap = deepcopy(self.s1_pattern_map)
# AT: this scaling with mast is redundant to `make_patternmap`, but keep it in for now
lcemap.data["map"] = np.sum(
lcemap.data["map"][:][:][:], axis=3, keepdims=True, where=self.pmt_mask
)
lcemap.__init__(lcemap.data)
self.s1_lce_correction_map = lcemap
changed in #350 is out of the box not compatible with the dummy maps we use for the public context. We need to update this.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions