@@ -47,6 +47,6 @@ and the `CFSimpleIndexer` method that converts from a `CFArray` index to a CASA
...
@@ -47,6 +47,6 @@ and the `CFSimpleIndexer` method that converts from a `CFArray` index to a CASA
CFCellIndex
CFCellIndex
cell_index(cf_index_tindex)const;
cell_index(cf_index_tindex)const;
```
```
Note that a `CFCellIndex` value only provides relative indexes within the subset of the full `CFStore2 x CFBuffer` that is accessed by a `CFArray` instance! Global index transformations to and from `CFCellIndex` and `CFStore2 x CFBuffer` are the responsibility of the user.
Note that a `CFCellIndex` value only provides relative indexes within the subset of the full `CFStore2 x CFBuffer` that is accessed by a `CFArray` instance as described by the `CFSimpleIndexer` constructor! Global index transformations to and from `CFCellIndex` and `CFStore2 x CFBuffer` are the responsibility of the user.
TODO: describe `mrow` and `mcol`, and how they relate to CASA and `hpg` indexing.
TODO: describe `mrow` and `mcol`, and how they relate to CASA and `hpg` indexing.