int_read_all: Read all data in the folder, parse it based on type, and...

View source: R/int_read_all.R

int_read_allR Documentation

Read all data in the folder, parse it based on type, and average them

Description

Given a FOLDER location, returns the average of all the transmissions and reflectances in that folder. This is used to average a significant number of scans of the same sample could easily be rewritten to not average them...

Usage

int_read_all(
  location,
  Averaging = 1,
  tpattern = "Transmission",
  rpattern = "Reflection"
)

Arguments

tpattern

text check for transmission data

rpattern

text check for reflection data


poales/integratingSphere documentation built on Oct. 6, 2022, 3:34 p.m.