cxcsds / ciao-contrib

Extra scripts and code to enhance the capabilities of CIAO.
GNU General Public License v3.0
8 stars 6 forks source link

bkg_fixed_counts: fix for null srcreg #864

Closed kglotfelty closed 5 months ago

kglotfelty commented 5 months ago

From helpdesk ...

running bkg_fixed_counts with a stack of source regions; where some/any of those regions are NULLs (ie FITS region files w/ 0 rows) the script would error out with an index array error.

This fix adds a check that there is at least 1 shape before accessing the first shape.