- Timestamp:
- 08/03/10 15:52:36 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/STFiller.cpp
r1819 r1837 794 794 RecordFieldPtr<Float> elCol(rec, "ELEVATION") ; 795 795 *elCol = elevation ; 796 RecordFieldPtr<Float> parCol(rec, "PARANGLE") ;797 *parCol = parangle ;796 //RecordFieldPtr<Float> parCol(rec, "PARANGLE") ; 797 //*parCol = parangle ; 798 798 RecordFieldPtr<Float> tauCol(rec, "OPACITY") ; 799 799 *tauCol = opacity ; … … 802 802 RecordFieldPtr<Int> fitCol(rec, "FIT_ID") ; 803 803 *fitCol = fitid ; 804 RecordFieldPtr<uInt> mfocusidCol(rec, "FOCUS_ID") ; 805 *mfocusidCol = focusid ; 804 //RecordFieldPtr<uInt> mfocusidCol(rec, "FOCUS_ID") ; 805 //*mfocusidCol = focusid ; 806 RecordFieldPtr<uInt> mfocusidCol(rec, "FOCUS_ID"); 807 id = table_->focus().addEntry(parangle, 0.0, 0.0, 0.0 ) ; 808 *mfocusidCol = id; 806 809 RecordFieldPtr<uInt> mweatheridCol(rec, "WEATHER_ID") ; 807 810 id = table_->weather().addEntry( temperature,
Note:
See TracChangeset
for help on using the changeset viewer.