FGMperl - Collection of routines for the Cluster FGM calibration.
Use FGMperl;
%p=readcalfile($CalFile); $p{$FGM_names{$key}}[$j]=$off; print CFILE calfilestr(\%p);
This perl module contains a collection of routines and variables which are used by various scripts for the Cluster FGM daily calibration.
%FGM_names
Correspondence hash between calibration parameter names as saved in the cfgnew files and those appearing in the cls.pro ``calibration table''.
readcalfile($file_name)
returns a hash with the calibration parameters from $file_name.
calfilestr(\%p)
returns the string in cfgnew format for the
calibration parameters in the %p
hash. If the hash
does not include range 7 parameters (introduced later),
they will be assigned default (0 offset, unit matrix) values.
Dragos Constantinescu <d.constantinescu@tu-bs.de>