Skip to content

datasource

awadell1 edited this page Jan 17, 2017 · 3 revisions

The datasource object is used to access information logged in individual log files or run analysis on datasource arrays. Access to the information stored in each datasource is provided via several access methods:

Access Methods

Access Methods are used to extract information from a datasource

Access Method Purpose
getDetail Access information logged in the Details
getChannel Access logged sensor data
getEntry Access information stored in the Master Directory

Helper Methods

Helper Methods simplify the process of interacting with datasources

Helper Method Purpose
mapReduce Feeds datasources through user defined functions for bulk analysis
Sync Re-samples sensor data to avoid issues when handling data logged at different rates
openInMoTeC Quickly open datasources in MoTeC i2Pro

Graphing Functions##

Graphing functions can be used to quickly generate plots from a set of datasource

Visualization Description
Histogram Create histograms of channel from a set of datasources. Useful for visualizing the distribution of a single variable
Histogram2 Create a bivariate histogram from channel data. Useful for visualizing the relationship between two variables
TimePlot Creates a time plot of a given channel
Clone this wiki locally