|
|
@202
|
20 years |
mar637 |
* removed internal self.frame1 to fix resizing bug.
* removed 'white' …
|
|
|
@201
|
20 years |
kil064 |
add SDAsciiWriter
|
|
|
@200
|
20 years |
kil064 |
document ascii file save capability
|
|
|
@199
|
20 years |
kil064 |
add ascii file capabilut via SDAsciiWriter
|
|
|
@198
|
20 years |
kil064 |
class to save SDMemTable as ascii text file
|
|
|
@197
|
20 years |
kil064 |
rename a variable
|
|
|
@196
|
20 years |
kil064 |
imporve docs for function 'save'
|
|
|
@195
|
20 years |
kil064 |
use source name in output file name
|
|
|
@194
|
20 years |
kil064 |
allow FITS format in function 'save'
|
|
|
@193
|
20 years |
kil064 |
add SDFITSImageWRiter
use cfitsio_lfs.a (Large FIle Support)
|
|
|
@192
|
20 years |
kil064 |
adjust to allow FITSImage writing (use SDFITSImageWriter)
delete …
|
|
|
@191
|
20 years |
kil064 |
class to write out SDMemTable rows as FITS Images
|
|
|
@190
|
20 years |
mar637 |
Bug fix: Handling destruction of window via self._is_dead
|
|
|
@189
|
20 years |
mar637 |
* empty log message *
|
|
|
@188
|
20 years |
mar637 |
create_mask is be default now returning a mask OUTSIDE the specified …
|
|
|
@187
|
20 years |
mar637 |
Bug fix: Handling destruction of window via self._is_dead
|
|
|
@186
|
20 years |
mar637 |
added pattern selection for source name
|
|
|
@185
|
20 years |
mar637 |
cosmetics
|
|
|
@184
|
20 years |
mar637 |
Bug fix: scanAv wasn't working properly, as 'nPts' wasn't rest after …
|
|
|
@183
|
20 years |
kil064 |
add destructor
|
|
|
@182
|
20 years |
mar637 |
moved reader to the end, as it's behaviour can be emulated with the …
|
|
|
@181
|
20 years |
mar637 |
Added a constructor from foreign types (e.g. rpfits)
Reworked output …
|
|
|
@180
|
20 years |
kil064 |
add function 'smooth' and remove function 'hanning'
|
|
|
@179
|
20 years |
kil064 |
replace 'hanning' by 'smooth'
|
|
|
@178
|
20 years |
kil064 |
remove 'hanning' functions and add 'smooth' functions
|
|
|
@177
|
20 years |
kil064 |
remove function 'hanning'
add function 'smooth' (includes hanning)
|
|
|
@176
|
20 years |
kil064 |
add function 'replaceMaskByZero'
change interface for function …
|
|
|
@175
|
20 years |
kil064 |
Add cursor selection to function 'hanning' (arg. 'all')
|
|
|
@174
|
20 years |
kil064 |
add cursor selection to function 'hanning'
|
|
|
@173
|
20 years |
kil064 |
add insitu binding for hanning
|
|
|
@172
|
20 years |
kil064 |
add insitu vinding to function hanning
fix up some inconsietnt docs.
|
|
|
@171
|
20 years |
kil064 |
implement insitu version of Hanning smoothing
|
|
|
@170
|
20 years |
kil064 |
Modify SDMath to be a class rather than just a namespace
|
|
|
@169
|
20 years |
kil064 |
moev functionality from SDMath to SDMathWrapper (adding …
|
|
|
@168
|
20 years |
kil064 |
add SDMathWrapper.o (now has cc file)
|
|
|
@167
|
20 years |
kil064 |
Reimplement 'bin' with insitu version as well
|
|
|
@166
|
20 years |
kil064 |
function 'average_pol' now has insitu version as well
|
|
|
@165
|
20 years |
kil064 |
Reimplement 'average_pol' with both insitu and 'outsit' versions
|
|
|
@164
|
20 years |
kil064 |
make a few more functions 'const'
|
|
|
@163
|
20 years |
kil064 |
consolidate code in 'private' functions
rerwork function 'avergae_pol' …
|
|
|
@162
|
20 years |
kil064 |
add more 'private' functions
|
|
|
@161
|
20 years |
kil064 |
docuiment copy semantiocs for copy constructor and assignment
|
|
|
@160
|
20 years |
kil064 |
document that poly_baseline now operates on all rows in the scan
|
|
|
@159
|
20 years |
kil064 |
function auto_fit now loops over all rows in the scan
|
|
|
@158
|
20 years |
kil064 |
Correct spelling 'abscissa' -> 'abcissa'
|
|
|
@157
|
20 years |
kil064 |
function 'get_tsys' now returns a vector looping over all rows
in table
|
|
|
@156
|
20 years |
kil064 |
comment out print statements for function 'get_tsys'
as now returns a …
|
|
|
@155
|
20 years |
kil064 |
doc cxhanges
previous entry should also have said that added 'insitu' …
|
|
|
@154
|
20 years |
kil064 |
make the get{IF,POl,Beam} functions const
|
|
|
@153
|
20 years |
kil064 |
add function 'add_insitu'
|
|
|
@152
|
20 years |
kil064 |
function 'add' and 'multiply' now take arg. doAll to
indicate whether …
|
|
|
@151
|
20 years |
kil064 |
function 'add' and 'multiply' now take arg. doAll to
indicate whether …
|
|
|
@150
|
20 years |
kil064 |
add arg. 'all' to functions 'scale' and 'add' to apply
to either …
|
|
|
@149
|
20 years |
kil064 |
add 'add'
|
|
|
@148
|
20 years |
kil064 |
check this !=&other in assignment operator
assign all state in …
|
|
|
@147
|
20 years |
kil064 |
add defualt value False to arg. clear in copy constrcutor
|
|
|
@146
|
20 years |
kil064 |
rework 'multiply' and 'multiplyInSitu' to use one common …
|
|
|
@145
|
20 years |
kil064 |
cahneg inertface so that function 'averages' and 'average' are …
|
|
|
@144
|
20 years |
kil064 |
merge functions 'average' and 'averages' into one that averages
in …
|
|
|
@143
|
20 years |
kil064 |
rework binding to 'average_time'. Now invokes just one
C++ function. …
|
|
|
@142
|
20 years |
kil064 |
modift doc for function 'average_time' to track change to functionaloity
|
|
|
@141
|
20 years |
mar637 |
added insitu to scale.
|
|
|
@140
|
20 years |
mar637 |
added scale_insitu
|
|
|
@139
|
20 years |
mar637 |
Added inSitu version of multiply/scale
|
|
|
@138
|
20 years |
mar637 |
Added assignment operator.
Changed const casa::Table& table() to be …
|
|
|
@137
|
20 years |
kil064 |
split MathUtils::hanning function into MathUtils2.cc as the
new …
|
|
|
@136
|
20 years |
kil064 |
add function statistics
|
|
|
@135
|
20 years |
kil064 |
add function 'stats'
function 'rms' -> 'stddev'
|
|
|
@134
|
20 years |
kil064 |
remove libimages.a from link list
|
|
|
@133
|
20 years |
kil064 |
function 'rms' -> 'stats'
|
|
|
@132
|
20 years |
kil064 |
remove ImageUtil include
add LatticeUtil include
add new MaskedArray …
|
|
|
@131
|
20 years |
kil064 |
replace function 'rms' with function 'statsitic'
|
|
|
@130
|
20 years |
kil064 |
Rewrite pretty much all of it to
- use iterators rather than indexed …
|
|
|
@129
|
20 years |
kil064 |
average_scans -> average_time
|
|
|
@128
|
20 years |
kil064 |
function 'rms' -> 'stddev'
add function 'stats'
average_scan -> …
|
|
|
@127
|
20 years |
kil064 |
intergations -> integrations
|
|
|
@126
|
20 years |
mar637 |
fixed bug in _verbose. Test length first.
|
|
|
@125
|
20 years |
mar637 |
Moved to casa namespace.
Adjusted the copyright to be ATNF.
|
|
|
@124
|
20 years |
mar637 |
added subplotting to plot(). Fixed verbose.
|
|
|
@123
|
20 years |
mar637 |
renamed set_verbose
|
|
|
@122
|
20 years |
mar637 |
renamed save to _save
|
|
|
@121
|
20 years |
mar637 |
added restfrequency selector
|
|
|
@120
|
20 years |
cal103 |
Added function register() to handle mouse events.
|
|
|
@119
|
20 years |
cal103 |
Added a histogram plotting function hist(); modified subplot() so that …
|
|
|
@118
|
20 years |
cal103 |
Added general control of the panel layout.
|
|
|
@117
|
20 years |
cal103 |
Changed from 1-relative to 0-relative as requested by Malte; …
|
|
|
@116
|
20 years |
mar637 |
Added SDFITS writing.
|
|
|
@115
|
20 years |
mar637 |
Aligned with asap v0.1a
|
|
|
@114
|
20 years |
mar637 |
Miscellaneous fixes.
|
|
|
@113
|
20 years |
mar637 |
version 0.1a
|
|
|
@112
|
20 years |
mar637 |
filling azimuth,elevation,parangle,refbeam,fieldname,tcal,tcaltime
|
|
|
@111
|
20 years |
cal103 |
Initial revision
|
|
|
@110
|
20 years |
mar637 |
filling azimuth,elevation,parangle,refbeam,fieldname,tcal,tcaltime …
|
|
|
@109
|
20 years |
cal103 |
Empty revision
|
|
|
@108
|
20 years |
mar637 |
added fixed parameters
|
|
|
@107
|
20 years |
mar637 |
added 'add' function
|
|
|
@106
|
20 years |
mar637 |
renaming of functions
|
|
|
@105
|
20 years |
mar637 |
added set/getCoordInfo, reworked summary, added columns for …
|
|
|
@104
|
20 years |
mar637 |
added azimuth,elevation,parangle,refbeam,fieldname,tcal,tcaltime
|
|
|
@103
|
20 years |
mar637 |
initial revision of the python asap reader class
|
|
|