Changelog
Source:NEWS.md
rYoctoPuceInOut 0.0.2
Improve naming. Support as many YoctoPuce USB modules as possible with each function. Move function of wider usefulness to ‘photobiology’.
The interface is taking shape, but possibly subject to both minor and minor changes in the near future.
- Replace
simul_AS7343()byphotobiology::simul_sensor_response(). - Rename
read_yocto_logger_csv()intoread_yocto_datalog(). - Rename
read_yocto_spectral_csv()intoread_yocto_spectlog(). - Rename
calc_waveband_irrads()intocalc_calibrated_qtys(). - Metadata are now stored as
listobjects as package data, such asy_spectral.descriptorand stored in attributeyocto.module.descriptor. - Add unit tests and fix minor bugs.
rYoctoPuceInOut 0.0.1-1
Initial release. Very unstable!
- Implement generic import of logged data in function
read_yocto_logger_csv(). - Implement import of data logged by YoctoSpectral USB modules in function
read_yocto_spectral_csv(), with functionAS7343_metadata()returning metadata for the AS7343 sensor integrated circuit used in the YoctoSpectral module. - Implement function
yocto_spectral2mspct()for conversion of the data frame returned byread_yocto_spectral_csv()into asource_mspctcollection ofsource_spctobjects. - Implement function
simul_AS7343()for simulating the response of each channel of the AS7343 sensor integrated circuit based on irradiance spectra.