- Timestamp:
- 02/15/05 18:39:54 (20 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/SDAsciiWriter.cc
r443 r448 112 112 // Get data 113 113 114 const MaskedArray<Float>& dataIn(sdTable.rowAsMaskedArray(iRow, False,toStokes));114 const MaskedArray<Float>& dataIn(sdTable.rowAsMaskedArray(iRow,toStokes)); 115 115 const Array<Float>& values = dataIn.getArray(); 116 116 const Array<Bool>& mask = dataIn.getMask(); -
trunk/src/SDFITSImageWriter.cc
r443 r448 156 156 // Get data converted to Stokes 157 157 158 const MaskedArray<Float>& dataIn(sdTable.rowAsMaskedArray(iRow, False,toStokes));158 const MaskedArray<Float>& dataIn(sdTable.rowAsMaskedArray(iRow,toStokes)); 159 159 const Array<Float>& values = dataIn.getArray(); 160 160 const Array<Bool>& mask = dataIn.getMask(); -
trunk/src/SDMath.cc
r434 r448 812 812 // Shape of input and output data 813 813 814 const IPosition& shapeIn = in.rowAsMaskedArray(0 u, False).shape();814 const IPosition& shapeIn = in.rowAsMaskedArray(0).shape(); 815 815 IPosition shapeOut(shapeIn); 816 816 shapeOut(asap::PolAxis) = 1; // Average all polarizations
Note:
See TracChangeset
for help on using the changeset viewer.