Opened 13 years ago

Closed 13 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 Changed 13 years ago by Kana Sugimoto

Status: newassigned

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.

comment:2 Changed 13 years ago by Kana Sugimoto

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.