Imports a Galactic SPC file into a x and an y array. The file must not be a multi spectrum file (an exception is thrown in this case).
Namespace: Altaxo.Serialization.GalacticAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static string? ToArrays(
string filename,
out double[]?? xvalues,
out List<double[]> listOfYArrays
)
Parameters
- filename String
- The filename where to import from.
- xvalues Double
- The x values of the spectrum.
- listOfYArrays ListDouble
[Missing <param name="listOfYArrays"/> documentation for "M:Altaxo.Serialization.Galactic.Import.ToArrays(System.String,System.Double[]@,System.Collections.Generic.List{System.Double[]}@)"]
Return Value
StringNull if successful, otherwise an error description.
See Also