sot / proseco

Probabilistic star evaluation and catalog optimization
https://sot.github.io/proseco
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

pass ACAImage to np.percentile as an np.array, to circumvent ACAImage… #391

Closed javierggt closed 5 months ago

javierggt commented 6 months ago

This PR is not really intended to be merged, unless we decide not to fix the corresponding issue in chandra_aca.

Proseco tests currently fail in Ska3 Speedy, and this PR props proseco so the test does not fail. The real cause of the failure is that chandra_aca.aca_image.ACAImage does not support ellipsis in slicing (sot/chandra_aca/issues/165).

Description

Fixes #

Interface impacts

Testing

Unit tests

Independent check of unit tests by [REVIEWER NAME]

Functional tests

No functional testing.