An object storing configuration of for observed data import
Super class
ospsuite.utils::Printable
-> DataConfiguration
Public fields
dataFolder
Path to the directory where the data file is located
dataFile
Name of the data excel file
compoundPropertiesFile
Name of the excel file with compound properties
dataSheets
Name of excel sheets to read
columnsToSplitBy
Column names by which the data will be split into groups
XValuesColumn
Column index for x values in observed data files
YValuesColumn
Column index for y values in observed data files
YErrorColumn
Column index for y error values in observed data files
Methods
Inherited methods
Method new()
Initialize a new instance of the class
Usage
DataConfiguration$new(dataFolder, dataFile, compoundPropertiesFile, dataSheets)
Method print()
Print the object to the console