<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://patrius.cnes.fr/index.php?action=history&amp;feed=atom&amp;title=AnomalyEvent_4.5.1</id>
	<title>AnomalyEvent 4.5.1 - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://patrius.cnes.fr/index.php?action=history&amp;feed=atom&amp;title=AnomalyEvent_4.5.1"/>
	<link rel="alternate" type="text/html" href="https://patrius.cnes.fr/index.php?title=AnomalyEvent_4.5.1&amp;action=history"/>
	<updated>2026-04-09T20:27:43Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://patrius.cnes.fr/index.php?title=AnomalyEvent_4.5.1&amp;diff=2669&amp;oldid=prev</id>
		<title>Admin : Page créée avec « &lt;syntaxhighlight lang=&quot;java&quot;&gt; public class AnomalyEvent {      public static void main(String[] args) throws PatriusException {                  final ArrayList&lt;AnomalyDet... »</title>
		<link rel="alternate" type="text/html" href="https://patrius.cnes.fr/index.php?title=AnomalyEvent_4.5.1&amp;diff=2669&amp;oldid=prev"/>
		<updated>2020-08-17T08:48:39Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « &amp;lt;syntaxhighlight lang=&amp;quot;java&amp;quot;&amp;gt; public class AnomalyEvent {      public static void main(String[] args) throws PatriusException {                  final ArrayList&amp;lt;AnomalyDet... »&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;syntaxhighlight lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
public class AnomalyEvent {&lt;br /&gt;
&lt;br /&gt;
    public static void main(String[] args) throws PatriusException {&lt;br /&gt;
        &lt;br /&gt;
        final ArrayList&amp;lt;AnomalyDetector&amp;gt; detectorList = new ArrayList&amp;lt;AnomalyDetector&amp;gt;();&lt;br /&gt;
&lt;br /&gt;
        // AOL event with default values&lt;br /&gt;
        final AnomalyDetector anoEvent1 = new AnomalyDetector(PositionAngle.TRUE, FastMath.PI);&lt;br /&gt;
        detectorList.add(anoEvent1);&lt;br /&gt;
&lt;br /&gt;
        // Same event with customized convergence values&lt;br /&gt;
        final double maxCheck = 0.5 * AbstractDetector.DEFAULT_MAXCHECK;&lt;br /&gt;
        final double threshold = 2. * AbstractDetector.DEFAULT_THRESHOLD;&lt;br /&gt;
        final AnomalyDetector anoEvent2 = new AnomalyDetector(PositionAngle.TRUE, FastMath.PI, maxCheck, threshold);&lt;br /&gt;
        detectorList.add(anoEvent2);&lt;br /&gt;
&lt;br /&gt;
        // Same event with customized convergence values and specifying the action to be done when events occured&lt;br /&gt;
        final AnomalyDetector anoEvent3 = new AnomalyDetector(PositionAngle.TRUE, FastMath.PI, maxCheck, threshold, Action.STOP);&lt;br /&gt;
        detectorList.add(anoEvent3);&lt;br /&gt;
&lt;br /&gt;
        // Same event with customized convergence values, specifying the action to be done when events occured&lt;br /&gt;
        // and specifying the event is removed once it is occured&lt;br /&gt;
        final AnomalyDetector anoEvent4 = new AnomalyDetector(PositionAngle.TRUE, FastMath.PI, maxCheck, threshold, Action.STOP, true);&lt;br /&gt;
        detectorList.add(anoEvent4);&lt;br /&gt;
        &lt;br /&gt;
        for ( AnomalyDetector anomalyDetector : detectorList ) {&lt;br /&gt;
            System.out.println(&amp;quot;Anomaly of the event: &amp;quot; + FastMath.toDegrees(anomalyDetector.getAnomaly()) + &amp;quot; deg&amp;quot;);&lt;br /&gt;
            System.out.println(&amp;quot;Anomaly of the event: &amp;quot; + anomalyDetector.getAnomalyType());&lt;br /&gt;
            System.out.println(&amp;quot;Max check interval of the event: &amp;quot; + anomalyDetector.getMaxCheckInterval() + &amp;quot; s&amp;quot;);&lt;br /&gt;
            System.out.println(&amp;quot;Threshold of the event: &amp;quot; + anomalyDetector.getThreshold() + &amp;quot; s&amp;quot;);&lt;br /&gt;
            System.out.println(&amp;quot;Remove the event after occuring: &amp;quot; + anomalyDetector.shouldBeRemoved());&lt;br /&gt;
            System.out.println();&lt;br /&gt;
            System.out.println(&amp;quot;Slope selection of the event: &amp;quot; + anomalyDetector.getSlopeSelection());&lt;br /&gt;
            System.out.println(&amp;quot;Max iteration count of the event: &amp;quot; + anomalyDetector.getMaxIterationCount());&lt;br /&gt;
            System.out.println();&lt;br /&gt;
        }&lt;br /&gt;
&lt;br /&gt;
    }&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>