Next: Examples Up: SPLOT Prev: SPLOT

Parameters

 Keyword  Position  Type        Description
 -------  --------  ----        -----------
 MODE        1      CHAR        Plot mode (C,P,R combinations)
 DEV         -      CHAR        Plot device
 INP         -      UNIV        Input data (either a single
                                dataset or a file of references)
            GLOBAL.FIT_DATA (Default dataset)
 MODEL       -      UNIV        Data object containing model
                                specification.
            GLOBAL.FIT_MODEL (Default model dataset)
 Z                  REAL        Source redshift
            GLOBAL.REDSHIFT (Default redshift parameter)
      Default = 0
 ELOW        -      REAL        Lower energy bound for model plot
 EUPP        -      REAL        Upper energy bound for model plot
 NCHAN       -      INT         No. of channels/bins for energy range
 SAVE        -      LOGICAL     Save to a file
      Default = N
 OUT         -      UNIV        Output binned dataset.
               -> GLOBAL.BINDS (Default binned dataset)


Next: Examples Up: SPLOT Prev: SPLOT