|
|
@1644
|
15 years |
Max Voronkov |
line finder: added more options on how the noise is to be estimated. …
|
|
|
@1643
|
15 years |
Max Voronkov |
line finder: new noise estimation code has been resonably debugged and …
|
|
|
@1642
|
15 years |
Max Voronkov |
added a new helper class to the line finder (compilable, but not yet …
|
|
|
@1641
|
15 years |
Max Voronkov |
fixed ticket:174 - flagging information is now taken into account
|
|
|
@1638
|
15 years |
Malte Marquarding |
Forgot to add python wrapper for STCoordinate
|
|
|
@1618
|
15 years |
Malte Marquarding |
updated gain eleveation coeeficients for Parkes. changed ord of …
|
|
|
@1600
|
15 years |
Malte Marquarding |
Ticket #170: python derived class for nice access e.g. units and doc …
|
|
|
@1599
|
15 years |
Malte Marquarding |
Ticket #170: forgot to add this file - the real implementation.
|
|
|
@1598
|
15 years |
Malte Marquarding |
Ticket #170: added scantable.get_coordinate(row) . Note that this …
|
|
|
@1587
|
15 years |
Malte Marquarding |
Removed debug cout
|
|
|
@1586
|
15 years |
Malte Marquarding |
Ticket #165: have removed the hard-coding of parallactifying the data. …
|
|
|
@1579
|
15 years |
Malte Marquarding |
Ticket #46; changed scnatable.lag_flag to handle a start/end value …
|
|
|
@1575
|
15 years |
Malte Marquarding |
Ticket #168; align data to convert frequency frame before export
|
|
|
@1571
|
15 years |
Malte Marquarding |
Ticket #167: c++ part of running polynomial smoothing
|
|
|
@1570
|
15 years |
Malte Marquarding |
Ticket #167: c++ part of running polynomial smoothing
|
|
|
@1569
|
15 years |
Malte Marquarding |
Fix enum problem with WeightType enum value already defined somewhere …
|
|
|
@1567
|
15 years |
Malte Marquarding |
Used index vale rather than value of the vector at index
|
|
|
@1552
|
16 years |
Malte Marquarding |
Enhancement Ticket #155; chnaged the wy output filenames are generated.
|
|
|
@1542
|
16 years |
Malte Marquarding |
applied python taql style at the wrong level
|
|
|
@1541
|
16 years |
Malte Marquarding |
didn't pass on arguments to frequencyAlign
|
|
|
@1534
|
16 years |
Malte Marquarding |
Fix for Ticket #90; treating integer as double columns now
|
|
|
@1510
|
16 years |
Malte Marquarding |
Ticket #110: export velocity if restfreq is given otherwise frequency. …
|
|
|
@1507
|
16 years |
Max Voronkov |
fixed typo in the exception text
|
|
|
@1505
|
16 years |
Malte Marquarding |
use addRow before copyRows consistently; tidy up of getScantable
|
|
|
@1504
|
16 years |
Malte Marquarding |
Fix for ticket #151: added facilities to help with on/off scan …
|
|
|
@1503
|
16 years |
Malte Marquarding |
Fix for ticket #78; this had nothing to do with memory tables, it was …
|
|
|
@1501
|
16 years |
Malte Marquarding |
support linking against pyrap
|
|
|
@1500
|
16 years |
Malte Marquarding |
Fix for ticket #110. Hopefully the last. Using the preferVelocity …
|
|
|
@1497
|
16 years |
Max Voronkov |
fixed #149. The problem was inside getMask method. In some rare …
|
|
|
@1484
|
16 years |
Malte Marquarding |
Fix for Ticket #148; forgot to scale TSYS
|
|
|
@1481
|
16 years |
Max Voronkov |
restored proper constness for STWeather::getEntry. No change in …
|
|
|
@1477
|
16 years |
Malte Marquarding |
fixed unititialised vector length vor convertArray
|
|
|
@1476
|
16 years |
Malte Marquarding |
removed debug cout
|
|
|
@1475
|
16 years |
Max Voronkov |
fixed frequency alignment problem (#142). Different FREQ_IDs are now …
|
|
|
@1468
|
16 years |
Malte Marquarding |
removed debug cout
|
|
|
@1467
|
16 years |
Malte Marquarding |
fix for cast from double to float in scanrate field
|
|
|
@1462
|
16 years |
Malte Marquarding |
change in PKSIO api
|
|
|
@1450
|
16 years |
MarkCalabretta |
Adapted to new API, PKSreader::read(const PKSrecord &).
|
|
|
@1449
|
16 years |
MarkCalabretta |
Adapted to new API, PKSwriter::write(const PKSrecord &).
|
|
|
@1444
|
16 years |
Malte Marquarding |
Ticket #110: I have added a fix for the FITS header now, This modifies …
|
|
|
@1443
|
16 years |
Malte Marquarding |
Fix ticket #127; still have to add class header hack
|
|
|
@1441
|
16 years |
Malte Marquarding |
tidying
|
|
|
@1440
|
16 years |
Max Voronkov |
added forgotten default unflag option
|
|
|
@1439
|
16 years |
Malte Marquarding |
added Header diff function. Don't use obstype for conformance test
|
|
|
@1438
|
16 years |
Malte Marquarding |
allow ALMA specific build
|
|
|
@1430
|
16 years |
Malte Marquarding |
merged in unflag option from alma branch
|
|
|
@1429
|
16 years |
Malte Marquarding |
Copy -> Clone as it is now deprecated
|
|
|
@1428
|
16 years |
Malte Marquarding |
Use TaQL style python in queries
|
|
|
@1424
|
16 years |
Malte Marquarding |
Fix for ticket #135. Regular expression in source name matching was …
|
|
|
@1416
|
16 years |
Malte Marquarding |
Provide a more useful warning then 'oh oh'
|
|
|
@1414
|
17 years |
Malte Marquarding |
only add weight if there is a valid channel
|
|
|
@1413
|
17 years |
Malte Marquarding |
removed debug cout
|
|
|
@1412
|
17 years |
Malte Marquarding |
use stl type array iterators as in the new version of casacore
|
|
|
@1411
|
17 years |
Malte Marquarding |
added getEpoch member function
|
|
|
@1410
|
17 years |
Malte Marquarding |
Mark C added brightness unit to PKSreader/writer
|
|
|
@1398
|
17 years |
Malte Marquarding |
made n_ unsigned integer (from float) to maybe speed things up a bit
|
|
|
@1391
|
17 years |
Malte Marquarding |
merge from alma branch to get alma/GBT support. Commented out fluxUnit …
|
|
|
@1390
|
17 years |
Malte Marquarding |
fix for scanning data, where direction can change per cycle not only …
|
|
|
@1385
|
17 years |
mar637 |
a couple more explicit keywords for constructors deafaulting to one …
|
|
|
@1384
|
17 years |
mar637 |
use CountedPtr to prevent potential leaks
|
|
|
@1382
|
17 years |
mar637 |
use the next value in slider from i+hwidth not i
|
|
|
@1376
|
17 years |
mar637 |
removed debug cout
|
|
|
@1375
|
17 years |
mar637 |
export WCS info to ASCII file, this required returng const& of …
|
|
|
@1374
|
17 years |
mar637 |
Added running median to smooth. This addresses Ticket #115
|
|
|
@1373
|
17 years |
mar637 |
Added running median to smooth. This addresses Ticket #115
|
|
|
@1360
|
18 years |
mar637 |
enhancement #107; added scantable.shift_refpix
|
|
|
@1353
|
18 years |
mar637 |
added explicit keyword for single arument constructors
|
|
|
@1352
|
18 years |
mar637 |
importatnt fix to the output mask of this object. This is now …
|
|
|
@1350
|
18 years |
mar637 |
added scantable.get_inttime as per ticket #106
|
|
|
@1346
|
18 years |
mar637 |
Enhancement ticket #105 - addded gain-el curves for Parkes K-band
|
|
|
@1345
|
18 years |
mar637 |
Enhancement ticket #105 - addded gain-el curves for Parkes K-band
|
|
|
@1342
|
18 years |
mar637 |
No longer used
|
|
|
@1336
|
18 years |
mar637 |
removed debug print cout
|
|
|
@1334
|
18 years |
mar637 |
Use CountedPointer for STPol instance
|
|
|
@1333
|
18 years |
mar637 |
Fix for Ticket #104; protect the user from flagging the whole …
|
|
|
@1328
|
18 years |
mar637 |
added LoadableModule alias for scons-0.96.1
|
|
|
@1325
|
18 years |
mar637 |
Changes to use casacore instead of casa_asap/aips++\nAdded atnf PKSIO …
|
|
|
@1323
|
18 years |
mar637 |
Fix for Ticket #102; cut-and-paster error in initFactories.
|
|
|
@1321
|
18 years |
mar637 |
Hopefully final fix to ticket #78;had to do a sub selection of …
|
|
|
@1319
|
18 years |
mar637 |
Fix for Ticket #99; if etapp>0 and d>0 don't look up telescope
|
|
|
@1318
|
18 years |
mar637 |
Fix for Ticket #97; corrected opacity formula. Forgot to check this in
|
|
|
@1315
|
18 years |
vor010 |
bug fixed: the criterion required nch+1 instead of nch, number of …
|
|
|
@1314
|
18 years |
mar637 |
fixed defect, where scantable averaging output failed if first row in …
|
|
|
@1308
|
18 years |
mar637 |
re-enabled the scantable binary operators
|
|
|
@1305
|
18 years |
mar637 |
merge from asap2.1.1 release tag
|
|
|
@1295
|
18 years |
mar637 |
merge form Release2.1.1 branch
|
|
|
@1280
|
18 years |
mar637 |
Merge from Release2.1.1b tag
|
|
|
@1259
|
18 years |
mar637 |
Merge from Release2.1.0b tag
|
|
|
@1232
|
18 years |
mar637 |
Merge from Release2.1.0b tag
|
|
|
@1203
|
18 years |
mar637 |
Using FFTServer::fft0 now, don't know what the difference is. Adde …
|
|
|
@1200
|
18 years |
mar637 |
Merge from Release2.1.0b tag
|
|
|
@1198
|
18 years |
mar637 |
Merge from Release2.1.0b tag
|
|
|
@1192
|
18 years |
mar637 |
added lag_flag - flagging of frequencies in fft space
|
|
|
@1189
|
18 years |
mar637 |
Fix for ticket #61 - changing of default polarisation. Done ticket #62 …
|
|
|
@1188
|
18 years |
mar637 |
changed feedtype to be string and added detection of feedtype to filler.
|
|
|
@1170
|
18 years |
mar637 |
added line name to setRestFrequency
|
|
|
@1156
|
18 years |
mar637 |
changed name set_freq_limits to set_frequency_limits
|
|
|
@1148
|
18 years |
mar637 |
use get*nos instead of n* (* can be scan, beam etc.). This showed a …
|
|
|
@1145
|
18 years |
mar637 |
added average_beam which is part of Ticket #45
|
|
|
@1143
|
18 years |
mar637 |
Implemented Ticket #45 as scantable.mx_quotient.
|
|
|