- Timestamp:
- 12/09/15 16:07:02 (9 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/MSWriter.cpp
r3084 r3089 1578 1578 CountedPtr<DataHolder> holder; 1579 1579 String ptName; 1580 Bool useFloat;1581 1580 String poltype; 1582 1581 Bool addScanrate_; -
trunk/src/STFiller.h
r2658 r3089 119 119 casa::String filename_; 120 120 casa::CountedPtr< Scantable > table_; 121 casa::Int nIF_, nBeam_, nPol_, nChan_,nInDataRow;121 casa::Int nIF_, nBeam_, /* nPol_, nChan_,*/ nInDataRow; 122 122 casa::uInt ifOffset_, beamOffset_; 123 123 casa::Vector<casa::Bool> haveXPol_; -
trunk/src/STMath.cpp
r3084 r3089 1511 1511 //float tcal1=7.0; 1512 1512 //float tcal2=4.0; 1513 sig1 = dototalpower(sctables[0], sctables[1], tcal =tcal);1514 ref1 = dototalpower(sctables[2], sctables[3], tcal =tcal);1515 ref2 = dototalpower(sctables[4], sctables[5], tcal =tcal);1516 sig2 = dototalpower(sctables[6], sctables[7], tcal =tcal);1513 sig1 = dototalpower(sctables[0], sctables[1], tcal); 1514 ref1 = dototalpower(sctables[2], sctables[3], tcal); 1515 ref2 = dototalpower(sctables[4], sctables[5], tcal); 1516 sig2 = dototalpower(sctables[6], sctables[7], tcal); 1517 1517 1518 1518 // correction of user-specified tsys for elevation here … … 1633 1633 types.clear() ; 1634 1634 1635 calsig = dototalpower(sigwcal, sig, tcal =tcal);1636 calref = dototalpower(refwcal, ref, tcal =tcal);1635 calsig = dototalpower(sigwcal, sig, tcal); 1636 calref = dototalpower(refwcal, ref, tcal); 1637 1637 1638 1638 out1=dosigref(calsig,calref,smoothref,tsysv,tau);
Note:
See TracChangeset
for help on using the changeset viewer.