RassineParameters#

class RassineParameters[source]#

Bases: dict

filename: str#
number_iteration: int#
K_factors: Sequence[float]#
axes_stretching: Union[float, float64]#
vicinity_local_max: int#
smoothing_box: Union[Literal['auto'], int]#
smoothing_kernel: Literal['rectangular', 'gaussian', 'savgol', 'erf', 'hat_exp']#
fwhm_ccf: Union[float, float64]#
CCF_mask: str#
RV_sys: Union[float, float64]#
min_radius: Union[float, float64]#
max_radius: Union[float, float64]#
model_penality_radius: str#
denoising_dist: int#
number_of_cut: int#
windows_penality: Union[float, float64]#
large_window_penality: Union[float, float64]#
number_points: int#
number_anchors: int#
SNR_5500: int#
mjd: Union[float, float64]#
jdb: Union[float, float64]#
wave_min: Union[float, float64]#
wave_max: Union[float, float64]#
dwave: Union[float, float64]#
hole_left: Union[float, float64]#
hole_right: Union[float, float64]#
RV_shift: Union[float, float64]#
berv: Union[float, float64]#
lamp_offset: Union[float, float64]#
acc_sec: Union[float, float64]#
light_file: Literal[True]#
speedup: Literal[True]#
continuum_interpolated_saved: Literal['linear']#
continuum_denoised_saved: Literal['undenoised']#
nb_spectra_stacked: int#
arcfiles: Sequence[str]#
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)#