Newer
Older
;difd2b_VVa.prox
;*********************************************************
;ADD IN MACROS FOR LAMP-RUNTIME --> /home/cs/lamp/plug_in/
;*********************************************************
!warn.obs_routines = 1 ; We know having RSTRPOS, FINDFILE, STR_SEP, MPEG_*, SET_XY
!warn.obs_sysvars = 1 ; We know having !Stime, !Err_string, !Window, !err, !error
print,'**********'
print,'D2B macros'
print,'**********'
.run rdid_d2b.pro
.run myhelp_d2b.pro
.run myinit_d2b.pro

Gonzalez, Miguel
committed
.run straight_1d.pro
.run straight_2d.pro
;.run calib_eff_2d_bms.pro ;Only needed to create efficiency file. Probably not needed in rt.
;.run calib_eff_2d_A.pro
;.run calib_eff_2d_B.pro
;.run calib_eff_2d_C.pro
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
print,'*********'
print,'D4 macros'
print,'*********'
.run ../D4/d4_QSQ1.pro
.run ../D4/d4_fft.pro
.run ../D4/d4_offset.pro
.run ../D4/d4_q_interp.pro
.run ../D4/myinit_d4.pro
print,'**********'
print,'D19 macros'
print,'**********'
.run d19_cor.pro
.run d19_nu_bin.pro
.run d19_2_eth.pro
.run d19_2_f1b.pro
.run myinit_d19.pro
print,'**********'
print,'D1B macros'
print,'**********'
.run d1b_2_eth.pro
.run d1b_2_f1b.pro
.run ../D1B/myinit_d1b.pro
.run ../D1B/d1breg.pro
.run ../D1B/logD1B.pro
.run ../D1B/num2d1breg.pro
.run ../D1B/num2fileD1B.pro
.run ../D1B/sumnum2fileD1B.pro
.run ../D1B/sumnum2wsD1B.pro

Gonzalez, Miguel
committed
print,'************'
print,'Salsa macros'
print,'************'

Gonzalez, Miguel
committed
.run ../SALSA/salsa_combine_ws.pro
print,'**********'
print,'Others'
print,'**********'
.run ../XRAY/myinit_xray.pro
.run ../D1A/myinit_d1a.pro
VV = strtrim(long(float(!version.release)*10),2) ; The Idl version
save,/routines,filename=FILNAM
print,''
print,FILNAM+' is saved'
print,'To set your plug-in available for ILL users:'
print,''
print,'mv '+FILNAM+' /home/cs/richard/Free_Lamp'+VV+'/lamp/plug_in/'
print,''
print,'To be available via the "live update" it should be copied to:'
print,'ftp://ftp.ill.fr/pub/cs/lamp_runtimes/Misc/Others/
print, '(send an email to the CS for that)'