Changes between Version 1 and Version 2 of AsapCommands
- Timestamp:
- 05/07/10 09:36:55 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AsapCommands
v1 v2 31 31 get_elevation - get the elevation of the scans 32 32 get_parangle - get the parallactic angle of the scans 33 get_coordinate - get the spectral coordinate for the given row, 34 which can be used for coordinate conversions 35 get_weather - get the weather condition parameters 33 36 get_unit - get the current unit 34 37 set_unit - set the abcissa unit to be used from this … … 75 78 mx_quotient - Form a quotient using MX data (off beams) 76 79 scale, *, / - return a scan scaled by a given factor 77 add, +, - - return a scan with given value added 80 add, + - return a scan with given value added 81 sub, - - return a scan with given value subtracted 78 82 bin - return a scan with binned channels 79 83 resample - return a scan with resampled channels … … 98 102 stddev - Determine the standard deviation of the current 99 103 beam/if/pol 104 get_row_selector - get the selection object for a specified row 105 number 100 106 [Selection] 101 107 selector - a selection object to set a subset of a scantable … … 159 165 plot - plot a scantable 160 166 plot_lines - plot a linecatalog overlay 167 plotazel - plot azimuth and elevation versus time 168 plotpointing - plot telescope pointings 161 169 save - save the plot to a file ('png' ,'ps' or 'eps') 162 170 set_mode - set the state of the plotter, i.e. … … 179 187 coordinates 180 188 arrow - draw arrow annotations either in data or relative 181 189 coordinates 182 190 axhline,axvline - draw horizontal/vertical lines 183 191 axhspan,axvspan - draw horizontal/vertical regions 192 annotate - draw an arrow with label 193 create_mask - create a scnatble mask interactively 184 194 185 195 xyplotter - matplotlib/pylab plotting functions 186 187 [Reading files]188 reader - access rpfits/sdfits files189 open - attach reader to a file190 close - detach reader from file191 read - read in integrations192 summary - list info about all integrations193 196 194 197 [General] 195 198 commands - this command 196 199 print - print details about a variable 197 list_scans - list all scantables created b tthe user200 list_scans - list all scantables created by the user 198 201 list_files - list all files readable by asap (default rpf) 199 202 del - delete the given variable from memory … … 208 211 mask_not - boolean operations on masks created with 209 212 scantable.create_mask 213 skydip - gain opacity values from a sky dip observation 214 opacity_model - compute opacities fro given frequencies based on 215 atmospheric model 210 216 211 217 Note: … … 220 226 ASAP> help average_time 221 227 228 222 229 }}}