You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In cases with a non-radially symmetric mask in the data, such as an occulter post, the RHE code treats these masked pixels as normal in the ranking calculation. It assigns intensity values based on their rankings. These should be left out of the ranking calculations and left as nans.
I can't figure out the correct workflow. Vscode GitHub extension and GitHub desktop seem to be pushing to create a new branch and publish that branch before I can create a PR.
I created and published a fork of the REPO, this let me make a PR, and I think it was sent to the main sunpy project. It seems like I must have made a mistake somewhere along the way. This doesn't match the workflow I expect based on googling how to make PRs.
The standard workflow (as far I know) is to create a fork of the repository, push code changes to a branch on your own fork and then submit a pull request from that. This is pretty much how its done for most projects on GitHub.
You can't make a branch on this repository without write access.
Describe the bug
In cases with a non-radially symmetric mask in the data, such as an occulter post, the RHE code treats these masked pixels as normal in the ranking calculation. It assigns intensity values based on their rankings. These should be left out of the ranking calculations and left as nans.
To Reproduce
Screenshots
System Details
import sunpy; sunpy.util.system_info();import sunkit_image; print("sunkit_image:",sunkit_image.version.version)
sunpy Installation Information
General
#######
OS: Windows 10 10.0.19045
Arch: 64bit, (Intel64 Family 6 Model 165 Stepping 2, GenuineIntel)
sunpy: 6.0.2
Installation path: C:\Users.......\PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0\LocalCache\local-packages\Python313\site-packages\sunpy-6.0.2.dist-info
Required Dependencies
#####################
astropy: 6.1.4
numpy: 2.1.2
packaging: 24.1
parfive: 2.1.0
pyerfa: 2.0.1.4
requests: 2.32.3
Optional Dependencies
#####################
sunpy: 6.0.2
sunkit_image: 0.5.2.dev55+gd902102.d20241218
Installation method
git checkout
The text was updated successfully, but these errors were encountered: