- Timestamp:
- 07/27/07 11:29:54 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STWriter.cpp
r1305 r1390 160 160 while (!beamit.pastEnd() ) { 161 161 Table btable = beamit.table(); 162 // position only varies by beam163 MDirection::ScalarColumn dirCol(btable, "DIRECTION");164 Vector<Double> direction = dirCol(0).getAngle("rad").getValue();165 162 TableIterator cycit(btable, "CYCLENO"); 166 163 ROArrayColumn<Double> srateCol(btable, "SCANRATE"); … … 178 175 Table ctable = cycit.table(); 179 176 TableIterator ifit(ctable, "IFNO"); 177 MDirection::ScalarColumn dirCol(ctable, "DIRECTION"); 178 Vector<Double> direction = dirCol(0).getAngle("rad").getValue(); 180 179 Int ifno = 1; 181 180 while (!ifit.pastEnd() ) {
Note:
See TracChangeset
for help on using the changeset viewer.