lamp_mac/BRISP/
brisp_norm.pro
******************************************************************************* FUNCTION normalise, w_in, /raw, monitor=monitor, time=time, verbose For BRISP data. --------------------- Normalises raw data to monitor or counting time, KEYWORDS: /raw : no normalisation (error bars calculated) /time : normalise data to counting time (will not work for summed data) OPTIONS monitor : normalise data to 10^9 monitor counts (DEFAULT) possibility to choose among the four monitors monitor='M1'....'M4': DEFAULT: all monitors hours : normalise data to total counting time in hours (will work for summed data) INPUT: 2D regrouped data (i.e. after brisp_rad) it will work also for 3D data, but memory quickly becomes insufficient because of 3D errors COMMAND SYNTAX w2=brisp_norm(w1[,monitor][,hours][,/raw][,/time][,verbose]) w2=brisp_norm(w1) normalise to the four monitors FF, 03-2009 (modification in May 2010) ------------------------------------------------------------------------------- *******************************************************************************
File attributes
Modification date: | Tue Oct 1 14:45:32 2013 |
Lines: | 180 |