PXSCAA (HORAL,VERAL)
The horizontal alignment is defined as follows:
The vertical alignment is defined as follows:
The default values are PCAHN and PCAVN
When an element of this type is interpreted, the current cell array alignment entry in the traversal state list is set to the values associated with the element. This value is used when displaying subsequent CELL ARRAY primitives.
When cell array alignment values are not equal to PCAHN and PCAVN, CELL ARRAY primitives are displayed using one pixel per cell. Position of CELL ARRAY is done by the P point depending on cell array alignment values :

FORTRAN binding calls pxset_cell_array_align C function.
Listing of pxset_cell_array_align function is as follow :
void pxset_cell_array_align(
Pint hor_align,
Pint ver_align
)
{
Pgse_data gse_data;
gse_data.gse_r7.cell_array_align = ( hor_align << 2 ) | ver_align;
pgse (PGSE_ID_CELL_ARRAY_ALIGN, &gse_data);
}
Cell array, see PCA