Changeset 1777 for branches/mergetest
- Timestamp:
- 07/29/10 18:05:26 (14 years ago)
- Location:
- branches/mergetest
- Files:
-
- 4 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/mergetest/src/STFiller.cpp
r1725 r1777 118 118 header_->npol = max(npols); 119 119 header_->nbeam = nBeam_; 120 120 121 121 Int status = reader_->getHeader(header_->observer, header_->project, 122 122 header_->antennaname, header_->antennaposition, … … 201 201 //For MS, add the location of POINTING of the input MS so one get 202 202 //pointing data from there, if necessary. 203 //Also find nrow in MS 203 //Also find nrow in MS 204 204 nInDataRow = 0; 205 205 if (format == "MS2") { 206 Path datapath(inName); 206 Path datapath(inName); 207 207 String ptTabPath = datapath.absoluteName(); 208 208 Table inMS(ptTabPath); … … 317 317 318 318 RecordFieldPtr<uInt> mfocusidCol(rec, "FOCUS_ID"); 319 id = table_->focus().addEntry(pksrec.parAngle, pksrec.focusAxi, 319 id = table_->focus().addEntry(pksrec.parAngle, pksrec.focusAxi, 320 320 pksrec.focusTan, pksrec.focusRot); 321 321 *mfocusidCol = id; -
branches/mergetest/src/STMath.cpp
r1689 r1777 44 44 #include <scimath/Functionals/Polynomial.h> 45 45 46 #include <casa/Logging/LogIO.h> 47 46 48 #include "MathUtils.h" 47 49 #include "RowAccumulator.h" … … 74 76 "Use merge first.")); 75 77 WeightType wtype = stringToWeight(weight); 78 LogIO os( LogOrigin( "STMath", "average()", WHERE ) ) ; 79 os << "test" << LogIO::POST ; 76 80 77 81 // output -
branches/mergetest/src/python_asap.cpp
r1715 r1777 75 75 asap::python::python_LineCatalog(); 76 76 asap::python::python_Logger(); 77 asap::python::python_LogSink(); 77 78 asap::python::python_STCoordinate(); 78 79 asap::python::python_STAtmosphere(); -
branches/mergetest/src/python_asap.h
r1715 r1777 47 47 void python_LineCatalog(); 48 48 void python_Logger(); 49 void python_LogSink(); 49 50 void python_STCoordinate(); 50 51 void python_STAtmosphere();
Note:
See TracChangeset
for help on using the changeset viewer.