autocti.CCDPhase#

class autocti.CCDPhase(full_well_depth: float = 10000.0, well_notch_depth: float = 0.0, well_fill_power: float = 1.0)[source]#
__init__(full_well_depth: float = 10000.0, well_notch_depth: float = 0.0, well_fill_power: float = 1.0)[source]#

Methods

__init__([full_well_depth, ...])

dict()

A dictionary representation of the instance comprising a type field which contains the entire class path by which the type can be imported and constructor arguments.

from_dict(cls_dict)

Instantiate an instance of a class from its dictionary representation.

from_json(file_path)

Load the dictable object to a .json file, whereby all attributes are converted from the .json file's dictionary representation to create the instance of the object

output_to_json(file_path)

Output the dictable object to a .json file, whereby all attributes are converted to a dictionary representation first.