This PR updates the dpa_check code to use the acis_thermal_check library. Basically, the driver script for the DPA model which was previously part of acis_thermal_check is now being moved to this code base. This PR also makes dpa_check a Python package and adds testing. Package installation will add the dpa_check command-line script to the appropriate bin directory.
I should emphasize, since two of these new PRs have conflicts, that these three PRs for dea_check, dpa_check, and psmc_check are just here as placeholders for the moment.
This PR updates the
dpa_check
code to use theacis_thermal_check
library. Basically, the driver script for the DPA model which was previously part ofacis_thermal_check
is now being moved to this code base. This PR also makesdpa_check
a Python package and adds testing. Package installation will add thedpa_check
command-line script to the appropriatebin
directory.