diff --git a/DOC/ECLAT_D330.2.pdf b/DOC/ECLAT_D330.2.pdf new file mode 100644 index 0000000..1a80f16 Binary files /dev/null and b/DOC/ECLAT_D330.2.pdf differ diff --git a/DOC/doc.html b/DOC/doc.html new file mode 100644 index 0000000..731b4ad --- /dev/null +++ b/DOC/doc.html @@ -0,0 +1,80 @@ + + + + + + + Footprints documentation + + + + +
+ +

Documentation du projet Footprints

+ +

Configuration générale

+ +

Nous utiliserons la configuration suivante pour générer les footprints : +

+

+ +

Contenu du fichier

+ +

Les paramètres (dans l'ordre d'apparition)

+ +

+

+

+ +

Les coordonnées des footprints sont : R en Rayons terrestres (Re), Lat en degrés, Lon en degrés. Dans le cas où il n'y aurait pas de footprints, les coordonnées de ceux-ci sont remplis par des valeurs par défaut : R -> 99.99, Lat et Lon -> 999.99, B -> 99999.99.

+ +

Facteur de qualité des footprints : IMAP

+ +

+

+

+ +

Facteur de qualité du vent solaire : ISWq

+ +

+

+

+
+ + + \ No newline at end of file diff --git a/DOC/style.css b/DOC/style.css new file mode 100644 index 0000000..4273b73 --- /dev/null +++ b/DOC/style.css @@ -0,0 +1,118 @@ +/* BASE */ +html, body { + + height: 100%; + + font-family: Arial, sans-serif; + font-size: 16px; +} + +h1 { + + margin-bottom: 5rem; + + font-size: 2rem; + text-align: center; +} + +h2 { + + margin: 2rem 0; + + font-size: 1.5rem; + border-bottom: 1px solid #000; +} + +h3 { + + margin: 1rem 0; + + font-size: 1.2rem; +} + + +a { + color: inherit; + text-decoration: none; +} + +a:hover { + + color: #AAA; +} + +ul { + + list-style: square; + line-height: 2rem; +} + +summary ul { + + margin-bottom: 5rem; + padding: 1.5rem 5rem; + + border-top: 1px solid #000; + border-bottom: 1px solid #000; + + list-style: upper-roman; + line-height: 2rem; +} + +summary ul li { + + font-size: 1.5rem; + + padding-left: 15px; +} + +img { + + max-height: 600px; + max-width: 600px; + margin: auto; +} + +/* MODULES */ +.container { + + margin: 0 15%; + + padding-bottom: 5rem; +} + +.code { + + height: 3rem; + + background-color: #000; + font-size: 1.2rem; + color: #FFF; + + line-height: 3rem; + text-align: center; + font-weight: bold; +} + +.info { + + padding: 0.5rem 2rem; + + border-radius: 10px; + + background-color: #AFA; + + line-height: 1.5rem; +} + +.warning { + + padding: 0.5rem 2rem; + + border-radius: 10px; + + background-color: #FAA; + + line-height: 1.5rem; +} + -- libgit2 0.21.2