d — Directory
Inspect files currently loaded in memory.
| Command | Action |
|---|---|
df |
List files in memory (name, dimensions, coordinates) |
dz |
Z-values and spectral x-ranges |
dp |
x and y values |
dy |
y values only |
dr |
File constants (r-parameters) |
dc |
Coordinate names and units |
dd |
Documentation log |
df is the first command to run after loading data. It shows the
workspace number, file name, number of spectra, number of data points,
and the coordinate axes:
0 > fl run_020K.y08
0 > df
0 run_020K 18 sp x 512 pts z0=phi/degHere workspace 0 has 18 spectra (scattering angles) of 512 points each,
with z0 named phi in degrees. The workspace number (0) appears at the
command prompt and is used in expressions to reference this file.