Level 3 Data Model

Level 3 Data Model for RV spectral data

class rvdata.core.models.level3.RV3

Bases: RVDataModel

The level 3 RV data. Initialized with empty fields. Attributes inherited from RVDataModel, additional attributes below.

convert_level2_to_level3(l2obj) None

Read data from a Level 2 RVDataModel object and populate Level 3 fields

Parameters:

l2obj (RV2, RVDataModel) – A Level 2 RVDataModel object containing spectral data and headers to convert.

Returns:

This method modifies the current RV3 object in place.

Return type:

None

info()

Pretty print information about this data to stdout