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 include/exclude of fids by index/id #331

Closed jeanconn closed 4 years ago

jeanconn commented 4 years ago

Description

Add include/exclude of fids by index/id

I went with the strategy of using the included or excluded ids to reduce the candidate fid sets at the beginning of the fid selection. If an impossible fid is requested, no candidates will remain and no fids will be selected. This seemed reasonable for the use cases (though may not work to manually select fid sets used in previous undercover observations with off-CCD fids).

Testing

jeanconn commented 4 years ago

This does not fix #208 but should be considered part of that work.