Opened 14 years ago
Closed 14 years ago
#232 closed defect (fixed)
Output the scan position (on/off) in the output summary (from CAS-2817)
Reported by: | Kana Sugimoto | Owned by: | Kana Sugimoto |
---|---|---|---|
Priority: | normal | Milestone: | ASAP 4.0 |
Component: | c++ | Version: | 2.0 |
Severity: | normal | Keywords: | CASA / scantable |
Cc: |
Description
The output of scantable.summary() should show the source type (on/off).
Change History (2)
comment:1 by , 14 years ago
Status: | new → assigned |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Commit Date: 2011/02/23 Commit Number: 2005 @ASAP trunk Modfied file(s): external-alma/atnf/PKSIO/SrcType.h; src/Scantable.cpp; src/Scantable.h; src/STWriter.cpp
+ Added a new function, SrcType::getName(Int srctype). This function returns a name string of a specified source type (enum). + Modified Scantable::summary() so that the function calls SrcType::getName(Int srctype) in the function and returns SOURCETYPE information of each scan.