An object storing configuration of for observed data import
Super class
ospsuite.utils::Printable -> DataConfiguration
Public fields
dataFolderPath to the directory where the data file is located
dataFileName of the data excel file
compoundPropertiesFileName of the excel file with compound properties
dataSheetsName of excel sheets to read
columnsToSplitByColumn names by which the data will be split into groups
XValuesColumnColumn index for x values in observed data files
YValuesColumnColumn index for y values in observed data files
YErrorColumnColumn 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