C# Класс ImsInformed.Filters.TrackFilter

The track filter.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FilterLowFitPointNumber ( int points, int minPoints ) : bool

The filter low fit point number.

IsConsistentWithIonDynamics ( MobilityInfo info ) : bool

The is consistent with ion dynamics.

IsLowR2 ( double r2, double r2Threshold = 0.9 ) : bool

The is low r 2.

IsTrackPossible ( IsomerTrack track, IImsTarget target, CrossSectionSearchParameters crossSectionSearchParameters ) : bool

The is track possible.

Описание методов

FilterLowFitPointNumber() публичный Метод

The filter low fit point number.
public FilterLowFitPointNumber ( int points, int minPoints ) : bool
points int /// The points. ///
minPoints int /// The min points. ///
Результат bool

IsConsistentWithIonDynamics() публичный Метод

The is consistent with ion dynamics.
public IsConsistentWithIonDynamics ( MobilityInfo info ) : bool
info ImsInformed.Domain.DataAssociation.MobilityInfo /// The info. ///
Результат bool

IsLowR2() публичный Метод

The is low r 2.
public IsLowR2 ( double r2, double r2Threshold = 0.9 ) : bool
r2 double /// The r 2. ///
r2Threshold double /// The r 2 threshold. ///
Результат bool

IsTrackPossible() публичный Метод

The is track possible.
public IsTrackPossible ( IsomerTrack track, IImsTarget target, CrossSectionSearchParameters crossSectionSearchParameters ) : bool
track ImsInformed.Domain.DataAssociation.IsomerTrack /// The track. ///
target IImsTarget
crossSectionSearchParameters ImsInformed.Workflows.CrossSectionExtraction.CrossSectionSearchParameters
Результат bool