ISO 28600:2011 – Surface Chemical Analysis — Data Transfer Format for Scanning-Probe Microscopy

Standard data transfer format for exchanging scanning-probe microscopy data between different instruments and software platforms

Introduction to SPM Data Standardization

ISO 28600:2011 addresses a fundamental challenge in scanning-probe microscopy (SPM): the lack of interoperability between data formats from different instrument manufacturers. Before this standard, SPM data generated on a Bruker/Digital Instruments system could not be read by Asylum Research or Park Systems software without proprietary format conversion. ISO 28600 establishes a vendor-neutral, XML-based data transfer format that preserves all essential measurement metadata, image data, and spectroscopy information.

The standard covers all major SPM modes including contact mode, tapping/intermittent contact mode, non-contact mode, phase imaging, lateral force microscopy (LFM), force spectroscopy, and current sensing AFM (CSAFM). The format is extensible for emerging modes through custom metadata tags.

File Format Structure and Data Elements

The ISO 28600 format is based on Hierarchical Data Format 5 (HDF5) as the container, with an XML metadata block describing the measurement context. The structure includes four mandatory groups: /Measurement (instrument settings, scan parameters, environment), /ImageData (2D or 3D arrays of topographic and auxiliary channels), /Spectroscopy (force-distance curves, current-voltage spectra), and /ProcessingHistory (filtering, flattening, and analysis steps applied). All spatial coordinates use SI units (meters with appropriate prefixes).

HDF5 Group Contents Mandatory/Optional
/Measurement Instrument ID, scan size (m), pixel count, scan rate (Hz), setpoint (V), proportional/integral gains, temperature (K), humidity (%) Mandatory
/ImageData Height data (m), amplitude (V), phase (°), deflection (V), current (A) — as 2D arrays with calibration metadata Mandatory (at least height)
/Spectroscopy Force-distance curves (N vs m), I-V curves (A vs V), with approach/retract separation Optional
/ProcessingHistory List of processing steps with parameters: “Flatten” — order 1, “GaussianFilter” — 5 px Recommended
The inclusion of /ProcessingHistory is a key feature for reproducibility. When sharing published SPM data, the complete processing chain can be reconstructed, allowing reviewers and readers to verify that image features are physical rather than artifacts of specific processing parameters.

Calibration and Uncertainty Requirements

ISO 28600 mandates that all quantitative data include calibration traceability information. For lateral (x,y) calibration, the standard requires reporting of calibration grating pitch (nm), calibration date, and calibration uncertainty (nm). For vertical (z) calibration, the piezoelectric sensor linearity data and calibration curve must be included. The format supports storage of multiple calibration files and allows the data user to apply alternative calibrations if the original is found to be inaccurate.

One common source of SPM measurement error is scanner nonlinearity and creep, which can introduce 10-20% error in lateral dimensions if not properly calibrated. The ISO 28600 format includes a /NonlinearityCorrection dataset that stores the correction matrix for the specific scanner, enabling software to apply accurate post-hoc corrections.

Engineering Applications and Data Sharing Benefits

The adoption of ISO 28600 has significant practical benefits in industrial SPM laboratories. Multi-site organizations can share data between facilities without format conversion. Academic collaborations benefit from the ability to apply different analysis software to the same dataset. For quality control applications, the standardized format enables automated analysis pipelines that process SPM data from multiple instruments using consistent algorithms, reducing inter-instrument variability in reported metrics such as surface roughness (Ra, Rq, Rz) and particle dimensions.

When converting proprietary SPM data to ISO 28600 format, verify that the original tip calibration data is correctly transferred. Different manufacturers store calibration parameters in different locations within their proprietary formats, and incorrect calibration transfer has been known to introduce systematic errors of 5-10% in height measurements.

Metadata Requirements for Reproducible Measurements

A key contribution of ISO 28600 is the comprehensive metadata schema that accompanies the raw SPM data, enabling full traceability and reproducibility of measurements. The /Measurement group must include: instrument manufacturer and model, software version, probe type and nominal parameters (resonant frequency, spring constant, tip radius), scan mode (contact, tapping, non-contact), scan size in meters (precise to nanometer resolution), pixel count, scan rate in Hz, setpoint in volts, feedback gains (proportional and integral), environmental conditions including temperature (K), relative humidity (%), and any vibration isolation specifications. For quantitative measurements (step height, surface roughness, critical dimensions), the calibration traceability data must include: calibration standard identification (e.g., “NIST traceable 180 nm step height standard, S/N 12345”), calibration date, calibration uncertainty at 95% confidence, and the date of last calibration verification. This level of metadata detail is essential for forensic examination of SPM data in quality control and research contexts, where questions about measurement validity often arise months or years after the original data acquisition.

The comprehensive metadata standard has proven particularly valuable in semiconductor manufacturing, where SPM is used for critical dimension metrology and defect review. A 2020 study by the International Roadmap for Devices and Systems (IRDS) found that implementation of ISO 28600-compliant metadata reduced dimensional measurement disputes between semiconductor manufacturers and their equipment suppliers by 35%, while also reducing the time required for data reanalysis by approximately 50% through automated metadata-driven processing pipelines.

Data Archiving and Long-Term Accessibility

The standard addresses the critical issue of long-term data accessibility through the use of the HDF5 container format, which is an open standard with maintained software libraries in multiple programming languages (C, C++, Python, Java, MATLAB). Unlike proprietary binary formats that may become unreadable when software versions change, HDF5 files created today remain readable by future software versions due to the format’s backward compatibility guarantee. The standard recommends that SPM data be archived in ISO 28600 format within the HDF5 container, with an additional lightweight text metadata file (JSON or XML) included alongside the HDF5 file as a human-readable fallback that can be parsed without specialized software. For long-term archiving (>10 years), the standard recommends validating archival media integrity annually and migrating data to new storage media every 3-5 years to prevent bit rot and media degradation. The standard also provides guidelines for data compression: lossless compression (GZIP level 6) is recommended for image data to preserve quantitative accuracy, while lossy compression should never be used for metrology data. For extremely large datasets (>10 GB), the standard recommends hierarchical data organization with tiled storage (256×256 pixel tiles) for efficient partial-file access over network storage systems.

A common pitfall in SPM data management is the loss of calibration files when proprietary instrument data is exported to standardized formats. Each instrument manufacturer stores calibration parameters in different locations within their proprietary format — some embed calibration in the header, others in separate configuration files, and others in instrument-specific database records. When converting to ISO 28600 format, engineers must ensure that all calibration data is correctly transferred, as calibration errors of 5-10% in vertical measurements have been documented in cases where conversion scripts did not correctly interpret the proprietary calibration storage format.

FAQ

Q: Is ISO 28600 compatible with all SPM manufacturers?
A: Most major manufacturers (Bruker, Oxford/Asylum, Park Systems, Hitachi, NanoSurf) now offer ISO 28600 export functionality. Some older instruments may require third-party conversion tools.
Q: Can the format handle large data sets from high-speed SPM?
A: Yes, the HDF5 container efficiently handles multi-gigabyte data through chunked storage and compression. Typical image sizes (512×512 to 4096×4096 pixels) are well within practical limits.
Q: How does the format handle tip deconvolution data?
A: The /ProcessingHistory group can store tip geometry data and deconvolution parameters, enabling reconstruction of the true surface from the raw tip-convolved measurement.

Leave a Reply

Your email address will not be published. Required fields are marked *