<?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=AOLEvent_4.1</id>
	<title>AOLEvent 4.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=AOLEvent_4.1"/>
	<link rel="alternate" type="text/html" href="https://patrius.cnes.fr/index.php?title=AOLEvent_4.1&amp;action=history"/>
	<updated>2026-04-07T08:27:01Z</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=AOLEvent_4.1&amp;diff=1832&amp;oldid=prev</id>
		<title>Admin : Page créée avec « &lt;syntaxhighlight lang=&quot;java&quot;&gt; public class AOLEvent {      public static void main(String[] args) throws PatriusException {          // AOL event with default values... »</title>
		<link rel="alternate" type="text/html" href="https://patrius.cnes.fr/index.php?title=AOLEvent_4.1&amp;diff=1832&amp;oldid=prev"/>
		<updated>2018-12-18T10:20:48Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « &amp;lt;syntaxhighlight lang=&amp;quot;java&amp;quot;&amp;gt; public class AOLEvent {      public static void main(String[] args) throws PatriusException {          // AOL event with default values... »&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 AOLEvent {&lt;br /&gt;
&lt;br /&gt;
    public static void main(String[] args) throws PatriusException {&lt;br /&gt;
&lt;br /&gt;
        // AOL event with default values&lt;br /&gt;
        final AnomalyDetector aolEvent1 = new AnomalyDetector(PositionAngle.TRUE, FastMath.PI);&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 aolEvent2 = new AnomalyDetector(PositionAngle.TRUE, FastMath.PI, maxCheck, threshold);&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 aolEvent3 = new AnomalyDetector(PositionAngle.TRUE, FastMath.PI, maxCheck, threshold, Action.STOP);&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 aolEvent4 = new AnomalyDetector(PositionAngle.TRUE, FastMath.PI, maxCheck, threshold, Action.STOP, true);&lt;br /&gt;
        &lt;br /&gt;
        System.out.println(&amp;quot;Anomaly of the event: &amp;quot; + FastMath.toDegrees(aolEvent4.getAnomaly()) + &amp;quot; deg&amp;quot;);&lt;br /&gt;
        System.out.println(&amp;quot;Anomaly of the event: &amp;quot; + aolEvent4.getAnomalyType());&lt;br /&gt;
        System.out.println(&amp;quot;Max check interval of the event: &amp;quot; + aolEvent4.getMaxCheckInterval() + &amp;quot; s&amp;quot;);&lt;br /&gt;
        System.out.println(&amp;quot;Threshold of the event: &amp;quot; + aolEvent4.getThreshold() + &amp;quot; s&amp;quot;);&lt;br /&gt;
        System.out.println(&amp;quot;Remove the event after occuring: &amp;quot; + aolEvent4.shouldBeRemoved());&lt;br /&gt;
        System.out.println();&lt;br /&gt;
        System.out.println(&amp;quot;Slope selection of the event: &amp;quot; + aolEvent4.getSlopeSelection());&lt;br /&gt;
        System.out.println(&amp;quot;Max iteration count of the event: &amp;quot; + aolEvent4.getMaxIterationCount());&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>