Skip to content

Consolidate all attributes into something like self.param #9

@jikrant3

Description

@jikrant3

Currently (v3.4.2), most stellar parameters are defined as attributes of a Single/System class object. Consolidate the fitted parameters together.

Possible way: self.params.T_A = 5000 * u.K instead of self.T_A = 5000.
self.param can also be a dictionary. This automatically ensures that no repeated values are stored.

This way, printing all parameters becomes easier.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions