# HG changeset patch # User jcb-mpl # Date 1652357563 0 # Node ID 6e260ccff3d8dfdf708e87a7c643fdc1b98cb0a6 # Parent 64c2025cd389f48507f4d101de3225b3d27811c6 Uploaded diff -r 64c2025cd389 -r 6e260ccff3d8 eics_compression.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eics_compression.xml Thu May 12 12:12:43 2022 +0000 @@ -0,0 +1,134 @@ + + by a factor k + + + + scilab + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +**Authors** Jean-Claude Boulet (INRAE). + + +--------------------------------------------------- + +================================= +COMPRESSION OF A CENTROID MS DATA +================================= + + +----------- +Description +----------- + +This function reduces by a factor k the number of RTs and associated mass spectra. + + +----- +Input +----- + +**centroid MS data** + +A centroid MS data, at the HDF5-scilab format. + +**k** + +The compression factor. + +**option** + +- 1: selects one out of k RTs and associated ms. + +- 2: merges by k the RTs and associated ms + + +------- +Outputs +------- + +**compressed MS data** + +A centroid MS data, similar to the input, but with k times less RTs and ms. + + + + + + + + + +