Class PythonPotentialCoefficientsReader

    • Constructor Detail

      • PythonPotentialCoefficientsReader

        @DefaultDataContext
        protected PythonPotentialCoefficientsReader​(String supportedNames,
                                                    boolean missingCoefficientsAllowed)
        Simple constructor.

        Build an uninitialized reader.

        This constructor uses the default data context.

        Parameters:
        supportedNames - regular expression for supported files names
        missingCoefficientsAllowed - allow missing coefficients in the input data
        See Also:
        #PotentialCoefficientsReader(String, boolean, TimeScale)
      • PythonPotentialCoefficientsReader

        protected PythonPotentialCoefficientsReader​(String supportedNames,
                                                    boolean missingCoefficientsAllowed,
                                                    TimeScale timeScale)
        Simple constructor.

        Build an uninitialized reader.

        Parameters:
        supportedNames - regular expression for supported files names
        missingCoefficientsAllowed - allow missing coefficients in the input data
        timeScale - to use when parsing dates.
        Since:
        10.1