ASTM E2078-2000(2016) Standard Guide for Analytical Data Interchange Protocol for Mass Spectrometric Data《质谱数据用分析数据交换协议的标准指南》.pdf
《ASTM E2078-2000(2016) Standard Guide for Analytical Data Interchange Protocol for Mass Spectrometric Data《质谱数据用分析数据交换协议的标准指南》.pdf》由会员分享,可在线阅读,更多相关《ASTM E2078-2000(2016) Standard Guide for Analytical Data Interchange Protocol for Mass Spectrometric Data《质谱数据用分析数据交换协议的标准指南》.pdf(25页珍藏版)》请在麦多课文档分享上搜索。
1、Designation: E2078 00 (Reapproved 2016)Standard Guide forAnalytical Data Interchange Protocol for MassSpectrometric Data1This standard is issued under the fixed designation E2078; the number immediately following the designation indicates the year oforiginal adoption or, in the case of revision, the
2、 year of last revision. A number in parentheses indicates the year of last reapproval. Asuperscript epsilon () indicates an editorial change since the last revision or reapproval.1. Scope1.1 This guide covers the implementation of the MassSpectrometric Data Protocol in analytical software applica-ti
3、ons. Implementation of this protocol requires:1.1.1 Specification E2077, which contains the full set ofdata definitions. The mass spectrometric data protocol is notbased upon any specific implementation; it is designed to beindependent of any particular implementation so that imple-mentations can ch
4、ange as technology evolves. The protocol isimplemented in categories to speed its acceptance throughactual use.1.1.2 Specification E2077 contains a full description of thecontents of the data communications protocol, including theanalytical information categories with data elements and theirattribut
5、es for most aspects of mass spectrometric tests.1.2 The analytical information categories are a practicalconvenience for breaking down the standardization processinto smaller, more manageable pieces. It is easier for develop-ers to build consensus and produce working systems based onsmaller informat
6、ion sets, without the burden and complexity ofthe hundreds of data elements contained in all the categories.The categories also assist vendors and end users in using theguide in their computing environments.1.3 The network common data format (NetCDF) data inter-change system is the container used to
7、 communicate databetween applications in a way that is independent of bothcomputer architectures and end-user applications. In essence, itis a special type of application designed for data interchange.1.4 The common data language (CDL) template for massspectrometry is a language specification of the
8、 mass spectrom-etry dataset being interchanged. With the use of the NetCDFutilities, this human-readable template can be used to generatean equivalent binary file and the software subroutine callsneeded for input and output of data in analytical applications.2. Referenced Documents2.1 ASTM Standards
9、:2E2077 Specification for Analytical Data Interchange Proto-col for Mass Spectrometric Data2.2 Other Standard:NetCDF Users Guide32.3 ISO Standards:48601:1988 Data elements and interchange formats, (Firstedition published 1988-06-15; with Technical Corrigen-dum 1 published 1991-05-01)3. List of Conte
10、nts and Use3.1 NetCDF ToolkitThe protocol is an application pro-gramming interface (API) layered on top of the public domainNetCDF toolkit. NetCDF is a set of tools that facilitate readingor writing platform-independent, self-describing data files. Alldata in a NetCDF file is written using the exter
11、nal datarepresentation (XDR). XDR was developed by Sun Microsys-tems and is used for platform-independent file systems for allworkstations and personal computers. Each NetCDF dataelement is self-describing - it has a name, type, and dimen-sionality. A NetCDF file contains three parts: a dimensionsse
12、ction, which defines the names and size of all dimensionsused to describe variables; a variables section, which definesthe names, data types, dimensionality, and attributes for allvariables used in the file; and finally, a data section, whichcontains the actual values assigned to the variables. Attr
13、ibutesare numbers or strings which augment the description ofvariables or the file as a whole.3.1.1 For example, a variable “x_axis_ values” might con-tain an array of numbers representing the abscissa of atwo-dimensional data set. It would have a dimension, possiblynamed “x_axis_size,” which would
14、specify the number of1This guide is under the jurisdiction of ASTM Committee E13 on MolecularSpectroscopy and Separation Science and is the direct responsibility of Subcom-mittee E13.15 on Analytical Data.Current edition approved April 1, 2016. Published June 2016. Originallyapproved in 2000. Last p
15、revious edition approved in 2010 as E2078 00 (2010).DOI: 10.1520/E2078-00R16.2For referenced ASTM standards, visit the ASTM website, www.astm.org, orcontact ASTM Customer Service at serviceastm.org. For Annual Book of ASTMStandards volume information, refer to the standards Document Summary page ont
16、he ASTM website.3Available from Russell K. Rew, Unidata Program Center, University Corpora-tion for Atmospheric Research, P.O. Box 3000, Boulder, CO 80307-3000, http:/www.unidata.ucar.edu/.4Available from International Organization for Standardization (ISO), ISOCentral Secretariat, BIBC II, Chemin d
17、e Blandonnet 8, CP 401, 1214 Vernier,Geneva, Switzerland, http:/www.iso.org.Copyright ASTM International, 100 Barr Harbor Drive, PO Box C700, West Conshohocken, PA 19428-2959. United States1abscissa points. The variable might have some descriptiveattributes, such as “units” (with a value of“ Seconds
18、,” perhaps),“scale_factor” (with a value of 1000.0, specifying that allstored abscissa values should be multiplied by 1000.0 to get theactual value), or “long_name” (with value“ Time”, whichmight be used to label the abscissa when drawing a plot).3.1.2 The NetCDF toolkit has been placed in the publi
19、cdomain by the Unidata Program Center, a non-profit softwaresupport organization for the University Corporation for Atmo-spheric Research. The Unidata Program Center is funded bythe National Science Foundation, National Center for Atmo-spheric Research, and other organizations and provides ongo-ing
20、development and support of NetCDF and related tools.3.1.3 The NetCDF version currently supported in thisimplementation is 2.3.2.3.2 Data StructuresEach of the analytical informationclass tables in the specification document has a correspondingdata structure; however, not every field in each table ha
21、s acorresponding data element in a structure, and the data struc-tures may have elements that do not appear in any class table.Most of these differences are due to details of the implemen-tation which could not be hidden.3.2.1 The data structures provide the mapping between theattribute name and dat
22、a type described in the specification andthe field and actual data type in the file. The actual NetCDFdimension, variable, and attribute names are hidden from theAPI level. These names in fact are irrelevant for applicationprograms; it is the data structure which provides the informa-tion interchang
23、e between the application and the file.3.2.2 Each data structure and its mapping to an analyticalinformation class are described in detail later in this guide.3.2.3 Application Programming Interface Functions:3.2.3.1 The application programming interface providesprogrammatic access to the contents o
24、f the files. Mass spectraldata occurs in three forms: global information, which relates tothe contents of the entire file, information which describes eachpart of a multi-component instrument, and information whichchanges on a scan-by-scan basis for spectra and library entries.API functions are prov
- 1.请仔细阅读文档,确保文档完整性,对于不预览、不比对内容而直接下载带来的问题本站不予受理。
- 2.下载的文档,不会出现我们的网址水印。
- 3、该文档所得收入(下载+内容+预览)归上传者、原创作者;如果您是本文档原作者,请点此认领!既往收益都归您。
下载文档到电脑,查找使用更方便
5000 积分 0人已下载
下载 | 加入VIP,交流精品资源 |
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- ASTME207820002016STANDARDGUIDEFORANALYTICALDATAINTERCHANGEPROTOCOLFORMASSSPECTROMETRICDATA 数据 分析 交换 协议

链接地址:http://www.mydoc123.com/p-530227.html