lamp_mac/IN13/
elascan_format.pro
top elascan_format
result = elascan_format(w_in, low_in16psd=low_in16psd, up_in16psd=up_in16psd)
******* ************** ** User callable ******************************************************************************* ** ** Change the format of the data read in a single workspace in order to have a ** common format for the elastic scan data, independent of the instrument ** (IN10, IN13 or IN16) were they were taken. ** ** Call: w2 = elascan_format(w1) ** ** And the data are stored in the following way: ** w2 = 2D-array[n_temperatures, n_detectors] (duplicated in X if only 1 temperature) ** x2 = 1D-array[n_temperatures] ** y2 = 1D-array[n_detectors] ** e2 = 2D-array[n_temperatures, n_detectors] ** n2 = 1D-array[n_temperatures] ** ** MAG (11/5/2009) ** *******************************************************************************
Parameters
- w_in
Keywords
- low_in16psd
- up_in16psd
File attributes
Modification date: | Tue Oct 1 14:41:21 2013 |
Lines: | 371 |