prep_data() pre-processes a wibs raw data frame

  • convert IGOR seconds to time

  • add a 'count' column with the value of 1

  • define the particle type

prep_data_batch() pre-processed all the wibs raw data files in a directory

prep_data(mdata_df, only_time = FALSE, detect_limit = NULL, clock_diff = NULL)

prep_data_batch(h5dir)

Arguments

mdata_df

the data frame or wibs raw data

only_time

logical. Whether only convert the seconds into time.

detect_limit

the detect limit for defining particle types

h5dir

character. The path of the folder containing h5 files

Value

pre-processed data from raw data