Nantes Université
Skip to content
GitLab
Explorer
Connexion
S'inscrire
Navigation principale
Rechercher ou aller à…
Projet
M
maglodeve
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Extraits de code
Déploiement
Registre de paquets
Registre de modèles
Opération
Modules Terraform
Surveillance
Incidents
Service d'assistance
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse du dépôt
Expériences du modèle
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
Mickael Bonnin
maglodeve
Validations
276bf966
Vérifiée
Valider
276bf966
rédigé
2 years ago
par
Mickael Bonnin
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
Updated `Readme.md`.
parent
1a10dc85
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
1
Masquer les modifications d'espaces
En ligne
Côte à côte
Affichage de
1 fichier modifié
Readme.md
+34
-4
34 ajouts, 4 suppressions
Readme.md
avec
34 ajouts
et
4 suppressions
Readme.md
+
34
−
4
Voir le fichier @
276bf966
# Module `maglodeve`
# Module `maglodeve`
author: Mickaël Bonnin
<mickael.bonnin@univ-nantes.fr>
***
This module, written in Python, aims at convienently inverting, from magnetic
This module, written in Python, aims at convienently inverting, from magnetic
anomalies measured on the field, the geometrical parameters of a dyke, namely :
anomalies measured on the field, the geometrical parameters of a dyke, namely:
-
its dip;
+
its dip;
-
its width;
+
its width;
-
and its depth with respect to the sensor.
+
and its depth with respect to the sensor.
## Installation:
+
untar the archive at the desired location.
+
enter the directory.
+
run
`python3 -m pip install .`
and
`pip`
will install all the librairies required.
> Note that it is recommanded to deploy the programm within a python environment
> (for instance using `conda`).
> Then you will be sure that nothing will interfere with the python libraries
> that are part of the OS.
## To run the program:
+
the file that contains the measurements must have two or three columns.
The first column must be the distance, the second column must be the
anomaly (not the intensity of the magnetic field) and the third column (if
present) must be the standard deviation of the measurements.
The program supposes that the first line of the file is a header and, thus,
does not take it into account.
If there are more than one line of header, the program will raise and
exception.
+
run
`ml_inversion latitude strike filename`
.
There are several optional parameters to change, for instance, the bounds
of the inverted parameters or the plot the best model.
The list of the options can be access with
`ml_inversion -h`
or
`ml_inversion --help`
.
\ No newline at end of file
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter