grapa.parse.curve_subclasses_utils

@author: Romain Carron Copyright (c) 2026, Empa, Laboratory for Thin Films and Photovoltaics, Romain Carron

Classes

FileLoaderOnDemand(filename[, call_index])

A class to handle loading data from external files (e.g. configuration information, reference datasets), that we do not want to parse systematically at run-time, only once, on demand when actually needed.

FitHandler(filename)

This class should work as a minimum version, although it has no fit function implemented - see below shild class FitHandlerBasicFunc to see how to do that.

FitHandlerBasicFunc(filename)

A class providing a few starting fitting functions

FitterFixed()

Wrap-up to be able to fit a function with fixed parameters (written in the old days, maybe python evolved, so it is not useful anymore?)