R-FieldSpectra icon indicating copy to clipboard operation
R-FieldSpectra copied to clipboard

R library for importing and processing field spectroscopy data collected with ASD and Spectral Evolution instruments

Results 15 R-FieldSpectra issues
Sort by recently updated
recently updated
newest added

Leverage common functions to make calls more general. Merge ASD, SE, and SVC into a single call and code base, like extract.metadata()

Begin with HR-1024/1024i formats. Include: Metadata (header) extraction, overlap removal function, interpolation, and averaging samples at native resolution; with option to output averaged spec at 1nm using interpolation function. Consider...

enhancement

Need to expand and simplify processing functions to read ASD (binary), Spec Evo (flat text/csv), SVC (flat text, csv). Then unify averaging to conduct proper averaging for each type.

Remove old or broken functions. Update the core functionality. Add spectrolab as a depends to help with SVC processing. Release as 1.0

If I try to import multiple asd files from a directory rather than specifying a single file I obtain this error > | | 0%Error in if (image == "TRUE"...

Edit functions to allow for processing of a number of target spectra which have one reference spectra. E.g. White panel reference and several target spec.

enhancement

Hi Shawn, we have added GitHub actions to the package, so that all future commits and PR are being checked with `R CMD check`. Note, we (accidentally) also included a...

Hi, currently, the `DESCRIPTION` lists the dependency `PEcAnRTM` under `Suggests`. A GitHub action script we are currently creating as PR fails, because it does not know where to get that...

Hi, R-Fieldspectra can already read metadata from *.sig files. In #14 the SVC reading was already mentioned. We have added read.sig() to also read the spectral data. A unit test...

Clearly there are issues with the older coding in this package that need to be addressed to properly import packages and functions. I am finding clear errors with XML and...

bug
enhancement