# HG changeset patch # User jcb-mpl # Date 1619452266 0 # Node ID 7d9779274f8837b8477f304abb725b7aeba0554a # Parent 68f763d9dd0a3311e3ada75b0b836a65be616512 Deleted selected files diff -r 68f763d9dd0a -r 7d9779274f88 2018_07_mz_hdf5_to_dat.xml --- a/2018_07_mz_hdf5_to_dat.xml Mon Apr 26 15:00:07 2021 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,114 +0,0 @@ - - - from an Orbitrap MS - - - - scilab - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -**Author** Jean-Claude Boulet (INRAE). - - ---------------------------------------------------- - -================= -MS .h5 -> MS .dat -================= - ------------ -Description ------------ - -This function converts an Orbitrap HDF5 mass spectrum into a Scilab mass spectrum - ------ -Input ------ - -**an .h5 hrms** - -Previously, Orbitrap devices yielded .raw files. - -MSconvert selected MS1 and performed the conversion .raw -> .md5 - -Then HDF5View performed the conversion .md5 -> .h5 -which is the format of the input file. - - -------- -Outputs -------- - -**a .dat mass spectrum** - -This is an HDF5 file whose structure is specific to Scilab. - -It contains two fields: - -- time: the retention times, a vector; - -- mzdata: a list containing a MS1 spectrum (m/z + signals) for each retention time. - - - - - - - - - - -