RassineParameters#
- class RassineParameters[source]#
Bases:
dict
- rv_mean_jdb: Optional[float64]#
Time weighted by the radial velocity uncertainty (info for YARARA)
Not present in the master spectrum
- rv_dace: Optional[float64]#
Std deviation weighted radial velocity average (info for YARARA)
Comes from the stacking_basic table mean_vrad column (info for YARARA)
Not present in the master spectrum
- rv_dace_std: Optional[float64]#
Radial velocity standard deviation
Comes from the stacking_basic table mean_svrad column
Not present in the master spectrum
- static __new__(cls, /, *args, **kwargs)#