Data acquired from the mass spectrometer is saved into data files on the computer’s hard disk.
All files are acquired to the data directory of the current project
For example if the file name is specified as test2 then the data files are stored in the directory c:\MassLynx\currentproject\data\test2.raw If the data file contains 1 acquisition functions then the directory listing will be as follows:
_ANALOGS.DAT Data file for analog temperature
_ANALOGS.INF
_Header.txt Data file header information
_Funcs.inf Information on functions acquired
_history.inf Information on how data has been processed
_expment.inf Experimental record information.
_Func001.dat Data file for first function (one for each function)
_Func001.idx Data file index for first function
im working on a peak detect software and need to know these binary files structure(Data format) for processing DAC data or creating a fake masslynx data directory manually.
Creating a directory does not sound very difficult and I have no idea what "i need these binary files structure" means. Please improve the question or it will be closed.