The LAMP Application

Generated by IDLdoc

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

./

suprplot.pro


Routines

p_rom_super_event, event, test

p_rom_super_plot, psp

p_rom_super_select, test, flg

result = p_rom_do_filter(s_in, s_x, s_ee)

p_rom_super_filter, SELECT=SELECT, KEEPIN=KEEPIN, CHANGE=CHANGE, GET=GET, MIMAX=MIMAX, CLEAR=CLEAR

p_rom_super_done

p_rom_cleanup, id

p_rom_redefine_slider, wid, value, maxi

p_rom_send_txt_wd, wid, str

suprplot, widx, legende=legende, xylW=xylW

Routine details

top p_rom_super_event

p_rom_super_event, event, test

** ***************** ** Called when an event is generated by Super_Plot widgets tree

Parameters

event
test

top p_rom_super_plot

p_rom_super_plot, psp

** **************** ** The plotting procedure ** psp stands for PoScript Printing=1 or PNG=2 ** if psp eq 1 then p_rom_super_plot is used to print on Postcript device

Parameters

psp

top p_rom_super_select

p_rom_super_select, test, flg

** ****************** ** Called when a NEW Workspace is selected ** (New Workspace number, Cutting Axis or Cutting Value) ** flag eq 1 ** flag eq 2 if workspace slider was moved, to invoke new w in cuting all mode

Parameters

test
flg

top p_rom_do_filter

result = p_rom_do_filter(s_in, s_x, s_ee)

******* *************** ** apply strfit or smoothing function

Parameters

s_in
s_x
s_ee

top p_rom_super_filter

p_rom_super_filter, SELECT=SELECT, KEEPIN=KEEPIN, CHANGE=CHANGE, GET=GET, MIMAX=MIMAX, CLEAR=CLEAR

** ****************** ** SELECT-> keep ONE s_pj entry (cuttall is on OR j=0) P_ROM_SUPER_SELECT ** KEEPIN-> group in s_p(t4(0)) t4=[i,bool,...] if bool=0 keep one else group KEEP BUTTON PUSHED ** t4(2:*)=[s_sym, s_err, s_cut_values, s_cut, s_off_arr, s_num_wrk] ** CHANGE-> filter<-> not filter (s_filter) FILTER BUTTON EVENT ** GET -> replace s_pi into s_i P_ROM_SUPER_PLOT GET GROUPS ** MIMAX -> return ymin,ymax,xmin,xmax P_ROM_SUPER_PLOT DEFINE XY GLOBAL RANGE ** CLEAR -> keep only one s_pi entry BUTTON ONE/ALL EVENT

Keywords

SELECT
KEEPIN
CHANGE
GET
MIMAX
CLEAR

top p_rom_super_done

p_rom_super_done

** **************** ** Called when Done Button is pushed

top p_rom_cleanup

p_rom_cleanup, id

** ************* ** Called when Superplot window is dying

Parameters

id

top p_rom_redefine_slider

p_rom_redefine_slider, wid, value, maxi

** ********************* ** Redefine slider MAXImum and slide VALUE for the WID slider

Parameters

wid
value
maxi

top p_rom_send_txt_wd

p_rom_send_txt_wd, wid, str

** ***************** ** Modifie STR value for the WID slider

Parameters

wid
str

top suprplot

suprplot, widx, legende=legende, xylW=xylW

** ******** ** Create the Super_Plot interface. ** widx is an optional default workspace number (between 1 and lamp_sys)

Parameters

widx

Keywords

legende
xylW

File attributes

Modification date: Tue Oct 1 14:35:35 2013
Lines: 1,778