Opened 12 years ago
Closed 12 years ago
#166 closed enhancement (fixed)
Refactoring of code for reading existing reconstructed/smoothed arrays
Reported by: | MatthewWhiting | Owned by: | MatthewWhiting |
---|---|---|---|
Priority: | normal | Milestone: | Release-1.2.2 |
Component: | Input | Version: | 1.2.1 |
Severity: | normal | Keywords: | |
Cc: |
Description
While addressing problems in #164, this might be a good time to refactor this code, to unify some of the common stuff and put it in a better class-based system
Note: See
TracTickets for help on using
tickets.
This was done in [1095] - [1098]. Reasonably happy with this code, after testing (required a fix for the smoothing case).
Have a base ReadExisting? class from which we derive classes for Recon and Smooth cases, that differently implement the testing of parameters etc. The base reading code is kept the same, where we use the updated cfitsio functions to avoid the problems listed in #164.
Closing this ticket.