sot / chandra_aca

Chandra Aspect Camera Tools
https://sot.github.io/chandra_aca
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Fix aca_view issue 57, need masked=True in Table creation #111

Closed taldcroft closed 3 years ago

taldcroft commented 3 years ago

Description

The astropy Table class changed behavior so that a Table can hold both MaskedColumn and Column at once. The fix here is to force all MaskedColumn with masked=True.

Testing

Fixes https://github.com/sot/aca_view/issues/57