asc-csa / OSIRIS-REx-Tutorial

🛰️ Plongez dans le monde fascinant des données de nuages de points, issues du voyage aller-retour du satellite OSIRIS-REx vers l'astéroïde Bennu. / 🛰️ Dive into the fascinating world of point cloud data, originating from the OSIRIS-REx satellite's journey to asteroid Bennu and back.

Home Page:https://www.asc-csa.gc.ca/eng/satellites/osiris-rex/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Image du OSIRIS-REx | Image of OSIRIS-REx

Étoiles sur GitHub | GitHub Repo stars Spectateurs sur Github | GitHub watchers Dernier commit sur GitHub | GitHub last commit Contributeurs sur GitHub | GitHub contributors Suivre sur Twitter | Twitter Follow

OSIRIS-REx-Tutoriel

Contexte

Le vaisseau spatial OSIRIS-REx (Origins, Spectral Interpretation, Resource Identification, Security-Regolith Explorer), qui utilise le mécanisme TAGSAM (Touch-And-Go Sample Acquisition Mechanism), a été conçu pour rejoindre l'astéroïde Bennu et revenir sur Terre avec un échantillon d'astéroïde. OSIRIS-REx s'est approchée assez près de la Terre le 24 septembre 2023 pour libérer son échantillon dans l'atmosphère.

L'Agence spatiale canadienne (ASC) a fourni l'altimètre laser (OLA) pour la mission d'OSIRIS-REx. L'OLA envoie des impulsions de lasers, qui sont enregistrées et traitées pour renvoyer les coordonnées et la distance des points dans un nuage de points.

Cet outil s'est avéré inestimable pour fournir aux scientifiques une carte 3D précise et détaillée de la surface de Bennu. Il a permis d'analyser la forme, la pente, la rugosité et bien d'autres choses encore de Bennu. Ces informations ont ensuite été utilisées pour déterminer un site d'échantillonnage. Plusieurs sites ont été présélectionnés, et Nightingale a été choisi pour son mélange de régolithe bien préservé, son grand cratère d'échantillonnage de 140 m et sa trajectoire d'accès relativement sûre.

Les nuages de points ne sont pas seulement utiles pour les applications spatiales, mais a de multiples applications sur Terre : véhicules à conduite autonome, développement de doubles numériques, sondages, imagerie, etc. Cependant, malgré ces avantages, il peut être assez difficile de travailler avec ces données en raison de leur grande quantité et leur complexité de calcul. Par conséquent, ce tutoriel a pour but de présenter au lecteur plusieurs techniques de gestion, de traitement et de visualisation des données de nuages de points.

Démarrage rapide

  1. Configurez un environnement virtuel ou un environnement conda avec la version suivante de python (si vous utilisez conda, remplacez le pip install ci-dessous avec conda)
python = 3.7
  1. Installer les conditions requises à partir du fichier requirments.txt
pip install -r requirements.txt
  1. Installer PDS4 Tools à partir d'un fichier zip local (plus d'informations disponibles ici)
pip install PDS4_tools-1.3.zip

OSIRIS-REx-Tutorial

About

The Origins, Spectral Interpretation, Resource Identification, Security-Regolith Explorer (OSIRIS-REx) using the Touch-And-Go Sample Acquisition Mechanism (TAGSAM) was designed to reach the asteroid Bennu and return back to Earth with an asteroid sample. OSIRIS-REx drew close enough to Earth on September 24, 2023 to release its sample to the atmosphere.

The Canadian Space Agency (CSA) contributed the Laser Altimeter (OLA) to the OSIRIS-REx spacecraft. The OLA sends pulses of lasers, which is recorded and processed to return the coordinates and distance of points in a point cloud.

This tool was invaluable in providing scientists with an accurate and detailed 3D model of Bennu’s surface, allowing for the analysis of shape, slope, roughness, and more. This information was further used in the determination of a sample site. Several sites were shortlisted, with Nightingale being selected for its mix of well-preserved regolith, large 140m sample crater, and relatively safe access trajectory.

Point cloud data not only provides benefits for space-based applications, but has many applications here on Earth, from self-driving vehicles, digital twin development, surveys, imaging and more. Despite these benefits, this data can still be quite difficult to work with due to its large size and computational complexity. Therefore, this tutorial seeks to introduce the reader to several techniques in the management, processing and visualization of point cloud data.

Quick Start

  1. Setup a virtual environment or conda environment with the following version of python (if using conda replace the below pip install with conda)
python = 3.7
  1. Install requirements from the requirments.txt file
pip install -r requirements.txt
  1. Install PDS4 Tools from local zipfile (more information available here)
pip install PDS4_tools-1.3.zip

About

🛰️ Plongez dans le monde fascinant des données de nuages de points, issues du voyage aller-retour du satellite OSIRIS-REx vers l'astéroïde Bennu. / 🛰️ Dive into the fascinating world of point cloud data, originating from the OSIRIS-REx satellite's journey to asteroid Bennu and back.

https://www.asc-csa.gc.ca/eng/satellites/osiris-rex/

License:Other


Languages

Language:Jupyter Notebook 100.0%