next up previous contents index
Next: Switching information (for spectra) Up: The Header and Data Previous: Scan numbers of initial   Contents   Index

Default plotting limits

  ! Section -7
  ! PLOT: Default plotting limits.
  integer mplot
  parameter (mplot=4)
  type plot
     sequence
     real(kind=4)    :: amin    ! [Int. unit] Min Y value plotted
     real(kind=4)    :: amax    ! [Int. unit] Max Y value plotted
     real(kind=4)    :: vmin    ! [     km/s] Min X value plotted
     real(kind=4)    :: vmax    ! [     km/s] Max X value plotted
  end type plot



Gildas manager 2011-04-01