Skip to content

CoR sharpness corrector - bug in smoothing before binning #2201

@MargaretDuff

Description

@MargaretDuff

Description

The smoothing is calculated:

data_temp = data_filtered.copy()
data_temp.fill(scipy.ndimage.gaussian_filter(data_filtered.as_array(), [0,self.initial_binning//2]))

but then not used

Environment

import cil, sys
print(cil.version.version, cil.version.commit_hash, sys.version, sys.platform)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions