/[PAMELA software]/chewbacca/YodaProfiler/docs/GP_PARAM_rotrasl.sql
ViewVC logotype

Contents of /chewbacca/YodaProfiler/docs/GP_PARAM_rotrasl.sql

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations) (download)
Fri Apr 23 13:21:59 2010 UTC (14 years, 7 months ago) by pam-fi
Branch: MAIN
CVS Tags: v10RED
(M. Bongi) Added install_GPAMELADB_rotrasl.sh script to install the database forGPAMELA with geometry modified according to the flight alignment parameters ("rotrasl" version, after 23rd April 2010)

1 USE dbname;
2
3 SET time_zone='+0:00';
4
5 DELETE FROM GL_PARAM where TYPE=4;
6 insert into GL_PARAM values(0,"$PAM_CALIB/trk-param/","eta_param_GP-1/",0,0,4,"trk pfa",NULL);
7
8 /* the "rotrasl" version of GPAMELA (on CVS after 23rd April 2010) needs the flight-data alignment parameters
9 DELETE FROM GL_PARAM where TYPE=5;
10 insert into GL_PARAM values(0,"$PAM_CALIB/trk-param/","align_param_GP-1/",0,0,5,"trk alignment",NULL);
11 */
12
13 DELETE FROM GL_PARAM where TYPE=6;
14 insert into GL_PARAM values(0,"$PAM_CALIB/trk-param/","mask_param-1/",0,0,6,"trk mask",NULL);
15
16 DELETE FROM GL_PARAM where TYPE=50;
17 insert into GL_PARAM values(0,"$PAM_CALIB/trk-param/","calib_GP/",0,0,50,"GP trk calibration",NULL);
18
19 DELETE FROM GL_PARAM where TYPE=103;
20 insert into GL_PARAM values(0,"$PAM_CALIB/cal-param/","FCaloBadMask.dat",0,0,103,"Calorimeter bad strip offline mask",NULL);
21 DELETE FROM GL_PARAM where TYPE=105;
22 insert into GL_PARAM values(0,"$PAM_CALIB/cal-param/","FCaloBadPulsePre0.dat",0,0,105," <0701 Calorimeter bad pre-amplifiers when pulsing offline mask",NULL);
23 DELETE FROM GL_PARAM where TYPE=108;
24 insert into GL_PARAM values(0,"$PAM_CALIB/cal-param/","calo_crosstalk_param_si0.dat",0,0,108,"Calorimeter cross-talk silicon effect",NULL);
25 DELETE FROM GL_PARAM where TYPE=110;
26 insert into GL_PARAM values(0,"$PAM_CALIB/cal-param/","calo_adc2mip_special0.dat",0,0,110,"Calorimeter ADC to MIP from flight, special cases",NULL);
27 DELETE FROM GL_PARAM where TYPE=111;
28 insert into GL_PARAM values(0,"$PAM_CALIB/cal-param/","calo_emin_strip0.dat",0,0,111,"Calorimeter Emin threshold for each strip (default 0.7)",NULL);
29
30
31 DELETE FROM GL_PARAM where TYPE=201;
32 insert into GL_PARAM values(0,"$PAM_CALIB/tof-param/","tofcalib_gp.rz",0,0,201,"GPAMELA default calibration",NULL);
33 delete from GL_PARAM where TYPE>=210 and TYPE<=221;
34 DELETE FROM GL_PARAM where TYPE=203;
35 insert into GL_PARAM values(0,"$PAM_CALIB/tof-param/","dedxmonitor.He.simu.dat",1,4294967295,203," ToF dE/dx II order correction parameters - simulation",NULL);
36
37 INSERT INTO `GL_TLE` VALUES (1,'RESURS DK-1','1 29228U 06021A 06166.45315890 -.00001271 40192-5 00000+0 0 12','2 29228 069.9476 065.6885 0106036 060.6946 300.4810 16.02948390 10','2006-06-15 10:52:32','2009-03-04 15:33:20'),(2,'RESURS DK-1','1 29228U 06021A 06166.51560127 .00781144 00000-0 59452-3 0 59','2 29228 069.9490 065.4847 0109492 060.1077 301.1744 16.02913389 26','2006-06-15 12:22:27','2009-03-04 15:33:20'),(3,'RESURS DK-1','1 29228U 06021A 06166.76519729 .00718188 00000-0 53626-3 0 64','2 29228 069.9490 064.7488 0108911 059.6958 301.5722 16.03251707 69','2006-06-15 18:21:53','2009-03-04 15:33:20'),(4,'RESURS DK-1','1 29228U 06021A 06166.84985791 .00653589 40353-5 46770-3 0 20','2 29228 069.9609 064.5016 0111459 060.4385 069.3509 16.03348515 78','2006-06-15 20:23:47','2009-03-04 15:33:20'),(5,'RESURS DK-1','1 29228U 06021A 06167.10288289 .00921992 40517-5 64986-3 0 36','2 29228 069.9578 063.7534 0109459 060.2049 089.8944 16.03885106 118','2006-06-16 02:28:09','2009-03-04 15:33:20');

  ViewVC Help
Powered by ViewVC 1.1.23