Skip to article frontmatterSkip to article content

coordinate_systems

This document contains JSON examples for coordinate_systems 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"}
    ]
  }
}