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
*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
The text was updated successfully, but these errors were encountered:
🐞 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:
Expected behaviour
Media prove
Your environment
Additional context
The text was updated successfully, but these errors were encountered: