Improvements aiming at continuing the expansion of the support of different Ocean Optics spectrometers and of additional measurement methods.
- Update
acq_irrad_interactive()
adding alternative user-interface modes, allowing users to set comment and what.measured attributes, and to construct collections of spectra. - Add pre-built calibrations and methods for additional FLAME-S instruments.
- Improve algorithm for automatic tuning of integration time to achieve faster convergence.
- Fix various minor bugs.
- Update vignettes.
- Test against OmniDriver 1.2.56
- Update
read_ooov_files()
for compatibility with ‘readr’ >= 1.2.0 which is now required
Add support for measurement of pulsed light sources (under development)
The new features described below are under development, subject to change without previous notice and not yet well tested!! (double-check any results and please report any bugs by raising an issue!)
Implement support for measuring output from xenon flashes, including use of such flashes as light sources for measurement of spectral transmittance and reflectance. Use of multiple exposures per integration is also supported and the number of exposures stored as metadata is used during later processing. In the case of pulsed light sources the first conversion of RAW spectra is into counts per exposure, and instead of spectral irradiance spectral fluence per exposure is computed. All changes are backwards compatible with raw data acquired with earlier versions of ‘ooacquire’ and the user interface remains unaltered for the measurement of continuous light sources.
- Add function
acq_fluence_interactive()
for measuring spectral fluence of pulsed light sources. - Add
acq_fraction_pulsed_interactive()
for measuring transmittance and reflectance using a pulsed light source.
Documentation website is at http://docs.r4photobiology.info/ooacquire/.
Please raise issues concerning bugs or enhancements to this package through Bitbucket at https://bitbucket.org/aphalo/ooacquire/issues
NOTE: This package is NOT available through CRAN.
This version of the package is available through the r4photobiology repository and through Bitbucket.
INSTALLATION:
- from the binary or source packages from the CRAN-compatible repository at http://r.r4photobiology.info/
- from sources retrieved from the Git repository at Bitbucket.
devtools::install_github("tidyverse/ggplot2") devtools::install_bitbucket("aphalo/ooacquire", ref = "0.1.6") devtools::install_bitbucket("aphalo/photobiology") # only if not automatically installed/updated devtools::install_bitbucket("aphalo/photobiologyWavebands") # only if not automatically installed/updated devtools::install_bitbucket("aphalo/ggspectra") # only if not automatically installed/updated