source: trunk/src/STMath.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @2186   13 years WataruKawasaki New Development: Yes JIRA Issue: Yes CAS-3149 …
(edit) @2177   13 years WataruKawasaki New Development: Yes JIRA Issue: Yes CAS-2828 …
(edit) @2163   13 years Malte Marquarding Remove various compiler warnings
(edit) @2143   13 years Takeshi Nakazato New Development: No JIRA Issue: No Ready for Test: …
(edit) @2135   13 years WataruKawasaki New Development: No JIRA Issue: No Ready for Test: …
(edit) @2133   13 years Takeshi Nakazato New Development: No JIRA Issue: No Ready for Test: …
(edit) @2125   13 years WataruKawasaki New Development: No JIRA Issue: Yes CAS-2776 Ready …
(edit) @2121   13 years ShinnosukeKawakami
(edit) @2120   13 years ShinnosukeKawakami
(edit) @2102   13 years Takeshi Nakazato New Development: No JIRA Issue: No Ready for Test: …
(edit) @2004   13 years Takeshi Nakazato New Development: No JIRA Issue: Yes .CAS-2718 …
(edit) @1967   13 years Takeshi Nakazato New Development: No JIRA Issue: No Ready for Test: …
(edit) @1907   14 years WataruKawasaki New Development: No JIRA Issue: Yes CAS-1937,CAS-2373 …
(edit) @1819   14 years Kana Sugimoto New Development: No JIRA Issue: No (merge alma branch to …
(edit) @1689   14 years Malte Marquarding Ticket #177: added skydip function to determine opacities. This …
(edit) @1618   15 years Malte Marquarding updated gain eleveation coeeficients for Parkes. changed ord of …
(edit) @1586   15 years Malte Marquarding Ticket #165: have removed the hard-coding of parallactifying the data. …
(edit) @1579   15 years Malte Marquarding Ticket #46; changed scnatable.lag_flag to handle a start/end value …
(edit) @1571   15 years Malte Marquarding Ticket #167: c++ part of running polynomial smoothing
(edit) @1570   15 years Malte Marquarding Ticket #167: c++ part of running polynomial smoothing
(edit) @1569   15 years Malte Marquarding Fix enum problem with WeightType? enum value already defined somewhere …
(edit) @1505   15 years Malte Marquarding use addRow before copyRows consistently; tidy up of getScantable
(edit) @1484   15 years Malte Marquarding Fix for Ticket #148; forgot to scale TSYS
(edit) @1475   15 years Max Voronkov fixed frequency alignment problem (#142). Different FREQ_IDs are now …
(edit) @1439   16 years Malte Marquarding added Header diff function. Don't use obstype for conformance test
(edit) @1416   16 years Malte Marquarding Provide a more useful warning then 'oh oh'
(edit) @1413   16 years Malte Marquarding removed debug cout
(edit) @1391   17 years Malte Marquarding merge from alma branch to get alma/GBT support. Commented out fluxUnit …
(edit) @1384   17 years mar637 use CountedPtr? to prevent potential leaks
(edit) @1373   17 years mar637 Added running median to smooth. This addresses Ticket #115
(edit) @1336   17 years mar637 removed debug print cout
(edit) @1333   17 years mar637 Fix for Ticket #104; protect the user from flagging the whole …
(edit) @1321   17 years mar637 Hopefully final fix to ticket #78;had to do a sub selection of …
(edit) @1319   17 years mar637 Fix for Ticket #99; if etapp>0 and d>0 don't look up telescope
(edit) @1318   17 years mar637 Fix for Ticket #97; corrected opacity formula. Forgot to check this in
(edit) @1314   17 years mar637 fixed defect, where scantable averaging output failed if first row in …
(edit) @1308   17 years mar637 re-enabled the scantable binary operators
(edit) @1259   18 years mar637 Merge from Release2.1.0b tag
(edit) @1232   18 years mar637 Merge from Release2.1.0b tag
(edit) @1203   18 years mar637 Using FFTServer::fft0 now, don't know what the difference is. Adde …
(edit) @1200   18 years mar637 Merge from Release2.1.0b tag
(edit) @1192   18 years mar637 added lag_flag - flagging of frequencies in fft space
(edit) @1145   18 years mar637 added average_beam which is part of Ticket #45
(edit) @1143   18 years mar637 Implemented Ticket #45 as scantable.mx_quotient.
(edit) @1140   18 years mar637 add mxExtract the first step to do MX quotients
(edit) @1078   18 years mar637 added scan averaging to average_channel
(edit) @1069   18 years mar637 enhancement ticket #35. median scantable
(edit) @1066   18 years mar637 Enhancement Ticket #50; arbitrary quotients.
(edit) @1033   18 years mar637 Fix for Ticket #33; was confusing mask and flag again. == flag svn …
(edit) @1015   18 years mar637 Fix for Ticket #20 - rotateLinPolPhase wasn't workin properly. Have …
(edit) @1010   18 years mar637 Fix to Ticket #17 - average_pol not working.
(edit) @1008   18 years mar637 Fix for Ticket #18, frequency switching broken
(edit) @1000   18 years mar637 fixed bug due to incorrect use of Table::rowNumbers (RTFM!). added flagging
(edit) @996   18 years mar637 more fixes after compiling with -Wall.
(edit) @992   18 years mar637 added function to convert between polarisation types
(edit) @985   18 years mar637 excpetion message update for alignFrequencies
(edit) @977   18 years mar637 Removed align option from average as it is buggy. The user has to …
(edit) @961   18 years mar637 update to reflect changes to STFocus as in Ticket #8
(edit) @940   18 years mar637 added averagePolarisations; added log output to frequencyAlign; …
(edit) @934   18 years mar637 added _empty function
(edit) @926   18 years mar637 added frequencyAlign(). fixed bug in gainElevation. Was assigning …
(edit) @917   18 years mar637 0-based re-indexing SCANNO on merge. added frequencyAlign. Compiles, …
(edit) @902   18 years mar637 More work on polarisation. STPol and labelling
(edit) @896   18 years mar637 enable polarimetry in asap2
(edit) @878   18 years mar637 SDAttr->STAttr name change
(edit) @867   18 years mar637 gainEl interface change to std::vector bug fix: forgot ++iter
(edit) @862   18 years mar637 added history append to average and merge
(edit) @858   18 years mar637 changed average interface to use std::vector<bool> instead of …
(edit) @847   18 years mar637 numerous changes before move to new svn repository sourcecode.atnf.csiro.au
(edit) @841   18 years mar637 added merge() to merge conformant Scantables
(edit) @805   18 years mar637 Code replacemnts after the rename
(copy) @804   18 years mar637 File renming to reflect major changes in asap2.
copied from trunk/src/SDMath.cc:
(edit) @780   18 years mar637 merge from Release12
Note: See TracRevisionLog for help on using the revision log.