next up previous contents index
Next: Printing after System Up: Editing operations Previous: Page Control

Selective Editing

 

Editing routines that draw histograms use a considerable amount of core, due to the complexity of the tasks they have to perform.

If the editing is performed by HISTDO or HPRINT, all the routines that deal with 1-dimensional histograms, rotated 1-dimensional histograms, 2-dimensional histograms, get loaded even if not used (e.g. even in the case where only 1-dimensional in standard format are required).

In such cases, selective editing options for different classes can be used to replace HISTDO or HPRINT.

CALL HPHIST (ID,CHOICE,NUM)

Action: Edits 1-dimensional histogram or projection, slice or band of a 2-dimensional histogram on the line printer, in the standard representation.

Input parameters:
ID
Histogram identifier. ID=0 means edit all existing histograms.
CHOICE
Character variable that selects subhistograms (irrelevant for the one-dimensional case). See routine HUNPAK for possible values.
CHOICE=' ' is equivalent to CHOICE='HIST'
NUM
Serial order of the slice or band. NUM=0 is the same as NUM=1

Routine HPHIST ignores the option HIDOPT(ID,'ROTA')ROTA

CALL HPROT (ID,CHOICE,NUM)

Action: Analogous to HPHIST, but with a presentation down the page. Parameters, special values and remarks are the same as for HPHIST.

CALL HPSCAT (ID)

Action: Edits a 2-dimensional histogram as a scatter-plot.

Input parameter:
ID
Histogram identifier (2-dimensional).
ID=0 means to edit all histograms.

Remark:

CALL HPTAB (ID)

Action: Edits a 2-dimensional histogram as a table.

Input parameter:
ID
Histogram identifier (2-dimensional).
ID=0 means to edit all histograms.

Remark:

The following two routines can be used to save space when the program does not print tables and rotated 1-dimensional histograms.

CALL HPHS (ID)

Action: Analogous to HPRINT, but ignore tables and HIDOPT(ID,'ROTA')ROTA.

CALL HPHST (ID)

Action: Analogous to HPRINT, but ignore HIDOPT(ID,'ROTA')ROTA.


next up previous contents index
Next: Printing after System Up: Editing operations Previous: Page Control

Last update: Tue May 16 09:09:27 METDST 1995