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

Background estimation problem with masked pixels [Bug] #164

Open
djones1040 opened this issue Oct 25, 2022 · 0 comments
Open

Background estimation problem with masked pixels [Bug] #164

djones1040 opened this issue Oct 25, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@djones1040
Copy link
Collaborator

djones1040 commented Oct 25, 2022

🐞 Bug Report

Describe the bug

*Background estimation routine fails when > 57.6% of the pixels are masked in a given box. Might need to edit the routine to avoid masked regions. Batch mode is unable to complete if any error arises.


Is this a regression?

Unlikely

To Reproduce

sh run/blast.run.sh batch

2005ef, 2005ed have this error, GALEX FUV images seem to be the culprit

traceback:

Traceback (most recent call last):
  File "/usr/local/lib/python3.8/site-packages/celery/app/trace.py", line 451, in trace_task
    R = retval = fun(*args, **kwargs)
  File "/usr/local/lib/python3.8/site-packages/celery/app/trace.py", line 734, in __protected_call__
    return self.run(*args, **kwargs)
  File "<string>", line 2, in global_aperture_photometry
  File "/app/host/base_tasks.py", line 204, in run_process
    status_message = self._run_process(transient)
  File "/app/host/transient_tasks.py", line 375, in _run_process
    photometry = do_aperture_photometry(
  File "/app/host/host_utils.py", line 169, in do_aperture_photometry
    background = estimate_background(image)
  File "/app/host/host_utils.py", line 263, in estimate_background
    return Background2D(image_data, box_size=box_size)
  File "/usr/local/lib/python3.8/site-packages/photutils/background/background_2d.py", line 229, in __init__
    self._prepare_box_data()
  File "/usr/local/lib/python3.8/site-packages/photutils/background/background_2d.py", line 406, in _prepare_box_data
    self._sigmaclip_boxes()
  File "/usr/local/lib/python3.8/site-packages/photutils/background/background_2d.py", line 390, in _sigmaclip_boxes
    idx = self._get_box_indices()
  File "/usr/local/lib/python3.8/site-packages/photutils/background/background_2d.py", line 365, in _get_box_indices
    raise ValueError('All boxes contain > {0} ({1} percent per '
ValueError: All boxes contain > 57.6 (10.0 percent per box) masked pixels (or all are completely masked). Please check your data or increase "exclude_percentile" to allow more boxes to be included.

Expected behaviour


Media prove


Your environment

  • OS:
  • Node version:
  • Npm version:
  • Browser name and version:

Additional context

@djones1040 djones1040 added the bug Something isn't working label Oct 25, 2022
@djones1040 djones1040 mentioned this issue Oct 25, 2022
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants