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

Change default OR guide and acq image size to 8x8 pixels #379

Closed taldcroft closed 2 years ago

taldcroft commented 2 years ago

Description

Per agreement of SS&AWG this PR updates proseco to default to using 8x8 pixel images for all guide stars. In particular this changes the default for OR catalogs from 6x6 pixels to 8x8 pixels.

This is targeted for inclusion in MATLAB 2022_060.

The new default can be globally overridden with an environment variable PROSECO_OR_IMAGE_SIZE which can be set to one of 4, 6, or 8.

Closes #378

Interface impacts

Changes the default guide star image size for OR's (observations with fids) from 6x6 to 8x8.

Testing

Unit tests

Independent check of unit tests by Jean

Functional tests

No functional testing.