- Timestamp:
- 12/09/15 16:07:02 (9 years ago)
- Location:
- trunk
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/external-alma/atnf/PKSIO/FITSreader.h
r1757 r3089 41 41 42 42 #include <atnf/PKSIO/MBrecord.h> 43 44 using namespace std;45 43 46 44 -
trunk/external-alma/atnf/PKSIO/MBFITSreader.cc
r3067 r3089 58 58 const double TWOPI = 2.0 * PI; 59 59 const double HALFPI = PI / 2.0; 60 #ifdef PKSIO_DEBUG 60 61 const double R2D = 180.0 / PI; 62 #endif 61 63 62 64 // Class name -
trunk/external-alma/atnf/PKSIO/MBFITSreader.h
r1757 r3089 43 43 #include <atnf/PKSIO/MBrecord.h> 44 44 45 using namespace std;46 45 47 46 // <summary> -
trunk/external-alma/atnf/PKSIO/MBrecord.cc
r1868 r3089 36 36 //#--------------------------------------------------------------------------- 37 37 38 #include <string.h> 39 38 40 #include <atnf/PKSIO/MBrecord.h> 39 41 #include <atnf/PKSIO/SrcType.h> 40 41 #include <string.h>42 42 43 43 //--------------------------------------------------------- MBrecord::MBrecord -
trunk/external-alma/atnf/PKSIO/MBrecord.h
r1868 r3089 61 61 #define ATNF_MBRECORD_H 62 62 63 using namespace std;64 63 65 64 // <summary> -
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.