Changeset 1683
- Timestamp:
- 02/04/10 16:38:46 (15 years ago)
- Location:
- branches/alma/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/alma/src/STFiller.cpp
r1674 r1683 387 387 *rbCol = rb; 388 388 RecordFieldPtr<uInt> ifCol(rec, "IFNO"); 389 //*ifCol = pksrec.IFno-ifOffset_- 1;389 *ifCol = pksrec.IFno-ifOffset_- 1; 390 390 uInt id; 391 391 /// @todo this has to change when nchan isn't global anymore … … 402 402 RecordFieldPtr<uInt> mfreqidCol(rec, "FREQ_ID"); 403 403 *mfreqidCol = id; 404 *ifCol = id;404 //*ifCol = id; 405 405 406 406 id = table_->molecules().addEntry(pksrec.restFreq); -
branches/alma/src/STWriter.cpp
r1672 r1683 189 189 while (!cycit.pastEnd() ) { 190 190 Table ctable = cycit.table(); 191 TableIterator ifit(ctable, "IFNO" );191 TableIterator ifit(ctable, "IFNO", TableIterator::Ascending, TableIterator::HeapSort); 192 192 MDirection::ScalarColumn dirCol(ctable, "DIRECTION"); 193 193 pksrec.direction = dirCol(0).getAngle("rad").getValue();
Note:
See TracChangeset
for help on using the changeset viewer.