00001 00006 #ifndef DIAGNOSTIC_H 00007 #define DIAGNOSTIC_H 00008 00009 #include "allheaders.h" 00010 #include "gelinfo.h" 00011 00013 void outputDiagnostic (PIX *pixGel, char *fileDiagnosticImage, float **PeakPosition, float* NodePosition, int *ZoneID, struct GelInfo *GelInfo); 00014 00015 #endif