+------------------------------------+
|CALL HUNPAK (ID,CONTEN*,CHOICE,NUM) |
+------------------------------------+
Action: Transfer the contents of a histogram or a selected projection of a 2-dimensional histogram into the local array.
+-------------------+
|VARIAB = HI (ID,I) |
+-------------------+
and--------------------+
|VARIAB = HIJ (ID,I,J) |
+----------------------+
Action: These functions return the channel contents in a given histogram bin in the 1-dimensional and 2-dimensional case respectively.
+-------------------+
|VARIAB = HX (ID,X) |
+-------------------+
and--------------------+
|VARIAB = HXY (ID,X,Y) |
+----------------------+
Action: These functions return the channel contents in a given histogram of the bin which contains a given value in X (1-dimensional case) or a given pair of (X,Y) (2-dimensional case).