Opened 13 years ago
Closed 13 years ago
#245 closed defect (fixed)
Rearrange header in ASCII output of Scantable
Reported by: | Takeshi Nakazato | Owned by: | Takeshi Nakazato |
---|---|---|---|
Priority: | normal | Milestone: | Unified development |
Component: | c++ | Version: | 2.0 |
Severity: | minor | Keywords: | |
Cc: | MalteMalqurding |
Description
ASCII output of Scantable has some header before the actual data. In addition, there is one line that indicates titles of each column (x y0 yf0). This line is problematic when the user wants to plot the data, e.g. using gnuplot.
So, I would like to suggest to comment out this line, i.e. put '#' at the beginning of the line.
More specifically, I want to change the line
x y0 yf0
to
#x y0 yf0
Is that possible?
Change History (2)
comment:1 by , 13 years ago
comment:2 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
OK. I have done the change (just putting '#' at the beginning of the line 'x y yf0'). Change made on trunk. Revision was 2335.
Note:
See TracTickets
for help on using tickets.
sure no problem.