-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
95 lines (49 loc) · 1.93 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
Container of utility software for MCAL data analysis
Martino Marisaldi ([email protected]) - INAF/IASF-Bo - 27-Apr-2007
Compilation with root5.34 and root 6 by Andrea Bulgarelli - INAF/OAS Bologna - 27 Apr 2023
How to compile
----------------------------------------------------
export MCALSW=$AGILE/mcalsw
export LD_LIBRARY_PATH=$MCALSW/lib:$LD_LIBRARY_PATH
CFITSIO variable must be set
Installation:
> make
> make install
List of projects
----------------------------------------------------
MCVLib
Main C++ class library for MCAL data analysis. It is based on the classes
developed for program mcalview2.
It provides a platform for building high level MCAL data analysis software.
Dynamic library libMCV.so can be loaded in an interpreted ROOT session typing:
.L $(MCALSW)/lib/libMCV.so
so that classes in libMCV can be used in ROOT macros.
----------------------------------------------------
viewrun
Interactive program. It works on an H* file created with program
mcalanalyzer Provides visualization of the basic histograms in a graphics
environment. Provides limited analysis capabilities on
data and no selection capabilities.It links to libMCV.a library.
Usage: viewrun H<run-id>_<packet-type>.root
----------------------------------------------------
mcalanalyzer
Batch program.
----------------------------------------------------
mcalselect
----------------------------------------------------
mcalgrid
----------------------------------------------------
mcalimaging
----------------------------------------------------
hkmonitor
----------------------------------------------------
hkviewer
----------------------------------------------------
convPKP3908toRoot
----------------------------------------------------
viewbsr
----------------------------------------------------
viewbsr_ric
----------------------------------------------------
mcalibration
----------------------------------------------------