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

Too many Cosmic Rays #10

Open
fergusL opened this issue Mar 26, 2020 · 1 comment
Open

Too many Cosmic Rays #10

fergusL opened this issue Mar 26, 2020 · 1 comment

Comments

@fergusL
Copy link

fergusL commented Mar 26, 2020

Running the LSST cosmic ray algorithm is producing too many detections as noted in PR #9

@danjampro has just set a high detection cap of 1000000 for now.

@danjampro
Copy link

danjampro commented Mar 30, 2020

There are a few parameters that control the number of CRs (implemented here):

Raising this contrast parameter reduces the number of CRs:

config.repair.cosmicray.cond3_fac 

Lowering this contrast parameter reduces the number of CRs:

config.repair.cosmicray.cond3_fac2 

This sets the minimum brightness for a CR detection:

config.repair.cosmicray.min_DN 

With the current test data and default values, this will give an excessive amount of CR detections. We need to determine the right settings for Huntsman.

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

2 participants