JCAMP-DX (.jdx, .dx, .jcm)
- Import fully supports the JCAMP-DX format.
Background & Context
-
- MIME type: chemical/x-jcamp-dx
- Chemical spectroscopy format.
- JCAMP is an acronym derived from Joint Committee on Atomic and Molecular Physical Data.
- Binary format.
Import
- Import["file.jdx"] imports a JCAMP-DX file, returning all data stored in the file.
- Import["file.jdx",elem] imports the specified element from a JCAMP-DX file.
- Import["file.jdx",{elem,suba,subb,…}] imports a subelement.
- Import["file.jdx",{{elem1,elem2,…}}] imports multiple elements.
- The import format can be specified with Import["file","JCAMP-DX"] or Import["file","JCAMPDX"].
- See the following reference pages for full general information:
-
Import import from a file CloudImport import from a cloud object ImportString import from a string ImportByteArray import from a byte array
Import Elements
- General Import elements:
-
"Elements" list of elements and options available in this file "Summary" summary of the file "Rules" list of rules for all available elements - Data representation elements:
-
"Data" list of datasets stored in the file "Metadata" metadata of the datasets - Import by default uses the "Data" element for JCAMP-DX files.