MAP

NOVA

 Syntax: MAP\NOVA

 This is only available under VAX/VMS. To access NOVA histograms, you
 must have NOVA running in the background. NOVA can be running in the
 same session or window or in another session or window. The MAP command
 maps to the global section. No name need be given. Use RESTORE\NOVA to
 take a "snapshot" of the data in the global section. To access the most
 current data, re-enter the RESTORE\NOVA command.

YBOS

 Syntax: MAP\YBOS

 This is only available under DEC AXP OSF/1.  A "snapshot" is taken of the
 data in shared memory.  To access the most current data, re-enter the
 MAP\YBOS command. The variables created are the same as with the
 RESTORE\YBOS and with the RESTORE\YBOS\DOTPLOT commands. An attempt is
 made to access both histograms and dotplots from the shared memory.

Additional Information on:

  • histograms
  • dotplots
  • 1_example
  • 2_example
  • FIOWA

     Syntax: MAP\FIOWA globalname
             MAP\FIOWABIG globalname
    
     A "snapshot" is taken of the data in the global section. To access the
     most current data, re-enter the MAP command. The variables created are
     the same as with the RESTORE\FIOWA command. Use the GLOBALS command to
     see the global section names to which you have access.  Use the FIOWABIG
     qualifier to access data sets made with the "big" version of FIOWA. When
     you map to shared memory (or restore a file), you get the following
     PHYSICA variables:
    
     variable name        type          description
     -------------------------------------------------------------------------
     DATA                 vector        all the histogram and scatterplot data
     NHIST                scalar        number of histograms
     NSCAT                scalar        number of scatterplots
     HTITLE               text          string containing all the histo. titles
     HXLABEL              text          string containing all the histo. labels
     STITLE               text          string containing all the scatp. titles
     SXLABEL              text          string containing all the scatp. xlabels
     SYLABEL              text          string containing all the scatp. ylabels
    

    Additional Information on:

  • histograms
  • scatterplots
  • 1_example
  • 2_example
  • HBOOK

     Syntax:   MAP\HBOOK name
    
     A ``snapshot'' is taken of the data in the named global section or shared
     memory. To access the most current data, re-enter the MAP command. The
     variables created are the same as with the RESTORE\HBOOK command. Use
     the GLOBALS command under VAX/VMS to see the global section names to which
     you have access.  The MAP\HBOOK restores HBOOK type data containing 1d
     and 2d histograms (scatterplots).  You always get the following variables:
    
     variable name        type          description
     -------------------------------------------------------------------------
     DATA                 vector        all the histogram and scatterplot data
     NHIST                scalar        number of histograms
     NSCAT                scalar        number of scatterplots
     HTITLE               text          string containing all the histo. titles
     STITLE               text          string containing all the scatp. titles
    

    Additional Information on:

  • histograms
  • scatterplots
  • 1_example
  • 2_example