The spid definition record needs to contain at least the following:
tiling information (which axis/axes, how many tiles?) for TiledSolutions.
name of originating MeqParm (for inoframtion/visualization purposes).
optionally, some sort of a description.
Initial layout:
- name
name of originating MeqParm node
- nodeindex
index of originating MeqParm node (very important, will be used to create Update.Values command. With this, we are no longer dependent on hacking the spid value.)
- tile_size
a vector (DMI::Vec) of Meq::Axis::MaxAxis integer tile sizes, one per each axis. 0 means untiled, so, e.g., [1,0,0,0,0,0,0,0] means a tile size of 1 over axis TIME. This field is optional, if no tile_size is supplied, an untiled spid is assumed.
