Convert a list of Open Specy objects with any number of spectra into a list of Open Specy objects with one spectrum each.
Details
Function will accept a list of Open Specy objects of any length and will split them to their individual components. For example a list of two objects, an Open Specy with only one spectrum and an Open Specy with 50 spectra will return a list of length 51 each with Open Specy objects that only have one spectrum.
See also
c_spec()
for combining OpenSpecy
objects.
collapse_spec()
for summarizing OpenSpecy
objects.