plot_grid_lines
Plot emission lines from a local grid at a chosen grid point, optionally selecting specific lines, and receive the generated plot's file path.
Instructions
Plot the emission lines a local grid holds at one grid point.
Args:
grid_name: Grid name, with or without a file suffix.
point: Axis name to value in that axis's own units, defaulting
to the centre of the grid.
line_ids: Lines to draw, for example ["H 1 4861.32A"],
capped at forty. Defaults to every line in the grid.
Returns:
A mapping with ok, the written path, the grid_point
used and the number of lines drawn, or ok false with an
error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| point | No | ||
| line_ids | No | ||
| grid_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||