-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patheASTROGAM_ANALYSISv1_input.ll
65 lines (52 loc) · 2.29 KB
/
eASTROGAM_ANALYSISv1_input.ll
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
#!/usr/bin/python
##############################
# parametri iniziali #
##############################
#astrogam_version Enter eASTROGAM release (e.g. V1.0):
#bogemms_tag Enter BoGEMMS release (e.g. 211):
#sim_type Enter simulation type [0 = Mono, 1 = Range, 2 = Chen, 3: Vela, 4: Crab, 5: G400]:
#py_list Enter the Physics List [0 = QGSP_BERT_EMV, 100 = ARGO, 300 = FERMI, 400 = ASTROMEV]:
#N_in Enter the number of emitted particles:
#part_type Enter the particle type [ph = photons, mu = muons, g = geantino, p = proton, el = electron]:
#ene_range Enter energy distribution [0 = MONO, 1 = POW, 2 = EXP, 3 = LIN]:
#ene_min Enter miminum energy [MeV]:
#ene_max Enter maximum energy [MeV]:
#ang_type Enter the angular distribution [e.g. UNI, ISO]:
#theta_type Enter theta:
#phi_type Enter phi:
#pol_type Is the source polarized? [0 = false, 1 = true]:
#pol_angle Enter Polarization angle:
#source_g Enter source geometry [0 = Point, 1 = Plane]:
#isStrip Strip/Pixels activated? [0 = false, 1 = true]
#repli Strips/Pixels replicated? [0 = false, 1 = true]
#cal_flag Is Cal present? [0 = false, 1 = true]:
#ac_flag Is AC present? [0 = false, 1 = true]:
#passive_flag Is Passive present? [0 = false, 1 = true]:
#energy_thresh Enter energy threshold [keV]:
#ifile Enter the initial number of FITS files
#n_fits Enter the final number of FITS files:
#@ shell = /bin/bash
#@ job_name = eASTROGAM_analysis
#@ job_type = serial
#@ environment= COPY_ALL
#@ class = large
#@ wall_clock_limit = 240:00:00
#RISORSE PER OGNI TASK
#@ resources = ConsumableCpus(1)
#ConsumableMemory(5000Mb)
##@ node = 1
##@ tasks_per_node = 1
# in alternativa a task_per_node
##@ total_tasks = 4
#@ error = job1.$(jobid).err
#@ output = job1.$(jobid).out
#@ notify_user = [email protected]
#@ queue
date
#module load python2.7-sci
#### To analyze the fits files generated by BoGEMMS
#python eASTROGAM_ANALYSISv1_file_remote.py V1.1 211 0 400 100000 ph 0 100 100 UNI 30 225 0 20 0 1 1 1 0 0 15 0 2
#### To merge the outputs generated by eASTROGAM_ANALYSISv1_file_remote
#python eASTROGAM_ANALYSISv1_all_remote.py V1.1 211 0 400 100000 ph 0 100 100 UNI 30 225 0 20 0 1 1 1 0 0 15 0 10
### To create the LUT (Geometry file) ###
#python eASTROGAM_Geometry.py V1.1