Exports a couple of x and y values into a non-evenly spaced Galactic SPC file.
Namespace: Altaxo.Serialization.GalacticAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string? FromArrays(
double[] xvalues,
double[] yvalues,
string filename
)
Parameters
- xvalues Double
- The x values of the spectrum.
- yvalues Double
- The y values of the spectrum.
- filename String
- The filename where to export to.
Return Value
StringNull if successful, otherwise an error description.
See Also