Project

ARRAYs are converted to SCANs.
Format:
SPECTRA> pr$*$oject/col$*$umn [=val1] array_id [scan_name]
SPECTRA> pr$*$oject/co$*$lumn[=val1]/en$*$d=val2 array_id [scan_name] SPECTRA> pr$*$oject/co$*$lumn[=val1]/delta=val2 array_id [scan_name]
Description:
A SCAN is created that contains column no. val of an ARRAY. If val1 is not supplied, all columns are added.

/end A SCAN is created that contains the sum of the columns from val1 to val2.

/delta The number of columns that are to be added.

/column may be replaced by /x.

If the scan_name is not supplied, SPECTRA chooses array_name_x.

Format:
SPECTRA> pr$*$oject/row [=val1] array_id [scan_name]
SPECTRA> pr$*$oject/row[=val1]/en$*$d=val2 array_id [scan_name] SPECTRA> pr$*$oject/row[=val1]/delta=val2 array_id [scan_name]

Description:
A SCAN is created that contains row no. val of an ARRAY. If val1 is not supplied, all rows are added.

/end A SCAN is created that contains the sum of the rows from val1 to val2.

/delta The number of rows that are to be added.

/row may be replaced by /y.

If the scan_name is not supplied, SPECTRA chooses array_name_y.