sot / mica

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

Set mica agasc calls to use miniagasc* #285

Closed jeanconn closed 11 months ago

jeanconn commented 11 months ago

Description

Set mica agasc calls to use miniagasc*

This is in response to https://github.com/sot/agasc/pull/155 which changes the default agasc file to the most recent proseco agasc. Overall that makes sense for operations, but bits of the mica code expect columns that aren't present in the proseco agasc. It would probably be useful to update mica to just not use those columns (even for display) but for now I think it makes sense to update the calls in mica to use the miniagasc. And this may end up being somewhat application specific in mica so I didn't set up any configuration for it.

mica tests don't pass with https://github.com/sot/agasc/pull/155

Interface impacts

Testing

Tested against a ska3-masters environment with https://github.com/sot/agasc/pull/155 .

Unit tests

Independent check of unit tests by [REVIEWER NAME]

Functional tests

No functional testing.

jeanconn commented 11 months ago

Retested after 9eb3930