Skip to content

Release 4.4.1

Compare
Choose a tag to compare
@jeanconn jeanconn released this 26 Feb 18:07
1502441

Proseco 4.4.1 includes several small-but-significant changes in guide star selection, updated reporting, reorganization and bugfixes, and compatibility with sparkles 4.1.2.

It includes these PRs (merged since proseco 4.3.2, the last official released release).

PRs with direct impact on guide star selection have been marked with a "(selection)" in the text at the end of the line.

#209 : Updates to support validating proseco pickle contents (validation)
#197 : Guide reporting (reporting)
#205 : Refactor process_include_ids to a common base class
#170 : Add option to update_products to use proseco pkl file for cats (validation)
#211 : Improve characteristics organization and naming
#212 : Improve report generation (reporting)
#213 : Refactor cat table
#214 : Improve stars handling and put FOV filtering into set_stars()
#215 : Fix a regression on p_acq formatting
#219 : Simplify forcing a starcheck / SAUSAGE catalog into proseco
#221 : Make plot() method behave consistently and correctly
#228 : Update notes / instructions on loads validation (validation)
#226 : Make AcqProbs ref to parent acqs be a weakref
#232 : Add more test docstrings and other doc fixes
#233 : Update version to 4.4
#218 : More guide test updates (testing)
#238 : Add star 350392600 (3.6 mag in obsid 21252 cat mag 7.6) to bad star list (selection)
#255 : Fix missing f in f-string
#240 : Add manual bad star 1158290496 (bad position / PM) (selection)
#244 : Add 3 pixels to the guide star selection edge padding (selection)
#263 : API update for ORviewer-aca_review functionality
#269 : Fix baserepr so it doesn't deepcopy all meta
#270 : Fix tests related to guide_count (testing)
#258 : Try new candidate combinations for clustered guide stars (selection)
#273 : Reduce allowed position error from 3.0 to 1.25 arcsec (selection)
#272 : Read AGASC supplement and add to bad_stars_set if available (selection)
#277 : Make plot() method always return figure from chandra_aca plot_stars
#254 : Remove really bright stars from early stages and modify offset thresholds (selection)
#278 : Make copy, deepcopy, pickle, ACATable init all give consistent expected results
#279 : Update dense star field test for #254 (testing)
#271 : Add support for dynamic limits via effective t_ccd
#280 : Move dark attribute from MetaAttribute to property
#281 : Always cast 'att' attribute into Quat object
#282 : Fix guide and acq report templates after #281 (reporting)
#283 : Remove the AcqProbs weakref to acqs
#286 : Assign a type to get_guide_catalog cats to plot (reporting)
#285 : Update acq report format a bit, tidy code, change raise_exc default (reporting)
#292 : Improve performance
#294 : Fix bug in setting stars attribute in reporting (reporting)
#296 : Remove use of test(get_version=True)