Changeset 1672
- Timestamp:
- 01/08/10 12:16:09 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/alma/src/STWriter.cpp
r1661 r1672 168 168 while (!beamit.pastEnd() ) { 169 169 Table btable = beamit.table(); 170 MDirection::ScalarColumn dirCol(btable, "DIRECTION");171 pksrec.direction = dirCol(0).getAngle("rad").getValue();170 //MDirection::ScalarColumn dirCol(btable, "DIRECTION"); 171 //pksrec.direction = dirCol(0).getAngle("rad").getValue(); 172 172 TableIterator cycit(btable, "CYCLENO"); 173 173 ROArrayColumn<Double> srateCol(btable, "SCANRATE"); … … 190 190 Table ctable = cycit.table(); 191 191 TableIterator ifit(ctable, "IFNO"); 192 //MDirection::ScalarColumn dirCol(ctable, "DIRECTION");193 //pksrec.direction = dirCol(0).getAngle("rad").getValue();192 MDirection::ScalarColumn dirCol(ctable, "DIRECTION"); 193 pksrec.direction = dirCol(0).getAngle("rad").getValue(); 194 194 pksrec.IFno = 1; 195 195 while (!ifit.pastEnd() ) {
Note:
See TracChangeset
for help on using the changeset viewer.