|
Fundamental TechnologiesUlysses HISCALE Pages |
Blocks for PLOT_MAG
The common blocks described below are used only by PLOT_MAG.
B_AXIS_LIMITS
common b_axis_limits, mlow, mhigh, clow, chigh, b_tlow, b_thigh
| mlow | float | scalar | lower limit for field magnitude axis. |
| mhigh | float | scalar | upper limit for field magnitude axis. |
| clow | float | scalar | lower limit for field component axis. |
| chigh | float | scalar | upper limit for field component axis. |
| b_tlow | float | scalar | lower limit for time axis. |
| b_thigh | float | scalar | upper limit for time axis. |
B_DATA_ARRAYS
common b_data_arrays, b_field, b_times, b_ndata
| b_field | float | array(4,?) | The accumulated magnetic field data. |
| b_times | double | array(2,?) | The times of the field data. |
| b_ndata | int | scalar | The maximum meaningful subscript in the field data. |
B_FLAGS
common b_flags, b_replot_ok, b_averaged
| b_replot_ok | int | scalar | Is it all right to plot without re-reading? |
| b_averaged | int | scalar | If averaging is required, has it been done? |
B_SETTINGS
common b_settings, b_csys, b_direct, b_scal, b_rtnax
| b_csys | int | scalar | The coordinate system to use. |
| b_direct | int | scalar | Whether to plot components or directions. |
| b_scal | int | scalar | Scaling option in effect. |
| b_rtnax | int | scalar | Which RTN Axis to treat as "Z'' in polar plots |
Next: Blocks for PLOT_UDS
Return to HISCALE Data Analysis
Handbook Table of Contents.
Return to HISCALE Data Production Center Main Page.
Updated 11/19/02, T. Hunt-Ward