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

PSL - first processes #12

Open
DavidCnly opened this issue Aug 14, 2024 · 0 comments
Open

PSL - first processes #12

DavidCnly opened this issue Aug 14, 2024 · 0 comments

Comments

@DavidCnly
Copy link
Contributor

The extracted feature magnetogram, Bt,i, is also used to derive properties based on the polarity separation line (PSL). Figure 7 summarizes the extraction of feature properties related to PSLs and Table 2 lists the properties derived. Initially, the feature is segmented into its positive and negative components. These components are used to create a positive and negative mask, each of which is dilated by 4 pixels. The two masks are summed and the region of mask overlap becomes the PSL binary mask, MP SL,t,i. The algorithm then thins MP SL,t,i to one pixel (MP SL,thin,t,i) and sums the non-zero pixels to determine the PSL length (LP SL,t,i). Lsg,t,i is obtained by summing only those pixels which have ∇Bt,i > 50 G Mm−1 , where ∇Bt,i is calculated by numerical differentiation using 3-point Lagrangian interpolation.

  • Separate each feature mask into a positive and a negative mask
  • Dilate each mask by 4 pixels (or the arcsec equivalent)
  • Add the two masks together, where they overlap then becomes the PSL binary mask
  • Thin(?) the mask two one pixel width (or the arcsec equivalent)
  • Sum the non-zero pixels to get PSL length

image

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

No branches or pull requests

1 participant