Internal function to decode a cell index string into its constituent components: face number, grid coordinates (i, j), and resolution level.
index_to_cell_internal(index, aperture, index_type)List with components:
Face number (integer)
Grid coordinate i (integer)
Grid coordinate j (integer)
Resolution level (integer)
Cell index string
Grid aperture (3, 4, or 7)
Index encoding type ("z3", "z7", or "zorder")