You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it feasible to create an example of setting up the appropriate hd5 dataset with a more generic set of input spectra files? This might be as simple as documenting the make_data.write_data function in great detail in a tutorial on the RTD page. Some specific questions I have are after briefly looking through the make_data.py script.
What data is actually needed from the HARPS files (without having to look up what the HARPS header keywords mean)?
Are there any pieces of the data that are optional?
The text was updated successfully, but these errors were encountered:
For the moment I've added a long docstring to make_data.write_data to specify what things are & which ones are optional. Not an ideal solution but hopefully it helps!
This is a great help, thanks! If you could add the documentation for that function into the API docs on the RTD page then I think we can close or greatly lower the priority of this issue. Maybe move that function into wobble.utils or wobble.data?
Is it feasible to create an example of setting up the appropriate hd5 dataset with a more generic set of input spectra files? This might be as simple as documenting the
make_data.write_data
function in great detail in a tutorial on the RTD page. Some specific questions I have are after briefly looking through themake_data.py
script.The text was updated successfully, but these errors were encountered: