lgrcia / prose

Modular image processing pipelines with Python. Built for Astronomy.
https://prose.readthedocs.io
MIT License
54 stars 11 forks source link

Detection on stack failed [20180826 SSO/Io] #33

Closed lgrcia closed 1 year ago

lgrcia commented 3 years ago

Probably no stars found on stack:

File ".../prose/prose/pipeline/photometry.py", line 94, in run
self.detection_s.run(show_progress=False)
...
File ".../prose/prose/blocks/detection.py", line 91, in single_detection
coordinates = np.transpose(np.array([sources["xcentroid"].data, sources["ycentroid"].data]))
TypeError: 'NoneType' object is not subscriptable

example on 20180826 SSO/Io

lgrcia commented 1 year ago

To be retried with v3.0.0

lgrcia commented 1 year ago

Outdated