Opened 11 years ago
Closed 11 years ago
#190 closed defect (fixed)
Improve determination of column widths
Reported by: | MatthewWhiting | Owned by: | MatthewWhiting |
---|---|---|---|
Priority: | normal | Milestone: | Release-1.4 |
Component: | Output | Version: | 1.3.2 |
Severity: | normal | Keywords: | |
Cc: |
Description
The code to work out how wide to make the columns in the output files is very long and repetitive. It needs to be simplified, condensing it into a small number of function calls, ideally within the columns class. This will help ASKAP development as well, as it will be easy to replicate this behaviour for other column sets.
Change History (2)
comment:1 Changed 11 years ago by
Status: | new → assigned |
---|---|
Version: | 1.3.1 → 1.3.2 |
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
[1217] and [1218] provide fixes for this, with the simplification of the code in getFullColSet by instituting functions to do the various checks.
Works well and improves the output in some cases.
Closing ticket