Value#

class jetset.model_parameters.Value(val, units, islog=False)[source]#

Bases: object

Numeric parameter value with unit and log/linear views.

Notes

Centralizes conversions between stored value, linear value, and log value, while tracking dimensionality and Astropy-compatible units.

Attributes Summary

islog

Islog.

lin

Lin.

log

Log.

units

Units.

val

Val.

Attributes Documentation

islog#

Islog.

Returns:

Requested value.

Return type:

object

lin#

Lin.

Returns:

Requested value.

Return type:

object

log#

Log.

Returns:

Requested value.

Return type:

object

units#

Units.

Returns:

Requested value.

Return type:

object

val#

Val.

Returns:

Requested value.

Return type:

object