Hi all, Something odd is happening when I try to redo the acceptance maps. It looks like the TPC calibration parameter database is not up to date since the bratmain job complains that it cannot find some parameters in the SQL db. A direct check in the sql db gave me the following (the host was rcas0005): (id=42 -> T1 id=43 -> T2 id=44 -> TPM1 id=45 -> TPM2 ) Only TPM2 has all parameters. That's really strange to me since we used to run the TPC calibration packages without problems before. Any idea ? Djam mysql> select name from Parameter where referenceID=42; +------------------+ | name | +------------------+ | instrumentedRows | | padStatus | | timeOffset0 | | timeOffset1 | | driftVelocity | +------------------+ 5 rows in set (0.00 sec) mysql> select name from Parameter where referenceID=43; +------------------+ | name | +------------------+ | instrumentedRows | | padStatus | | timeOffset0 | | timeOffset1 | | driftVelocity | +------------------+ 5 rows in set (0.00 sec) mysql> select name from Parameter where referenceID=44; +------------------+ | name | +------------------+ | instrumentedRows | | padStatus | | timeOffset0 | | timeOffset1 | | driftVelocity | +------------------+ 5 rows in set (0.00 sec) mysql> select name from Parameter where referenceID=45; +------------------+ | name | +------------------+ | instrumentedRows | | padStatus | | timeOffset0 | | timeOffset1 | | driftVelocity | | padAdcGain | | padDeltaTime | +------------------+ 7 rows in set (0.00 sec) -- Djamel Ouerdane ------------------------------------------o | Niels Bohr Institute | Home: | | Blegdamsvej 17, DK-2100 Ø | Jagtvej 141 2D, | | Fax: +45 35 32 50 16 | DK-2200 Copenhagen N | | Tel: +45 35 32 52 69 | +45 35 86 19 74 | | http://www.nbi.dk/~ouerdane | | ouerdane@nbi.dk | o---------------------------------------------------------o
This archive was generated by hypermail 2b30 : Sun Sep 22 2002 - 12:21:05 EDT