transform_get_df
Retrieve a transform dataset as a DataFrame with matrix indexing (m, n) and optional imaginary parts to enable data analysis and further processing.
Instructions
Get a Transform dataset as a DataFrame. Supports matrix indexing with m and n. Set imag=true to include imaginary components.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| m | No | Matrix m-dimension index | |
| n | No | Matrix n-dimension index | |
| msb | No | M=measured, S=simulated, B=both | B |
| imag | No | Include imaginary parts | |
| transform_path | Yes | Transform path |