<?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=CreateFrames_4.5.1</id>
	<title>CreateFrames 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=CreateFrames_4.5.1"/>
	<link rel="alternate" type="text/html" href="https://patrius.cnes.fr/index.php?title=CreateFrames_4.5.1&amp;action=history"/>
	<updated>2026-04-06T08:33:09Z</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=CreateFrames_4.5.1&amp;diff=2673&amp;oldid=prev</id>
		<title>Admin : Page créée avec « &lt;syntaxhighlight lang=&quot;java&quot;&gt; public class CreateFrames {      public static void main(String[] args) throws PatriusException, IOException, URISyntaxException {          /... »</title>
		<link rel="alternate" type="text/html" href="https://patrius.cnes.fr/index.php?title=CreateFrames_4.5.1&amp;diff=2673&amp;oldid=prev"/>
		<updated>2020-08-17T08:51:28Z</updated>

		<summary type="html">&lt;p&gt;Page créée avec « &amp;lt;syntaxhighlight lang=&amp;quot;java&amp;quot;&amp;gt; public class CreateFrames {      public static void main(String[] args) throws PatriusException, IOException, URISyntaxException {          /... »&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 CreateFrames {&lt;br /&gt;
&lt;br /&gt;
    public static void main(String[] args) throws PatriusException, IOException, URISyntaxException {&lt;br /&gt;
&lt;br /&gt;
        // Patrius Dataset initialization (needed for example to get the UTC time)&lt;br /&gt;
        PatriusDataset.addResourcesFromPatriusDataset() ;&lt;br /&gt;
        &lt;br /&gt;
        // GCRF frame&lt;br /&gt;
        final Frame gcrf = FramesFactory.getGCRF();&lt;br /&gt;
        &lt;br /&gt;
        // Recovery of the UTC time scale using a &amp;quot;factory&amp;quot; (not to duplicate such unique object)&lt;br /&gt;
        final TimeScale TUC = TimeScalesFactory.getUTC();&lt;br /&gt;
        &lt;br /&gt;
        // Date of the orbit given in UTC time scale)&lt;br /&gt;
        final AbsoluteDate date = new AbsoluteDate(&amp;quot;2010-01-01T12:00:00.000&amp;quot;, TUC);&lt;br /&gt;
        &lt;br /&gt;
        // H0-n frame : n = 9s and reference longitude = 5 degrees&lt;br /&gt;
        final Frame h0n = FramesFactory.getH0MinusN(&amp;quot;Test&amp;quot;, date, 9, FastMath.toRadians(5.));&lt;br /&gt;
&lt;br /&gt;
        // Printing frame informaton&lt;br /&gt;
        System.out.println();&lt;br /&gt;
        System.out.println(&amp;quot;GCRF name: &amp;quot;+gcrf.getName());&lt;br /&gt;
        System.out.println(&amp;quot;H0-n name: &amp;quot;+h0n.getName());&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>