sot / mica

Microscope on Chandra aspect
https://sot.github.io/mica
BSD 3-Clause "New" or "Revised" License
3 stars 0 forks source link

Handle filling aca image array differently #297

Closed jeanconn closed 5 months ago

jeanconn commented 5 months ago

Description

Handle filling aca image array differently

Fixes #293

Interface impacts

Testing

Unit tests

ska3-jeanconn-fido> git rev-parse HEAD
a1ca210964cbf815a3adce67bcd5323723b6f9c9
ska3-jeanconn-fido> pytest
================================================================= test session starts ==================================================================
platform linux -- Python 3.11.8, pytest-7.4.4, pluggy-1.4.0
rootdir: /proj/sot/ska/jeanproj/git
configfile: pytest.ini
plugins: anyio-4.3.0, timeout-2.2.0
collected 108 items                                                                                                                                    

mica/archive/tests/test_aca_dark_cal.py ..................                                                                                       [ 16%]
mica/archive/tests/test_aca_hdr3.py .                                                                                                            [ 17%]
mica/archive/tests/test_aca_l0.py ...                                                                                                            [ 20%]
mica/archive/tests/test_asp_l1.py .......                                                                                                        [ 26%]
mica/archive/tests/test_cda.py ..............................................                                                                    [ 69%]
mica/archive/tests/test_obspar.py .                                                                                                              [ 70%]
mica/report/tests/test_write_report.py .                                                                                                         [ 71%]
mica/starcheck/tests/test_catalog_fetches.py ...............                                                                                     [ 85%]
mica/stats/tests/test_acq_stats.py ...                                                                                                           [ 87%]
mica/stats/tests/test_guide_stats.py ....                                                                                                        [ 91%]
mica/vv/tests/test_vv.py .........                                                                                                               [100%]

=========================================================== 108 passed in 517.20s (0:08:37)

Independent check of unit tests by Javier

Functional tests

No functional testing.