We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We need to port over the following classes from the MATLAB version of RAT to python:
controlsClass
eventManager
backgroundsClass
baseContrasts
contrastsClass
customFileClass
dataClass
domainContrastsClass
domainsClass
layersClass
multiTypeTable
parametersClass
projectClass
resolutionsClass
tableUtilities
We also need the following utility functions:
duplicateName
indexOutOfRange
invalidNumberOfInputs
invalidOption
invalidProperty
invalidType
invalidValue
nameNotRecognised
unrecognisedR1Problem
projectClasstoR1
Project
r1toProjectClass
bayesShadedPlot
cornerPlot
histp
mcmcplot
plotBayes
plotBayesCorrFig
plotRefSLD
plotRefSLDHelper
shade
copyProperties
customEnum
isText
mockFunction
validateNumber
validateOption
We will need to port over all the examples -- most done in #36
The text was updated successfully, but these errors were encountered:
corner: a matplotlib extension for corner plots
corner
matplotlib
Sorry, something went wrong.
No branches or pull requests
We need to port over the following classes from the MATLAB version of RAT to python:
controlsClass
#7 -- Added in added the controlsClass #10eventManager
-- Added in Adds code to build ratMain extension #21backgroundsClass
-- Added in Add Models and Project for RAT API #6baseContrasts
-- Added in Add Models and Project for RAT API #6contrastsClass
-- Added in Add Models and Project for RAT API #6customFileClass
-- Added in Add Models and Project for RAT API #6dataClass
-- Added in Add Models and Project for RAT API #6domainContrastsClass
-- Added in Add Models and Project for RAT API #6domainsClass
-- Added in Add code to handle calculation options #14layersClass
-- Added in Add Models and Project for RAT API #6-- Not requiredmultiTypeTable
parametersClass
-- Added in Add Models and Project for RAT API #6projectClass
-- Added in Add Models and Project for RAT API #6resolutionsClass
-- Added in Add Models and Project for RAT API #6-- Not required, broad equivalent is the ClassList added in Adds "ClassList" for use as table-like collection of objects #4tableUtilities
We also need the following utility functions:
duplicateName
-- Added in ClassList in Adds "ClassList" for use as table-like collection of objects #4indexOutOfRange
-- Covered by python builtins-- Not requiredinvalidNumberOfInputs
invalidOption
-- Covered by pydantic Add Models and Project for RAT API #6invalidProperty
-- Covered by Add code to handle calculation options #14invalidType
-- Covered by pydantic Add Models and Project for RAT API #6invalidValue
-- Covered by pydantic Add Models and Project for RAT API #6 & added the controlsClass #10nameNotRecognised
-- Covered by ClassList Adds "ClassList" for use as table-like collection of objects #4-- not necessary, use regular python error typesunrecognisedR1Problem
projectClasstoR1
-- added in Adds conversion between R1 .mat files and PythonProject
s #55r1toProjectClass
-- added in Adds conversion between R1 .mat files and PythonProject
s #55bayesShadedPlot
-- added in Adds Bayesian plots to Python #52cornerPlot
-- added in Adds Bayesian plots to Python #52histp
-- added in Adds Bayesian plots to Python #52mcmcplot
-- added in Adds Bayesian plots to Python #52plotBayes
-- added in Adds Bayesian plots to Python #52-- removed from matlab RATplotBayesCorrFig
plotRefSLD
-- Added in added plotting feature using matplotlib #24plotRefSLDHelper
-- Added in added plotting feature using matplotlib #24-- not required as already in matplotlibshade
-- Not requiredcopyProperties
-- Not requiredcustomEnum
-- Not requiredisText
-- Not requiredmockFunction
validateNumber
-- Covered by pydantic Add Models and Project for RAT API #6validateOption
-- Covered by pydantic Add Models and Project for RAT API #6We will need to port over all the examples -- most done in #36
The text was updated successfully, but these errors were encountered: