The LAMP Application

Generated by IDLdoc

single page | use frames     summary     class     fields     routine details     file attributes

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) ------------------------------------------------------------------------------- *******************************************************************************

top brisp_norm

result = brisp_norm(w_in, RAW=RAW, MONITOR=MONITOR, HOURS=HOURS, TIME=TIME, verbose=verbose)

******* ********** ** User callable

Parameters

w_in

Keywords

RAW
MONITOR
HOURS
TIME
verbose

File attributes

Modification date: Tue Oct 1 14:45:32 2013
Lines: 180