- Timestamp:
- 12/26/04 21:42:04 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/scantable.py
r135 r156 144 144 mask: an optional mask specifying where the statistic 145 145 should be determined. 146 all: optional flag to show all or a selected146 all: optional flag to show all (default) or a selected 147 147 spectrum of Beam/IF/Pol 148 148 … … 221 221 ts = self._gettsys() 222 222 tmp.append(ts) 223 out += 'TSys: Beam[%d], IF[%d], Pol[%d] = %3.3f\n' % (i,j,k,ts)224 if self._vb:225 print out223 # out += 'TSys: Beam[%d], IF[%d], Pol[%d] = %3.3f\n' % (i,j,k,ts) 224 # if self._vb: 225 # print out 226 226 return tmp 227 227 else: … … 230 230 k = self.getpol() 231 231 ts = self._gettsys() 232 out = 'TSys: Beam[%d], IF[%d], Pol[%d] = %3.3f' % (i,j,k,ts)233 if self._vb:234 print out232 # out = 'TSys: Beam[%d], IF[%d], Pol[%d] = %3.3f' % (i,j,k,ts) 233 # if self._vb: 234 # print out 235 235 return ts 236 236
Note:
See TracChangeset
for help on using the changeset viewer.