lamp_mac/D17/
d17_waterdef.pro
top d17_waterdef
result = d17_waterdef(nums, dims=dims, mask=mask)
LAMP function to load in a water run, mask it and normalize it ARW 30.08.04 NECESSARY INPUT: nums=a string with the filenumbers containing the data. Consecutive files are separated by a greater than (>) Adjacent files are separated by a comma (+) The string must be enclosed in quotation marks (') e.g. '90230>90240+90250>90260' OPTIONAL INPUT: dims=the dimension of the output workspace. Can be 1 or 2. If nothing is specified, the output workspace will have the same dimensions as the input data maskstring=your choice of masking the detector, written as a string The default is no mask e.g. type at LAMP interface: w1=d17_waterdef('90230,90250',dims=1,mask='box,[190,200,63,222]') CALLS TO: rdopr, maskme, d17_errmsg Last modified: ARW 17.12.10
Parameters
- nums
Keywords
- dims
- mask
File attributes
Modification date: | Tue Oct 1 14:43:02 2013 |
Lines: | 78 |