bpmcalibration/calibrate_svd.c

Go to the documentation of this file.
00001 
00005 #include <bpm/bpm_messages.h>
00006 #include <bpm/bpm_calibration.h>
00007 
00008 int calibrate_svd( beamconf_t **beam, bpmconf_t **cnf, bpmproc_t **proc, int npulses,
00009                    int nbpms, int *bpmidx, bpmcalib_t *cal ) {
00010 
00011   if ( ! beam || ! proc || ! cnf || ! bpmidx || ! cal ) {
00012     bpm_error( "Invalid pointer arguments in calibrate_svd(...)",
00013                __FILE__, __LINE__ );
00014     return BPM_FAILURE;
00015   }
00016 
00017 
00018   return BPM_SUCCESS;
00019 }
00020 
00021 

Generated on Thu Jan 10 10:18:04 2008 for libbpm by  doxygen 1.5.1