Thomaslund1 / SpecCorrect

3 stars 0 forks source link

adding time? #14

Closed rterrien closed 1 month ago

rterrien commented 1 month ago

Suggest adding convenience functions and example lines showing how to get time values (datetimes, probably?) extracted and plotted if the user wants to plot against time

Fos314 commented 1 month ago

There is now a function called convert_time that should take the input of a time array and output the times as an array of datetimes

rterrien commented 1 month ago

Add the needed bits to an example file showing the use of this function as well

Fos314 commented 1 month ago

There is now an example notebook showing how convert_time is used and why it is included in the code.