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.
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 of4
,6
, or8
.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.