-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Labels
Milestone
Description
Is your feature request related to a problem? Please describe.
While working on #2206 I noticed something in the SPECTRL2 example that might benefit from clarification (in particular if considering a new user)
I also noticed the doi role in the references is incorrect
Describe the solution you'd like
Clarification/revision
Correct doi role
Additional context
Sentence in question
Note that because we are calculating
the spectra for more than one set of conditions, we will get back 2-D
arrays (one dimension for wavelength, one for time).
While it is true the output does contain 2-D arrays, the full output is a dictionary of both 2-D and 1-D arrays. I think it would help if this was this was clarified.