Closed jeanconn closed 4 years ago
@jeanconn - I had a number of suggestions and in the end it was easier to just do them in code. I think this is ready so now you should review.
@jskrist - just want to confirm for MATLAB API that you have the machinery to include this optional parameter as necessary.
We are imagining (like the include/exclude interface) that there will be a text option box to manually set the guide star image readout size. It would normally be blank in which case ORviewer does not pass that parameter into the get_aca_catalog
call and the Python default of None
is used in proseco. But if a value is entered then that gets passed as an integer. Legal values are 4, 6, or 8.
I note I just asked the question in https://github.com/sot/sparkles/issues/147 .. should we set the OR default size somewhere in the proseco config?
should we set the OR default size somewhere in the proseco config?
This is now coded in the GuideTable.get_img_size()
method for any applications to use. Does that work?
Description
Add img_size parameter to control box size
Testing
Fixes #337
Requires: