- Timestamp:
- 02/18/05 12:05:41 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/python/asapmath.py
r458 r479 166 166 If you specify neither, then a polynomial correction will be made 167 167 with built in coefficients known for certain telescopes (an error will 168 occur if the instrument is not known). 168 occur if the instrument is not known). The data are *multiplied* 169 by the scaling factors. 169 170 Parameters: 170 171 scan: a scantable … … 179 180 The second row must give the data type of the column. Use 180 181 'R' for Real and 'I' for Integer. An example file 181 would be :182 would be (actual factors are arbitrary) : 182 183 183 184 TIME ELEVATION FACTOR 184 185 R R R 185 0.1 0 1.5186 0.2 20 1.4187 0.3 40 1.3188 0.4 60 1.2189 0.5 80 1.1190 0.6 90 1.0186 0.1 0 0.8 187 0.2 20 0.85 188 0.3 40 0.9 189 0.4 60 0.85 190 0.5 80 0.8 191 0.6 90 0.75 191 192 method: Interpolation method when correcting from a table. Values 192 193 are "nearest", "linear" (default), "cubic" and "spline"
Note:
See TracChangeset
for help on using the changeset viewer.