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

Add acq prob model info dict as a new pickled attribute #382

Closed taldcroft closed 1 year ago

taldcroft commented 1 year ago

Description

This finally takes advantage of the info infrastructure in https://github.com/sot/ska_helpers/pull/33 to provide clear provenance of the acquisition probability model that was used to generate an acq catalog.

Requires

Interface impacts

Adds a new acq_prob_model_info meta-attribute to AcqTable.

Testing

Unit tests

Tested in a dev ska with the required ska_helpers and chandra_aca in the path.

Independent check of unit tests by Jean

Functional tests

No functional testing.