Skip to content
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

Mask could be too agressive #16

Open
dead-water opened this issue May 30, 2024 · 0 comments · Fixed by #25
Open

Mask could be too agressive #16

dead-water opened this issue May 30, 2024 · 0 comments · Fixed by #25
Labels
wontfix This will not be worked on

Comments

@dead-water
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant