Skip to article frontmatterSkip to article content

coordSystems

This document contains JSON examples for coordSystems metadata layouts.

arrayCoordSys

arrayCoordSys.json
1
2
3
4
5
6
7
8
9
10
{
    "arrayCoordinateSystem" : {
        "name" : "myDataArray",
        "axes" : [
            {"name": "k", "type": "array"},
            {"name": "j", "type": "array"},
            {"name": "i", "type": "array"}
        ]
    }
}