Skip to content

Mask could be too agressive #16

@dead-water

Description

@dead-water

The mask is currently calculated by looking at the first HMI image and selecting where pixels > 0:

hmi = torch.Tensor(self.hmi_data[2010][ALL_COMPONENTS[0]][0])
hmi_mask = (torch.abs(hmi) > 0.0).to(dtype=torch.uint8)
hmi_mask_ratio = hmi_mask.sum().item() / hmi_mask.numel()

When applied to AIA this looked to be too agressive when reprojected:

image

This will be worth revisiting if we wish to focus on limb activity.

Metadata

Metadata

Assignees

No one assigned

    Labels

    wontfixThis will not be worked on

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions