Main Page | Modules | Data Structures | File List | Data Fields | Globals

massspec/archivescanheader.h

Go to the documentation of this file.
00001 #ifndef _SCAN_HEADER_H_ 00002 #define _SCAN_HEADER_H_ 00003 00004 /* Copyright (c) Kyriacos Leptos and the President and Fellows of Harvard University 00005 Release Date: 2004-11-01 00006 Part of the MapQuant suite library "massspec.lib" 00007 */ 00008 00018 typedef struct 00019 { 00020 int nscan; 00021 int npeaks; 00022 } ScanHeader; 00023 00024 ScanHeader* ScanHeaderArray_load(char* filename, int* nscans); 00025 ScanHeader* ScanHeaderArray_create(int size); 00026 00027 00028 #endif 00029

Generated on Sun Feb 13 01:05:56 2005 for MapQuant by doxygen 1.3.7