analyzer -r 120 125 -i run%d.asc.gz -o res%d.rz -c cal%d.odb
analyzer -v -i run123.asc.gz -o run123.midReading from run123.mid is then much faster.
To solve the problem, the ODB has to be rebuild. For that purpose
it is useful to have an ASCII image of the ODB. Usually this file
is called init.odb
. It is present in the standard
analyzer directory. First remove the shared memory:
> rm ODB.SHMand then reload the ODB from
init.odb
:
> odbedit [local]/> load init.odbWhen you do modifications to the ODB like adding new parameters or variables, you should update
init.odb
by issuing
foolowing commands in ODBEdit:
[local]/> cd / (to be sure that you are in the root dir) [local]/> save init.odb
S. Ritt, 2 May 1997