CIERA-Transients / POTPyRI

GNU General Public License v3.0
6 stars 6 forks source link

Tweaks for LRIS #9

Closed SunilSimha closed 4 months ago

SunilSimha commented 1 year ago

This PR fixes multiple issues with 2x2 binned LRIS images specifically and some related subsystems in the general reduction pipeline.

  1. WCS: Currently, the distortion calculations are failing as the curve fit method used is not yielding stable solutions even after patching the syntax. I've therefore replaced the current methods for computing the linear and non-linear transformations with astropy's implementation.
  2. LRIS platescale is 0.135'' for both detectors.
  3. Adding SkyMapper to the list of surveys to estimate zero-points for LRIS V band images.
  4. Prettier logs: Colored and bold text in the terminal. Now includes filename and line number for easier debugging.
  5. Minor bug fixes.