Datasets:
Upload 2 files
Browse files- README.md +151 -0
- satellite_descriptions.json +689 -0
README.md
ADDED
|
@@ -0,0 +1,151 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-nc-4.0
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-segmentation
|
| 5 |
+
- 3D-segmentation
|
| 6 |
+
- object-detection
|
| 7 |
+
- pose-estimation
|
| 8 |
+
- depth-estimation
|
| 9 |
+
- multi-modal fusion
|
| 10 |
+
tags:
|
| 11 |
+
- spacecraft
|
| 12 |
+
- satellite
|
| 13 |
+
- semantic-segmentation
|
| 14 |
+
- pose-estimation
|
| 15 |
+
- point-cloud
|
| 16 |
+
- multi-modal
|
| 17 |
+
- simulation
|
| 18 |
+
- space
|
| 19 |
+
- AirSim
|
| 20 |
+
- Unreal-Engine
|
| 21 |
+
pretty_name: "SpaceSense-Bench"
|
| 22 |
+
size_categories:
|
| 23 |
+
- 10K<n<100K
|
| 24 |
+
---
|
| 25 |
+
|
| 26 |
+
# SpaceSense-Bench: Multi-Modal Spacecraft Perception and Pose Estimation Dataset
|
| 27 |
+
|
| 28 |
+
A high-fidelity simulation-based multi-modal(RGB, Depth, LiDAR Point Cloud) dataset for spacecraft component-level semantic understanding, containing **136 satellite models** with synchronized multi-modal data.
|
| 29 |
+
|
| 30 |
+
**Toolkit & Code:** [https://github.com/wuaodi/SpaceSense-Bench](https://github.com/wuaodi/SpaceSense-Bench)
|
| 31 |
+
|
| 32 |
+
## Dataset Overview
|
| 33 |
+
|
| 34 |
+
| Item | Detail |
|
| 35 |
+
|------|--------|
|
| 36 |
+
| Satellite Models | 136 (sourced from NASA/ESA 3D models) |
|
| 37 |
+
| Data Modalities | RGB, Depth, Semantic Segmentation, LiDAR Point Cloud, 6-DoF Pose |
|
| 38 |
+
| Image Resolution | 1024 x 1024 |
|
| 39 |
+
| Camera FOV | 50 degrees |
|
| 40 |
+
| Semantic Classes | 7 (main_body, solar_panel, dish_antenna, omni_antenna, payload, thruster, adapter_ring) |
|
| 41 |
+
| Simulation Platform | Unreal Engine 5.2.0 + AirSim 1.8.1 |
|
| 42 |
+
|
| 43 |
+
## Data Modalities
|
| 44 |
+
|
| 45 |
+
| Modality | Format | Unit / Range | Description |
|
| 46 |
+
|----------|--------|-------------|-------------|
|
| 47 |
+
| RGB | PNG (1024x1024) | 8-bit color | Scene rendering |
|
| 48 |
+
| Depth | PNG (1024x1024) | int32, millimeters (0 ~ 10,000,000 mm, background = 10,000 m) | Per-pixel depth map |
|
| 49 |
+
| Semantic Segmentation | PNG (1024x1024) | uint8, class ID per pixel (0 = background) | Component-level segmentation mask |
|
| 50 |
+
| LiDAR Point Cloud | ASC (x y z per line) | meters, 3 decimal places | Sparse 3D point cloud |
|
| 51 |
+
| 6-DoF Pose | CSV | meters + Hamilton quaternion (w,x,y,z) | Camera-to-target relative pose |
|
| 52 |
+
|
| 53 |
+
## Coordinate System & Units
|
| 54 |
+
|
| 55 |
+
| Item | Convention |
|
| 56 |
+
|------|-----------|
|
| 57 |
+
| Camera Frame | X-forward, Y-right, Z-down (right-hand system) |
|
| 58 |
+
| World Frame | AirSim NED, target spacecraft fixed at origin |
|
| 59 |
+
| Quaternion | Hamilton convention: w + xi + yj + zk |
|
| 60 |
+
| Euler Angles | ZYX intrinsic (Yaw-Pitch-Roll) |
|
| 61 |
+
| Position | meters (m), 6 decimal places |
|
| 62 |
+
| Depth Map | millimeters (mm), int32; deep space background = 10,000 m |
|
| 63 |
+
| LiDAR | meters (m), .asc format (x y z), 3 decimal places |
|
| 64 |
+
| Timestamp | YYYYMMDDHHMMSSmmm |
|
| 65 |
+
|
| 66 |
+
## Sensor Configuration
|
| 67 |
+
|
| 68 |
+
### Camera (cam0)
|
| 69 |
+
|
| 70 |
+
- Resolution: 1024 x 1024
|
| 71 |
+
- FOV: 50 degrees
|
| 72 |
+
- Image types captured: RGB (type 0), Segmentation (type 5), Depth (type 2)
|
| 73 |
+
- TargetGamma: 1.0
|
| 74 |
+
|
| 75 |
+
### LiDAR
|
| 76 |
+
|
| 77 |
+
- Range: 300 m
|
| 78 |
+
- Channels: 256
|
| 79 |
+
- Vertical FOV: -20 to +20 degrees
|
| 80 |
+
- Horizontal FOV: -20 to +20 degrees
|
| 81 |
+
- Data frame: SensorLocalFrame
|
| 82 |
+
|
| 83 |
+
## Data Split (Zero-shot / OOD)
|
| 84 |
+
|
| 85 |
+
The training and validation sets contain **completely non-overlapping satellite models**, so validation performance reflects zero-shot generalization to unseen spacecraft.
|
| 86 |
+
|
| 87 |
+
| Split | Satellites | Rule |
|
| 88 |
+
|-------|----------:|------|
|
| 89 |
+
| Train | 117 | All satellites excluding val and excluded |
|
| 90 |
+
| Test | 14 | Every 10th by index: seq 00, 10, 20, ..., 130 |
|
| 91 |
+
| Validation | 5 | Seq 131-135, reserved for future testing |
|
| 92 |
+
|
| 93 |
+
**Test satellites (14):**
|
| 94 |
+
ACE (00), CALIPSO (10), Dawn (20), ExoMars_TGO (30), GRAIL (40), Integral (50), LADEE (60), Lunar_Reconnaissance_Orbiter (70), Mercury_Magnetospheric_Orbiter (80), OSIRIS_REX (90), Proba_2 (100), SOHO (110), Suomi_NPP (120), Ulysses (130)
|
| 95 |
+
|
| 96 |
+
**Validation satellites (5):**
|
| 97 |
+
Van_Allen_Probe (131), Venus_Express (132), Voyager (133), WIND (134), XMM_newton (135)
|
| 98 |
+
|
| 99 |
+
## Data Organization
|
| 100 |
+
|
| 101 |
+
Each `.tar.gz` file in the `raw/` folder contains data for one satellite:
|
| 102 |
+
|
| 103 |
+
```
|
| 104 |
+
<timestamp>_<satellite_name>/
|
| 105 |
+
├── approach_front/
|
| 106 |
+
│ ├── rgb/ # RGB images (.png)
|
| 107 |
+
│ ├── depth/ # Depth maps (.png, int32, mm)
|
| 108 |
+
│ ├── segmentation/ # Semantic masks (.png, uint8)
|
| 109 |
+
│ ├── lidar/ # Point clouds (.asc)
|
| 110 |
+
│ └── poses.csv # 6-DoF poses
|
| 111 |
+
├── approach_back/
|
| 112 |
+
├── orbit_xy/
|
| 113 |
+
└── ...
|
| 114 |
+
```
|
| 115 |
+
|
| 116 |
+
|
| 117 |
+
## Semantic Class Definitions
|
| 118 |
+
|
| 119 |
+
| Class ID | Name | Description |
|
| 120 |
+
|:--------:|------|-------------|
|
| 121 |
+
| 0 | background | Deep space background |
|
| 122 |
+
| 1 | main_body | Spacecraft main body / bus |
|
| 123 |
+
| 2 | solar_panel | Solar panels / solar arrays |
|
| 124 |
+
| 3 | dish_antenna | Dish / parabolic antennas |
|
| 125 |
+
| 4 | omni_antenna | Omnidirectional antennas / booms |
|
| 126 |
+
| 5 | payload | Scientific instruments / payloads |
|
| 127 |
+
| 6 | thruster | Thrusters / propulsion systems |
|
| 128 |
+
| 7 | adapter_ring | Launch adapter rings |
|
| 129 |
+
|
| 130 |
+
## Usage
|
| 131 |
+
|
| 132 |
+
### Format Conversion
|
| 133 |
+
|
| 134 |
+
Use the toolkit at [https://github.com/wuaodi/SpaceSense-Bench](https://github.com/wuaodi/SpaceSense-Bench) to convert raw data to standard formats:
|
| 135 |
+
|
| 136 |
+
```bash
|
| 137 |
+
# Convert to Semantic-KITTI (3D point cloud segmentation)
|
| 138 |
+
python convert/airsim_to_semantickitti.py --raw-data ./data/raw --output ./kitti_data
|
| 139 |
+
|
| 140 |
+
# Convert to YOLO (2D object detection)
|
| 141 |
+
python convert/airsim_to_yolo.py --raw-data ./data/raw --output ./yolo_data
|
| 142 |
+
|
| 143 |
+
# Convert to MMSegmentation (2D semantic segmentation)
|
| 144 |
+
python convert/airsim_to_mmseg.py --raw-data ./data/raw --output ./mmseg_data
|
| 145 |
+
```
|
| 146 |
+
|
| 147 |
+
|
| 148 |
+
|
| 149 |
+
## License
|
| 150 |
+
|
| 151 |
+
This dataset is released under the [CC-BY-NC-4.0](https://creativecommons.org/licenses/by-nc/4.0/) license. Non-commercial use only.
|
satellite_descriptions.json
ADDED
|
@@ -0,0 +1,689 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"satellites": [
|
| 3 |
+
{
|
| 4 |
+
"name": "ACE",
|
| 5 |
+
"description": "The ACE robotic spacecraft was launched August 25, 1997, and entered an orbit close to the L1 Lagrangian point (which lies between the Sun and the Earth at a distance of some 1.5 million km from the latter) on December 12, 1997. The data contributes to our understanding of the Sun, its interaction with Earth, and the evolution of the solar system. ACE continues to provide space weather reports and warnings of geomagnetic storms that can disrupt communications on Earth and harm astronauts in space.",
|
| 6 |
+
"max_diameter_meters": 7.410069227
|
| 7 |
+
},
|
| 8 |
+
{
|
| 9 |
+
"name": "ACRIMSAT",
|
| 10 |
+
"description": "Launched in December 1999, the mission lasted almost 14 years, until contact was lost on December 13th, 2013. Monitoring the sun's output over a long period can help separate climate change effects of the sun's variance from other effects such as the greenhouse effect.",
|
| 11 |
+
"max_diameter_meters": 1.798210442
|
| 12 |
+
},
|
| 13 |
+
{
|
| 14 |
+
"name": "ACS3",
|
| 15 |
+
"description": "The mission’s primary objective is to successfully demonstrate new boom deployment, but once deployed, assessment of sail performance is expected. The solar sail employs the pressure of sunlight for propulsion, eliminating the need for rocket propellant.",
|
| 16 |
+
"max_diameter_meters": 14.62036228
|
| 17 |
+
},
|
| 18 |
+
{
|
| 19 |
+
"name": "AIM",
|
| 20 |
+
"description": "",
|
| 21 |
+
"max_diameter_meters": 17.2140007
|
| 22 |
+
},
|
| 23 |
+
{
|
| 24 |
+
"name": "Aqua",
|
| 25 |
+
"description": "The Aqua mission collects data about evaporation from the oceans, water vapor in the atmosphere, clouds, precipitation, soil moisture, sea ice, land ice, and snow cover on the land and ice. Additional variables also being measured by Aqua include radiative energy fluxes, aerosols, vegetation cover on the land, phytoplankton and dissolved organic matter in the oceans, and air, land, and water temperatures. Aqua was launched on May 4, 2002, and has six Earth-observing instruments on board, collecting a variety of global data sets. Aqua was originally developed for a six-year design life but has now far exceeded that original goal. It continues transmitting high-quality data from four of its six instruments, AIRS, AMSU, CERES, and MODIS, and reduced quality data from a fifth instrument, AMSR-E. The sixth Aqua instrument, HSB, collected approximately nine months of high quality data but failed in February 2003. Aqua was the first member launched of a group of satellites termed the Afternoon Constellation, or sometimes the A-Train.",
|
| 26 |
+
"max_diameter_meters": 17.77729988
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"name": "Aquarius",
|
| 30 |
+
"description": "The Aquarius instrument's surface salinity measurements contributed to a better understanding of ocean dynamics and advancing climate and ocean models, both from season to season and year to year.",
|
| 31 |
+
"max_diameter_meters": 5.387113333
|
| 32 |
+
},
|
| 33 |
+
{
|
| 34 |
+
"name": "Artemis",
|
| 35 |
+
"description": "The first in a series of increasingly complex missions, Artemis I was an uncrewed flight test that provided a foundation for human deep space exploration, and demonstrated our commitment and capability to extend human existence to the Moon and beyond. The spacecraft launched on the most powerful rocket in the world and flew farther than any spacecraft built for humans has ever flown, traveling thousands of miles past the moon, then entering a distant retrograde orbit of the moon before returning to Earth.",
|
| 36 |
+
"max_diameter_meters": 17.53504753
|
| 37 |
+
},
|
| 38 |
+
{
|
| 39 |
+
"name": "Aura",
|
| 40 |
+
"description": "Aura's instruments measure trace gases in the atmosphere by detecting their unique spectral signatures. MLS observes the faint microwave emissions from rotating and vibrating molecules. HIRDLS and TES observe the infrared thermal emissions also due to molecular vibrations and rotations. OMI detects the molecular absorption of backscattered sunlight in the visible and ultraviolet wavelengths.\n\n Horizon viewing (limb) instruments (MLS, TES and HIRDLS slice through the atmosphere, profiling gases. Down-looking instruments (OMI and TES) stare at the Earth. Since MLS looks out the front of the spacecraft, it is the first to profile the atmosphere. The OMI and TES instruments then look at the same air mass as it passes beneath the spacecraft. As the spacecraft then moves on in its orbit, HIRDLS and TES profile the atmosphere again. This unique observing geometry allows the Aura instruments to combine their measurements to get a better picture of the atmospheric chemistry.",
|
| 41 |
+
"max_diameter_meters": 18.74152565
|
| 42 |
+
},
|
| 43 |
+
{
|
| 44 |
+
"name": "BepiColombo",
|
| 45 |
+
"description": "",
|
| 46 |
+
"max_diameter_meters": 29.98451519
|
| 47 |
+
},
|
| 48 |
+
{
|
| 49 |
+
"name": "BioSentinel",
|
| 50 |
+
"description": "The satellite launched to deep space aboard Artemis I and flew past the Moon in a direction to orbit the Sun. Once the satellite is in position beyond our planet’s protective magnetic field, it will conduct a study of the effects of deep space radiation on a living organism, yeast. Because human cells and yeast cells have many similar biological mechanisms, including DNA damage and repair, BioSentinel’s experiments can help us better understand the radiation risks for long-duration deep space human exploration. BioSentinel will carry living organisms farther into space than ever before. NASA’s Artemis missions at the Moon will prepare humans to travel on increasingly farther and longer-duration missions to destinations like Mars. Results from BioSentinel’s six- to nine-month mission will fill critical gaps in knowledge about the health risks in deep space posed by space radiation.",
|
| 51 |
+
"max_diameter_meters": 0.867181927
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"name": "CALIPSO",
|
| 55 |
+
"description": "CALIPSO (Cloud-Aerosol Lidar and Infrared Pathfinder Satellite Observation) combined an active lidar instrument with passive infrared and visible imagers to probe the vertical structure and properties of thin clouds and aerosols over the globe. CALIPSO was launched on April 28, 2006. CALIPSO, along with the CloudSat mission, were highly complementary and together provided new, never-before-seen 3-D perspectives of how clouds and aerosols form, evolve, and affect weather and climate.",
|
| 56 |
+
"max_diameter_meters": 9.770720482
|
| 57 |
+
},
|
| 58 |
+
{
|
| 59 |
+
"name": "CAPSTONE",
|
| 60 |
+
"description": "As a precursor for Gateway, a Moon-orbiting outpost that is part of NASA’s Artemis program, CAPSTONE will help reduce risk for future spacecraft by validating innovative navigation technologies and verifying the dynamics of this halo-shaped orbit.",
|
| 61 |
+
"max_diameter_meters": 1.425685763
|
| 62 |
+
},
|
| 63 |
+
{
|
| 64 |
+
"name": "Cassini_Huygens",
|
| 65 |
+
"description": "Cassini was one of the most ambitious efforts ever mounted in planetary exploration. A joint endeavor of NASA, ESA (the European Space Agency) and the Italian space agency (ASI), Cassini was a sophisticated robotic spacecraft sent to study Saturn and its complex system of rings and moons in unprecedented detail. Cassini carried a probe called Huygens to the Saturn system. The probe, which was built by ESA, parachuted to the surface of Saturn’s largest moon, Titan, in January 2005—the most distant landing to date in our solar system. Huygens returned spectacular images and other science results during a two-and-a-half-hour descent through Titan’s hazy atmosphere, before coming to rest amid rounded cobbles of ice on a floodplain damp with liquid methane.Cassini completed its initial four-year mission in June 2008 and earned two mission extensions that enabled the team to delve even deeper into Saturn’s mysteries. Key discoveries during its 13 years at Saturn included a global ocean with strong indications of hydrothermal activity within Enceladus, and liquid methane seas on Titan. After 20 years in space — 13 of those years exploring Saturn — Cassini exhausted its fuel supply. And so, to protect moons of Saturn that could have conditions suitable for life, Cassini was sent on a daring final mission that would seal its fate. After a series of nearly two dozen nail-biting dives between the planet and its icy rings, Cassini plunged into Saturn’s atmosphere on Sept. 15, 2017, returning science data to the very end.",
|
| 66 |
+
"max_diameter_meters": 6.97256279
|
| 67 |
+
},
|
| 68 |
+
{
|
| 69 |
+
"name": "Chandra",
|
| 70 |
+
"description": "The Chandra X-ray Observatory is part of NASA's fleet of \"Great Observatories\" along with the Hubble Space Telescope, Spitizer Space Telescope and the now deorbited Compton Gamma Ray Observatory.\n The Chandra X-ray Observatory, which was launched by Space Shuttle Columbia in 1999, can better define the hot, turbulent regions of space. This increased clarity can help scientists answer fundamental questions about the origin, evolution, and destiny of the universe.",
|
| 71 |
+
"max_diameter_meters": 19.50699806
|
| 72 |
+
},
|
| 73 |
+
{
|
| 74 |
+
"name": "Cheops",
|
| 75 |
+
"description": "",
|
| 76 |
+
"max_diameter_meters": 16.76977873
|
| 77 |
+
},
|
| 78 |
+
{
|
| 79 |
+
"name": "Clementine",
|
| 80 |
+
"description": "Clementine was launched in 1994 and The lunar observations included imaging at various wavelengths in the visible as well as in ultraviolet and infrared, laser ranging altimetry, gravimetry, and charged particle measurements. Clementine successfully entered an elliptical polar orbit (about 270 × 1,830 miles or 430 × 2,950 kilometers) around the Moon on Feb. 19, 1994, with a period of five days. In two months during 1994, it transmitted about 1.6 million digital images of the lunar surface, many of them with resolutions down to about 330-660 feet (100-200 meters). In the process, it provided scientists with their first look at the total lunar landscape including polar regions.",
|
| 81 |
+
"max_diameter_meters": 4.131728411
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"name": "CloudSat",
|
| 85 |
+
"description": "In August 2010, CloudSat embarked on a new mission phase to study the genesis and patterns of tropical cyclones. Since its launch in 2006, CloudSat has played an instrumental role in new techniques for estimating the intensity of hurricanes from space, in addition to producing data about links between pollution and rainfall. The mission ended in late December of 2023.",
|
| 86 |
+
"max_diameter_meters": 5.079998493
|
| 87 |
+
},
|
| 88 |
+
{
|
| 89 |
+
"name": "Cluster",
|
| 90 |
+
"description": "",
|
| 91 |
+
"max_diameter_meters": 34.32709503
|
| 92 |
+
},
|
| 93 |
+
{
|
| 94 |
+
"name": "CYGNSS",
|
| 95 |
+
"description": "The Cyclone Global Navigation Satellite System (CYGNSS) mission uses eight (currently seven due to communications issues with CYGNSS 6) micro-satellites to measure wind speeds over Earth's oceans, increasing the ability of scientists to understand and predict hurricanes. Each satellite will take information based on the signals from four GPS satellites.",
|
| 96 |
+
"max_diameter_meters": 1.590483725
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"name": "DART",
|
| 100 |
+
"description": "An on-orbit demonstration of asteroid deflection was a key test that NASA and other agencies wished to perform before any actual need is present. The DART mission was NASA's demonstration of kinetic impactor technology, impacting an asteroid to adjust its speed and path. The targeted system is composed of two asteroids: the larger asteroid Didymos (diameter: 780 meters, 0.48 miles), and the smaller moonlet asteroid, Dimorphos (diameter: 160 meters, 525 feet), which orbits Didymos. On September 26th, 2022, the DART spacecraft impacted Dimorphos nearly head-on, shortening the time it takes the small asteroid moonlet to orbit Didymos by several minutes.",
|
| 101 |
+
"max_diameter_meters": 17.51533222
|
| 102 |
+
},
|
| 103 |
+
{
|
| 104 |
+
"name": "Dawn",
|
| 105 |
+
"description": "Dawn launched in 2007 on a journey that put about 4.3 billion miles (6.9 billion kilometers) on its odometer. Propelled by ion engines, the spacecraft achieved many firsts until its extended mission concluded on Oct. 31, 2018. The Dawn mission was designed to study two large bodies in the asteroid belt in order to answer questions about the formation of the Solar System, as well as to test the performance of its ion thrusters in deep space. Ceres and Vesta were chosen as two contrasting protoplanets, the first one apparently \"wet\" (i.e. icy and cold) and the other \"dry\" (i.e. rocky). The Dawn mission ran out of fuel in 2018 and still orbits the dwarf planet Ceres.",
|
| 106 |
+
"max_diameter_meters": 19.6984787
|
| 107 |
+
},
|
| 108 |
+
{
|
| 109 |
+
"name": "Deep_Impact",
|
| 110 |
+
"description": "On July 3, 2005, at 06:00 UT (or 06:07 UT Earth-receive time), Deep Impact released the impactor probe, which, using small thrusters, moved into the path of the comet, where it hit the following day, July 4, at 05:44:58 UT. The mission was then renamed as EPOXI, with a dual purpose to study extrasolar planets and the comet 103/P Hartley 2. The spacecraft arrived at Hartley 2 in 2010, and then planned to study an asteroid when contact was lost in August of 2013.",
|
| 111 |
+
"max_diameter_meters": 3.912592053
|
| 112 |
+
},
|
| 113 |
+
{
|
| 114 |
+
"name": "Deep_Impact_Impactor",
|
| 115 |
+
"description": "On July 3, 2005, at 06:00 UT (or 06:07 UT Earth-receive time), Deep Impact released the impactor probe, which, using small thrusters, moved into the path of the comet, where it hit the following day, July 4, at 05:44:58 UT. The probe was traveling at a relative velocity of about 23,000 miles per hour (37,000 kilometers per hour) at the time of impact. The impact generated an explosion the equivalent of 4.7 tons of TNT and a crater estimated to be about 490 feet (150 meters) in diameter. The impact generated an explosion the equivalent of 4.7 tons of TNT and a crater estimated to be about 490 feet (150 meters) in diameter.",
|
| 116 |
+
"max_diameter_meters": 1.24943763
|
| 117 |
+
},
|
| 118 |
+
{
|
| 119 |
+
"name": "Deep_Space_1",
|
| 120 |
+
"description": "DS1 passed the near-Earth asteroid 9660 Braille on July 29th, 1999, at a range of about 16 miles (26 kilometers) and at a velocity of about 10 miles per second (15.5 kilometers per second). On Sept. 22, 2001, DS1 entered the coma of Comet Borrelly, making its closest approach of about 1,350 miles (2,171 kilometers) to the nucleus. Traveling at about 10 miles per second (16.58 kilometers per second) relative to the nucleus at the time, it returned some of the best images of a comet to date, as well as other significant data. It was the first NASA mission to use an ion propulsion engine.",
|
| 121 |
+
"max_diameter_meters": 11.80035543
|
| 122 |
+
},
|
| 123 |
+
{
|
| 124 |
+
"name": "Desdyni",
|
| 125 |
+
"description": "",
|
| 126 |
+
"max_diameter_meters": 21.2805481
|
| 127 |
+
},
|
| 128 |
+
{
|
| 129 |
+
"name": "Double_Star",
|
| 130 |
+
"description": "",
|
| 131 |
+
"max_diameter_meters": 7.51653266
|
| 132 |
+
},
|
| 133 |
+
{
|
| 134 |
+
"name": "DSCOVR",
|
| 135 |
+
"description": "DSCOVR was launched on Feb.11, 2015, and 100 days later it reached the Sun–Earth L1 Lagrange point and began orbiting about 1 million miles (1.5 million kilometers) from Earth.\n The satellite has a continuous view of the Sun and the sunlit side of Earth. It takes full Earth pictures about every 2 hours using the Earth Polychromatic Imaging Camera (EPIC) instrument. In October 2015, a website was launched that posts at least a dozen new color images every day from EPIC.",
|
| 136 |
+
"max_diameter_meters": 6.107575893
|
| 137 |
+
},
|
| 138 |
+
{
|
| 139 |
+
"name": "EO-1",
|
| 140 |
+
"description": "It was the first satellite to map active lava flows from space; the first to measure a facility's methane leak from space; and the first to track re-growth in a partially logged Amazon forest from space. EO-1 captured scenes such as the ash after the World Trade Center attacks, the flooding in New Orleans after Hurricane Katrina, volcanic eruptions and a large methane leak in southern California.",
|
| 141 |
+
"max_diameter_meters": 5.4030779
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"name": "Euclid",
|
| 145 |
+
"description": "Euclid will probe the history of the expansion of the Universe and the formation of cosmic structures by measuring the redshift of galaxies out to a value of 2, which is equivalent to seeing back 10 billion years into the past. In this way, Euclid will cover the entire period over which dark energy played a significant role in accelerating the expansion of the Universe.",
|
| 146 |
+
"max_diameter_meters": 5.295277596
|
| 147 |
+
},
|
| 148 |
+
{
|
| 149 |
+
"name": "Europa_Clipper",
|
| 150 |
+
"description": "To determine if this distant moon has conditions favorable for life, NASA’s Europa Clipper mission is preparing to conduct the first dedicated and detailed study of an ocean world beyond Earth.\n The expedition’s objective is to explore Europa to investigate its habitability. The spacecraft is not being sent to find life itself, but will instead try to answer specific questions about Europa’s ocean, ice shell, composition and geology.",
|
| 151 |
+
"max_diameter_meters": 30.50039959
|
| 152 |
+
},
|
| 153 |
+
{
|
| 154 |
+
"name": "ExoMars_TGO",
|
| 155 |
+
"description": "",
|
| 156 |
+
"max_diameter_meters": 17.68910027
|
| 157 |
+
},
|
| 158 |
+
{
|
| 159 |
+
"name": "Explorer_1",
|
| 160 |
+
"description": "It was the first spacecraft to detect the Van Allen radiation belt, returning data until its batteries were exhausted after nearly four months. It remained in orbit until 1970.",
|
| 161 |
+
"max_diameter_meters": 2.033017278
|
| 162 |
+
},
|
| 163 |
+
{
|
| 164 |
+
"name": "Gaia",
|
| 165 |
+
"description": "",
|
| 166 |
+
"max_diameter_meters": 9.873170853
|
| 167 |
+
},
|
| 168 |
+
{
|
| 169 |
+
"name": "Galileo",
|
| 170 |
+
"description": "The Galileo spacecraft logged quite a few other firsts during its 14-year mission to Jupiter. Among its discoveries: an intense radiation belt above Jupiter's cloud tops, helium in about the same concentration as the Sun, extensive and rapid resurfacing of the moon Io because of volcanism and a magnetic field at Ganymede.",
|
| 171 |
+
"max_diameter_meters": 12.79407525
|
| 172 |
+
},
|
| 173 |
+
{
|
| 174 |
+
"name": "Galileo_Probe",
|
| 175 |
+
"description": "The probe measured temperature, pressure, chemical composition, cloud characteristics, sunlight and energy internal to the planet, and lightning. During its 58-minute life, the probe penetrated 124 miles (200 kilometers) into Jupiter's violent atmosphere before it was crushed, melted and/or vaporized by the intense pressure and temperature.",
|
| 176 |
+
"max_diameter_meters": 1.447450519
|
| 177 |
+
},
|
| 178 |
+
{
|
| 179 |
+
"name": "Geotail",
|
| 180 |
+
"description": "The Geotail mission was a joint project of Japan’s Institute of Space and Astronautical Science (ISAS) and later, from 2003, the Japan Aerospace Exploration Agency (JAXA) and NASA. The mission was part of the International Solar Terrestrial Physics (ISTP) project, which also included the Wind, Polar, SOHO, and Cluster missions. Geotail’s goal was to study the structure and dynamics of the long tail region of Earth’s magnetosphere, which is created on the nightside of Earth by the solar wind. During active periods, the tail couples with the near-Earth magnetosphere, and often releases energy that is stored in the tail, activating auroras in the polar ionosphere.",
|
| 181 |
+
"max_diameter_meters": 13.58
|
| 182 |
+
},
|
| 183 |
+
{
|
| 184 |
+
"name": "Giotto",
|
| 185 |
+
"description": "",
|
| 186 |
+
"max_diameter_meters": 3.14727962
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"name": "GPM",
|
| 190 |
+
"description": "NASA and the Japanese Aerospace Exploration Agency (JAXA) launched the GPM Core Observatory satellite on February 27th, 2014, carrying advanced instruments that set a new standard for precipitation measurements from space. The data they provide is used to unify precipitation measurements made by an international network of partner satellites to quantify when, where, and how much it rains or snows around the world.\n\n The GPM mission contributes to advancing our understanding of Earth's water and energy cycles, improves the forecasting of extreme events that cause natural disasters, and extends current capabilities of using satellite precipitation information to directly benefit society.",
|
| 191 |
+
"max_diameter_meters": 13.52457857
|
| 192 |
+
},
|
| 193 |
+
{
|
| 194 |
+
"name": "GRACE",
|
| 195 |
+
"description": "The twin GRACE spacecraft tracked Earth's water movement to monitor changes in underground water storage, the amount of water in large lakes and rivers, soil moisture, ice sheets and glaciers, and sea level caused by the addition of water to the ocean. These discoveries provide a unique view of Earth's climate and have far-reaching benefits to society and the world's population. GRACE is able to make accurate measurements thanks in part to two advanced technologies: a microwave ranging system based on Global Positioning System (GPS) technology, and a very sensitive accelerometer—an instrument that measures the forces on the satellites besides gravity (such as atmospheric drag). Using the microwave ranging system, GRACE can measure the distance between satellites to within one micron -- about the diameter of a blood cell. Together, these very precise measurements of location, force and orbital change translate into an observation of gravity with unprecedented accuracy. Flight engineers maneuver the satellites only if they separate by more than 155 miles (250 km), otherwise they are left alone and gravity ‘tugs and pulls’ on them.",
|
| 196 |
+
"max_diameter_meters": 3.288840055
|
| 197 |
+
},
|
| 198 |
+
{
|
| 199 |
+
"name": "GRACE_FO",
|
| 200 |
+
"description": "Launched on May 22, 2018, GRACE-FO continues the work of tracking Earth's water movement to monitor changes in underground water storage, the amount of water in large lakes and rivers, soil moisture, ice sheets and glaciers, and sea level caused by the addition of water to the ocean. These discoveries provide a unique view of Earth's climate and have far-reaching benefits to society and the world's population. GRACE-FO is able to make accurate measurements thanks in part to two advanced technologies: a microwave ranging system based on Global Positioning System (GPS) technology, and a very sensitive accelerometer—an instrument that measures the forces on the satellites besides gravity (such as atmospheric drag).\n\n Using the microwave ranging system, GRACE can measure the distance between satellites to within one micron -- about the diameter of a blood cell. Together, these very precise measurements of location, force and orbital change translate into an observation of gravity with unprecedented accuracy. Flight engineers maneuver the satellites only if they separate by more than 155 miles (250 km), otherwise they are left alone and gravity ‘tugs and pulls’ on them.",
|
| 201 |
+
"max_diameter_meters": 3.254147887
|
| 202 |
+
},
|
| 203 |
+
{
|
| 204 |
+
"name": "GRAIL",
|
| 205 |
+
"description": "As the two spacecraft flew over areas of increasing gravity, the probes moved slightly toward and away from each other, while an instrument measured changes in their relative velocity, providing key information on the Moon’s gravitational field. At the end of the mission, the probes were purposely crashed on the Moon.",
|
| 206 |
+
"max_diameter_meters": 3.089059711
|
| 207 |
+
},
|
| 208 |
+
{
|
| 209 |
+
"name": "GRIFEX",
|
| 210 |
+
"description": "GRIFEX advanced the technology required for future space-borne measurements of atmospheric composition from geostationary orbit that are relevant to climate change. The size of GRIFEX was three CubeSat units, or 30 x 10 x 10 cm.",
|
| 211 |
+
"max_diameter_meters": 0.494394585
|
| 212 |
+
},
|
| 213 |
+
{
|
| 214 |
+
"name": "Herschel",
|
| 215 |
+
"description": "",
|
| 216 |
+
"max_diameter_meters": 7.575034142
|
| 217 |
+
},
|
| 218 |
+
{
|
| 219 |
+
"name": "HESSI_RHESSI",
|
| 220 |
+
"description": "",
|
| 221 |
+
"max_diameter_meters": 29.47773075
|
| 222 |
+
},
|
| 223 |
+
{
|
| 224 |
+
"name": "Hubble_Space_Telescope",
|
| 225 |
+
"description": "The Hubble Space Telescope's launch and deployment in April 1990 marked the most significant advancement in astronomy since Galileo's telescope. The first major optical telescope to be placed in space, Hubble operates from the ultimate mountaintop. Far above the distortion of Earth's atmosphere, clouds and light pollution, Hubble has an unobstructed view of the universe.\n\n Hubble can see far more than what we can with our eyes. Its domain extends from the ultraviolet, through the visible, and to the near-infrared.\n\n The telescope has had a major impact on every area of astronomy, from the solar system to objects at the edge of the universe. Scientists have used Hubble to observe the most distant stars and galaxies as well as the planets in our solar system.\n\n Data and from the orbiting telescope are the backbone of more than 15,000 technical papers. It also, of course, continues to dazzle us with stunning pictures of stars, galaxies and planets.",
|
| 226 |
+
"max_diameter_meters": 16.7269392
|
| 227 |
+
},
|
| 228 |
+
{
|
| 229 |
+
"name": "Huygens",
|
| 230 |
+
"description": "The probe was about 9 feet wide (2.7 meters) and weighed roughly 700 pounds (318 kilograms). It was built like a shellfish: a hard shell protected its delicate interior from high temperatures during the a two hour and 27 minute descent through the atmosphere of Saturn's giant moon Titan. Huygens landed on Titan on January 14, 2005.",
|
| 231 |
+
"max_diameter_meters": 2.615347147
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"name": "IBEX",
|
| 235 |
+
"description": "IBEX is a small satellite the size of a bus tire. It has \"telescopes\" that look out toward the edge of the solar system. However, these telescopes are different than most telescopes. They collect particles instead of light. These particles are called energetic neutral atoms (ENAs)—high-energy particles produced at the very edge of our solar system.",
|
| 236 |
+
"max_diameter_meters": 1.545680344
|
| 237 |
+
},
|
| 238 |
+
{
|
| 239 |
+
"name": "ICESat_2",
|
| 240 |
+
"description": "ICESat-2 (short for Ice, Cloud, and land Elevation Satellite), launched Sept. 15, 2018, uses lasers and a very precise detection instrument to measure the elevation of Earth’s surface. By timing how long it takes laser beams to travel from the satellite to Earth and back, scientists can calculate the height of glaciers, sea ice, forests, lakes and more – including the changing ice sheets of Greenland and Antarctica. Our planet's frozen and icy areas, called the cryosphere, are a key focus of NASA's Earth science research. ICESat-2 will help scientists investigate why, and how much, our cryosphere is changing in a warming climate. The satellite will also measure heights across Earth's temperate and tropical regions, and take stock of the vegetation in forests worldwide.",
|
| 241 |
+
"max_diameter_meters": 7.341841936
|
| 242 |
+
},
|
| 243 |
+
{
|
| 244 |
+
"name": "IMAGE",
|
| 245 |
+
"description": "IMAGE was the first spacecraft dedicated to imaging the Earth's magnetosphere, producing comprehensive global images of plasma in the inner magnetosphere.",
|
| 246 |
+
"max_diameter_meters": 20.79482746
|
| 247 |
+
},
|
| 248 |
+
{
|
| 249 |
+
"name": "InSight",
|
| 250 |
+
"description": "InSight is the first outer space robotic explorer to study in-depth the \"inner space\" of Mars: its crust, mantle, and core. Studying Mars' interior structure answers key questions about the early formation of rocky planets in our inner solar system - Mercury, Venus, Earth, and Mars - more than 4 billion years ago, as well as rocky exoplanets. InSight also measures tectonic activity and meteorite impacts on Mars today. The lander uses cutting edge instruments, to delve deep beneath the surface and seek the fingerprints of the processes that formed the terrestrial planets. It does so by measuring the planet's \"vital signs\": its \"pulse\" (seismology), \"temperature\" (heat flow), and \"reflexes\" (precision tracking).",
|
| 251 |
+
"max_diameter_meters": 3.592453003
|
| 252 |
+
},
|
| 253 |
+
{
|
| 254 |
+
"name": "Integral",
|
| 255 |
+
"description": "",
|
| 256 |
+
"max_diameter_meters": 6.296370983
|
| 257 |
+
},
|
| 258 |
+
{
|
| 259 |
+
"name": "International_Space_Station",
|
| 260 |
+
"description": "From design to launch, 15 countries collaborated to assemble the world's only permanently crewed orbital facility, which can house a crew of six and 150 ongoing experiments annually across an array of disciplines. The ISS represents a global effort to expand our knowledge and improve life on Earth while testing technology that will extend our reach to the moon, Mars and beyond.",
|
| 261 |
+
"max_diameter_meters": 111.9884148
|
| 262 |
+
},
|
| 263 |
+
{
|
| 264 |
+
"name": "IPEX",
|
| 265 |
+
"description": "The purpose of the mission was to validate onboard instrument processing and autonomous payload operations that could be used in the future on the proposed NASA HYperSPectral Infra-Red Instrument (HyspIRI) mission.",
|
| 266 |
+
"max_diameter_meters": 0.288276456
|
| 267 |
+
},
|
| 268 |
+
{
|
| 269 |
+
"name": "ISAS",
|
| 270 |
+
"description": "The Clementine Interstage Adapter Satellite (ISAS) was the lunar transfer booster used to propel the Clementine spacecraft to the Moon from Earth orbit.",
|
| 271 |
+
"max_diameter_meters": 1.797999799
|
| 272 |
+
},
|
| 273 |
+
{
|
| 274 |
+
"name": "Iso",
|
| 275 |
+
"description": "",
|
| 276 |
+
"max_diameter_meters": 5.319443226
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"name": "IXPE",
|
| 280 |
+
"description": "The Imaging X-Ray Polarimetry Explorer (IXPE) will allow astronomers to explore, for the first time, the hidden details of some of the most extreme and exotic astronomical objects, such as stellar and supermassive black holes, neutron stars and pulsars.",
|
| 281 |
+
"max_diameter_meters": 5.23168993
|
| 282 |
+
},
|
| 283 |
+
{
|
| 284 |
+
"name": "James_Webb_Space_Telescope",
|
| 285 |
+
"description": "Webb will be the premier observatory of the next decade, serving thousands of astronomers worldwide. It will study every phase in the history of our Universe, ranging from the first luminous glows after the Big Bang, to the formation of solar systems capable of supporting life on planets like Earth, to the evolution of our own Solar System.",
|
| 286 |
+
"max_diameter_meters": 20.48668671
|
| 287 |
+
},
|
| 288 |
+
{
|
| 289 |
+
"name": "Juice",
|
| 290 |
+
"description": "The mission will characterize these moons as both planetary objects and possible habitats, explore Jupiter’s complex environment in depth, and study the wider Jupiter system as an archetype for gas giants across the Universe. Juice will reach the Jovian system in July 2031 after four gravity assists and eight years of travel. In December of 2034, the spacecraft will enter orbit around Ganymede for its close-up science mission.",
|
| 291 |
+
"max_diameter_meters": 26.98104477
|
| 292 |
+
},
|
| 293 |
+
{
|
| 294 |
+
"name": "Juno",
|
| 295 |
+
"description": "Juno’s marching orders — to pick the lock on Jupiter’s secrets — have been spectacularly fulfilled. High above Jupiter’s roiling clouds, three giant blades stretch out from a cylindrical, six-sided body. Some 66 feet (20 meters) wide, the Juno spacecraft is a dynamic engineering marvel, spinning to keep itself stable as it makes sweeping elliptical (oval-shaped) orbits around Jupiter. At their widest point, these carry Juno far from the giant planet and its moons, keeping it mostly clear of heavy radiation regions. But on closer passes, every 38 days, Juno cuts within 3,100 miles (5,000 kilometers) of Jupiter’s cloud tops. Juno achieved rough, global coverage of the giant planet by the end of 2018, but at a coarse resolution; it then began a new set of orbits to fill in the details. The spacecraft’s long, looping orbits are meant to keep it mostly clear of the doughnut-shaped belts of harmful radiation close to Jupiter and its moons. Every 38 days, however, Juno makes a close pass to observe Jupiter’s gigantic clouds and titanic storms, crackling with lightning. Powerful pulses of energy — super-charged particles streaming through Jupiter’s magnetic field — create auroras. They’re similar to the northern and southern lights on Earth, that is, if you can imagine scaling them up to the size of a planet that could hold 1,300 Earths.",
|
| 296 |
+
"max_diameter_meters": 18.54314613
|
| 297 |
+
},
|
| 298 |
+
{
|
| 299 |
+
"name": "Kepler",
|
| 300 |
+
"description": "Kepler was equipped to look for planets with size spans from one-half to twice the size of Earth (terrestrial planets) in the habitable zone of their stars where liquid water might exist in the natural state on the surface of the planet. It operated from 2009 to 2018.",
|
| 301 |
+
"max_diameter_meters": 5.007039547
|
| 302 |
+
},
|
| 303 |
+
{
|
| 304 |
+
"name": "LADEE",
|
| 305 |
+
"description": "By studying the exosphere—an atmosphere that is so thin that its molecules do not collide with each other—the Lunar Atmosphere and Dust Environment Explorer (LADEE) helped further the study of other planetary bodies with exospheres such as Mercury and some of Jupiter’s moons.",
|
| 306 |
+
"max_diameter_meters": 1.970438659
|
| 307 |
+
},
|
| 308 |
+
{
|
| 309 |
+
"name": "Landsat_7",
|
| 310 |
+
"description": "Landsat 7 was the seventh satellite of the Landsat program. Launched on April 15th, 1999, Landsat 7's primary goal was to refresh the global archive of satellite photos, and therefore provide up-to-date and cloud-free images. The Landsat program is managed and operated by the United States Geological Survey, and data from Landsat 7 was collected and distributed by the USGS.",
|
| 311 |
+
"max_diameter_meters": 13.40480506
|
| 312 |
+
},
|
| 313 |
+
{
|
| 314 |
+
"name": "Landsat_8",
|
| 315 |
+
"description": "It is the eighth satellite in the Landsat program; the seventh to reach orbit successfully. Originally called the Landsat Data Continuity Mission (LDCM), it is a collaboration between NASA and the United States Geological Survey (USGS). NASA Goddard Space Flight Center in Greenbelt, Maryland, provided development, mission systems engineering, and acquisition of the launch vehicle while the USGS provided for development of the ground systems and will conduct on-going mission operations. It comprises the camera of the Operational Land Imager (OLI) and the Thermal Infrared Sensor (TIRS) which can be used to study earth surface temperature and is used to study global warming.",
|
| 316 |
+
"max_diameter_meters": 10.85033965
|
| 317 |
+
},
|
| 318 |
+
{
|
| 319 |
+
"name": "Landsat_9",
|
| 320 |
+
"description": "It is the ninth satellite in the Landsat program; the eigth to reach orbit successfully. Originally called the Landsat Data Continuity Mission (LDCM), it is a collaboration between NASA and the United States Geological Survey (USGS). NASA Goddard Space Flight Center in Greenbelt, Maryland, provided development, mission systems engineering, and acquisition of the launch vehicle while the USGS provided for development of the ground systems and will conduct on-going mission operations. It comprises the camera of the Operational Land Imager (OLI) and the Thermal Infrared Sensor (TIRS) which can be used to study earth surface temperature and is used to study global warming.",
|
| 321 |
+
"max_diameter_meters": 17.47426343
|
| 322 |
+
},
|
| 323 |
+
{
|
| 324 |
+
"name": "LCROSS",
|
| 325 |
+
"description": "The identification of water is very important to the future of human activities on the Moon. LCROSS remained paired to its upper stage centaur until reaching the south pole of the moon. The centaur was then separated from LCROSS and intentionally crashed into the south pole of the Moon. The impact ejected material from the crater's floor to create a plume that specialized instruments have been able to analyze for the presence of water (ice and vapor), hydrocarbons and hydrated materials. About fifteeen minutes after the upper stage centaur impacted, LCROSS also intentionally crashed into the perpetually dark floor of the Moon's polar crater Cabeus.",
|
| 326 |
+
"max_diameter_meters": 3.596423626
|
| 327 |
+
},
|
| 328 |
+
{
|
| 329 |
+
"name": "Lisa_Pathfinder",
|
| 330 |
+
"description": "",
|
| 331 |
+
"max_diameter_meters": 4.105612993
|
| 332 |
+
},
|
| 333 |
+
{
|
| 334 |
+
"name": "Lucy",
|
| 335 |
+
"description": "Trojan asteroids associated with Jupiter are thought to be remnants of the primordial material that formed the outer planets. These primitive bodies may hold clues to the history of solar system formation. Lucy is the first mission to visit the Trojans.",
|
| 336 |
+
"max_diameter_meters": 15.59999275
|
| 337 |
+
},
|
| 338 |
+
{
|
| 339 |
+
"name": "Lunar_Flashlight",
|
| 340 |
+
"description": "The observations made by the low-cost mission provide unambiguous information about the presence of water ice deposits inside craters that would be an valuable in-situ resource for future Artemis missions to the lunar surface. As a technology demonstration mission, Lunar Flashlight showcases several technological firsts, including being the first mission to look for water ice using a laser reflectometer and the first planetary CubeSat mission to use \"green\" propulsion - a propellant that is less toxic and safer than hydrazine, a common propellant used by spacecraft.",
|
| 341 |
+
"max_diameter_meters": 0.874541581
|
| 342 |
+
},
|
| 343 |
+
{
|
| 344 |
+
"name": "Lunar_IceCube",
|
| 345 |
+
"description": "Lunar IceCube is a small satellite orbiter mission to prospect, locate, and estimate the amount and composition of water ice deposits on the Moon for future exploitation by robots or humans. It flew as a secondary payload mission on Artemis 1.",
|
| 346 |
+
"max_diameter_meters": 2.15270102
|
| 347 |
+
},
|
| 348 |
+
{
|
| 349 |
+
"name": "Lunar_Prospector",
|
| 350 |
+
"description": "The probe found evidence suggesting water ice at both poles. The mission ended in July of 1999 with the spacecraft impacting the lunar surface, creating a dust cloud that was studied from Earth.",
|
| 351 |
+
"max_diameter_meters": 6.689558506
|
| 352 |
+
},
|
| 353 |
+
{
|
| 354 |
+
"name": "Lunar_Reconnaissance_Orbiter",
|
| 355 |
+
"description": "LRO’s primary goal was to make a 3D map of the Moon’s surface from lunar polar orbit as part of a high-resolution mapping program to identify landing sites and potential resources, to investigate the radiation environment, and to prove new technologies in anticipation of future automated and human missions to the surface of the Moon.The LRO instruments return global data, such as day-night temperature maps, a global geodetic grid, high resolution color imaging and the moon's UV albedo. However there is particular emphasis on the polar regions of the moon where continuous access to solar illumination may be possible and the prospect of water in the permanently shadowed regions at the poles may exist.",
|
| 356 |
+
"max_diameter_meters": 5.504999161
|
| 357 |
+
},
|
| 358 |
+
{
|
| 359 |
+
"name": "Magellan",
|
| 360 |
+
"description": "The Magellan probe was the first interplanetary mission to be launched from the Space Shuttle, the first mission to map the entire surface of Venus, and the first spacecraft to test aerobraking as a method for circularizing its orbit. Magellan was the fifth successful NASA mission to Venus, and it ended an eleven-year gap in U.S. interplanetary probe launches. It self-destructed in the Venusian atmosphere in 1994.",
|
| 361 |
+
"max_diameter_meters": 8.898650169
|
| 362 |
+
},
|
| 363 |
+
{
|
| 364 |
+
"name": "MarCO",
|
| 365 |
+
"description": "Launching with the InSight mission to Mars, the twin spacecraft provided an experimental communications relay to let scientists on Earth know quickly about InSight's landing.",
|
| 366 |
+
"max_diameter_meters": 0.887027562
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"name": "Mars_Exploration_Rover",
|
| 370 |
+
"description": "NASA's Opportunity rover was one of the most successful and enduring interplanetary missions. Opportunity operated almost 15 years, setting several records and making a number of key discoveries.",
|
| 371 |
+
"max_diameter_meters": 2.616860151
|
| 372 |
+
},
|
| 373 |
+
{
|
| 374 |
+
"name": "Mars_Express",
|
| 375 |
+
"description": "NASA is participating in a mission of the European Space Agency and the Italian Space Agency called Mars Express, which has been exploring the atmosphere and surface of Mars from polar orbit since arriving at the red planet on December 26, 2003. The mission's main objective is to search for sub-surface water from orbit. Seven scientific instruments on the orbiting spacecraft have conducted rigorous investigations to help answer fundamental questions about the geology, atmosphere, surface environment, history of water, and potential for life on Mars. Examples of discoveries - still debated by scientists -- by Mars Express are evidence of recent glacial activity, explosive volcanism, and methane gas.\n\nMars Express is so called because it will be built more quickly than any other comparable planetary mission.",
|
| 376 |
+
"max_diameter_meters": 48.42525291
|
| 377 |
+
},
|
| 378 |
+
{
|
| 379 |
+
"name": "Mars_Global_Surveyor",
|
| 380 |
+
"description": "During its mission, Mars Global Surveyor also produced the first three-dimensional profiles of Mars’ North Pole using laser altimeter readings. In addition, the laser altimeter essentially mapped almost all of the planet, by firing approximately 500 billion pulses at the surface, providing topographical data that was more detailed than many places on Earth. The spacecraft’s primary mission concluded on Feb. 1, 2001, by which time it had returned 83,000 images of Mars, more than all previous missions to Mars combined. It continued to operate until late 2006.",
|
| 381 |
+
"max_diameter_meters": 10.51671886
|
| 382 |
+
},
|
| 383 |
+
{
|
| 384 |
+
"name": "Mars_Odyssey",
|
| 385 |
+
"description": "Mars Odyssey was designed to investigate the Martian environment, providing key information on its surface and the radiation hazards future explorers might face. The goal was to map the chemical and mineralogical makeup of Mars as a step to detecting evidence of past or present water and volcanic activity on Mars. One of Mars Odyssey’s most exciting findings came early in the mission. In May 2002, NASA announced that the probe had identified large amounts of hydrogen in the soil, implying the presence of ice below the planet’s surface. During its many years in Martian orbit, Mars Odyssey globally mapped the amount and distribution of the numerous chemical elements and minerals in the Martian surface and also tracked the radiation environment in low Mars orbit, both necessary before humans can effectively explore the Martian surface.\n By mid-2016, the THEMIS instrument had returned more than 208,000 images in visible-light wavelengths and more than 188,000 in thermal-infrared wavelengths.",
|
| 386 |
+
"max_diameter_meters": 8.221435308
|
| 387 |
+
},
|
| 388 |
+
{
|
| 389 |
+
"name": "Mars_Reconnaissance_Orbiter",
|
| 390 |
+
"description": "Mars Reconnaissance Orbiter is designed to track changes in the water and dust in Mars' atmosphere, look for more evidence of ancient seas and hot springs and peer into past Martian climate changes by studying surface minerals and layering. The orbiter carries a powerful camera capable of taking sharp images of surface features the size of a beach ball. The orbiter also serves as a data relay station for other Mars missions.",
|
| 391 |
+
"max_diameter_meters": 13.18039894
|
| 392 |
+
},
|
| 393 |
+
{
|
| 394 |
+
"name": "MAVEN",
|
| 395 |
+
"description": "The Mars Atmosphere and Volatile Evolution Mission (MAVEN) is the first mission dedicated to studying Mars’ upper atmosphere. The goal is to use this data to determine how the loss of volatiles from the Martian atmosphere has affected the Martian climate over time, and thus contribute to a better understanding of terrestrial climatology.",
|
| 396 |
+
"max_diameter_meters": 13.12609959
|
| 397 |
+
},
|
| 398 |
+
{
|
| 399 |
+
"name": "MCubed_2",
|
| 400 |
+
"description": "MCubed-2, short for Michigan Multipurpose Minisat 2, was designed as a technology demonstrator for a new FPGA-based image processing system intended for a future NASA mission.",
|
| 401 |
+
"max_diameter_meters": 0.279926427
|
| 402 |
+
},
|
| 403 |
+
{
|
| 404 |
+
"name": "Mercury_Magnetospheric_Orbiter",
|
| 405 |
+
"description": "",
|
| 406 |
+
"max_diameter_meters": 23.40765953
|
| 407 |
+
},
|
| 408 |
+
{
|
| 409 |
+
"name": "Mercury_Planetary_Orbiter",
|
| 410 |
+
"description": "",
|
| 411 |
+
"max_diameter_meters": 7.965466976
|
| 412 |
+
},
|
| 413 |
+
{
|
| 414 |
+
"name": "Mercury_Transport_Module",
|
| 415 |
+
"description": "",
|
| 416 |
+
"max_diameter_meters": 29.98450661
|
| 417 |
+
},
|
| 418 |
+
{
|
| 419 |
+
"name": "MESSENGER",
|
| 420 |
+
"description": "MESSENGER (Mercury Surface, Space Environment, Geochemistry and Ranging) was the first spacecraft to orbit Mercury. Among its accomplishments, the mission determined Mercury’s surface composition, revealed its geological history, discovered details about its internal magnetic field, and verified its polar deposits are dominantly water-ice. The mission ended when MESSENGER slammed into Mercury’s surface.",
|
| 421 |
+
"max_diameter_meters": 6.956809044
|
| 422 |
+
},
|
| 423 |
+
{
|
| 424 |
+
"name": "MMS",
|
| 425 |
+
"description": "The Magnetospheric Multiscale (MMS) mission is a Solar Terrestrial Probes mission comprising four identically instrumented spacecraft that will use Earth's magnetosphere as a laboratory to study the microphysics of three fundamental plasma processes: magnetic reconnection, energetic particle acceleration, and turbulence. These processes occur in all astrophysical plasma systems but can be studied in situ only in our solar system and most efficiently only in Earth's magnetosphere, where they control the dynamics of the geospace environment and play an important role in the processes known as \"space weather.\"",
|
| 426 |
+
"max_diameter_meters": 26.25121975
|
| 427 |
+
},
|
| 428 |
+
{
|
| 429 |
+
"name": "NEAR_Shoemaker",
|
| 430 |
+
"description": "The NEAR mission studied the near-Earth asteroid Eros from close orbit over a period of a year, and also flew by the asteroid Mathilde. The mission succeeded in closing in with the asteroid and orbited it several times, finally ending by touching down on the asteroid on February 12, 2001.",
|
| 431 |
+
"max_diameter_meters": 5.293577671
|
| 432 |
+
},
|
| 433 |
+
{
|
| 434 |
+
"name": "New_Horizons",
|
| 435 |
+
"description": "New Horizons was the first spacecraft to encounter Pluto, a relic from the formation of the solar system. By the time it reached the Pluto system, the spacecraft had traveled farther away and for a longer time period (more than nine years) than any previous deep space spacecraft ever launched. On July 14, 2015, New Horizons flew about 4,800 miles (7,800 kilometers) above the surface of Pluto. Besides collecting data on Pluto and Charon (the Charon flyby was at about 17,900 miles or 28,800 kilometers), New Horizons also observed Pluto’s other satellites, Nix, Hydra, Kerberos and Styx.\n\n The download of the entire set of data collected during the encounter with Pluto and Charon—about 6.25 gigabytes—took over 15 months and was officially completed at 21:48 UT Oct. 25, 2016. Such a lengthy period was necessary because the spacecraft was roughly 4.5 light-hours from Earth and it could only transmit 1-2 kilobits per second. On Jan. 1, 2019, New Horizons flew past Arrokoth (previously named 2014 MU69 and also called Ultima Thule), the most distant target in history. The New Horizons mission is currently exploring additional Kuiper Belt objects.",
|
| 436 |
+
"max_diameter_meters": 2.975899696
|
| 437 |
+
},
|
| 438 |
+
{
|
| 439 |
+
"name": "NISAR",
|
| 440 |
+
"description": "NISAR will be the first radar of its kind in space to systematically map Earth, using two different radar frequencies (L-band and S-band) to measure changes of our planet’s surface, including movements as small as a centimeter. Synthetic aperture radar (SAR) refers to a technique for producing fine-resolution images from a resolution-limited radar system. The NISAR mission is an equal collaboration between NASA and the Indian Space Research Organisation (ISRO) and marks the first time the two agencies have cooperated on hardware development for an Earth-observing mission.",
|
| 441 |
+
"max_diameter_meters": 14.28800106
|
| 442 |
+
},
|
| 443 |
+
{
|
| 444 |
+
"name": "NuSTAR",
|
| 445 |
+
"description": "The Nuclear Spectroscopic Telescope Array (NuSTAR) mission has deployed the first orbiting telescopes to focus light in the high energy X-ray region of the electromagnetic spectrum. Our view of the universe in this spectral window has been limited because previous orbiting telescopes have not employed true focusing optics, but rather have used coded apertures that have intrinsically high backgrounds and limited sensitivity.\n\nIn addition to its core science program, NuSTAR will offer opportunities for a broad range of science investigations, ranging from probing cosmic ray origins to studying the extreme physics around collapsed stars to mapping microflares on the surface of the Sun. NuSTAR will also respond to targets of opportunity including supernovae and gamma-ray bursts.",
|
| 446 |
+
"max_diameter_meters": 22.86521912
|
| 447 |
+
},
|
| 448 |
+
{
|
| 449 |
+
"name": "OCO_2",
|
| 450 |
+
"description": "The OCO-2 Project primary science objective is to collect the first space-based measurements of atmospheric carbon dioxide with the precision, resolution and coverage needed to characterize its sources and sinks and quantify their variability over the seasonal cycle.OCO-2 flies in a sun-synchronous, near-polar orbit with a group of Earth-orbiting satellites with synergistic science objectives. Near-global coverage of the sunlit portion of Earth is provided in this orbit over a 16-day (233-revolution) repeat cycle. OCO-2’s single instrument incorporates three high-resolution grating spectrometers, designed to measure the near-infrared absorption of reflected sunlight by carbon dioxide and molecular oxygen.",
|
| 451 |
+
"max_diameter_meters": 8.132896423
|
| 452 |
+
},
|
| 453 |
+
{
|
| 454 |
+
"name": "OSIRIS_REX",
|
| 455 |
+
"description": "OSIRIS-APEX is an acronym for \"Origins, Spectral Interpretation, Resource Identification, Security-Apophis Explorer.\" Originally named OSIRIS-REx (\"Regolith Explorer\"), the goal of the mission was to collect a sample weighing 2.1 ounces (59.5 grams) from near-Earth asteroid 101955 Bennu and then to bring the sample to Earth.\n\n The mission, developed by scientists at the University of Arizona, will give scientists more information about how the early solar system formed and about how life began. It will also help us better understand asteroids that could impact Earth in the future. On October 20th, 2020, approximately 121.6 grams of material from the surface of Bennu was successfully collected. On May 10th, 2021, the spacecraft left Bennu after nearly two years in orbit to begin the two-year voyage back to Earth.\n\n On Sept. 24, 2023, the OSIRIS-REx spacecraft flew by Earth to release the capsule carrying the asteroid sample for a parachute landing. The sample capsule deployed its parachute at an altitude of about 1.9 miles (3 kilometers), bringing it in for a soft landing at the Utah Test and Training Range about 80 miles (130 kilometers) west of Salt Lake City, Utah.\n\n The capsule was sent to Johnson Space Center in Houston, Texas, where scientists at the Astromaterials Acquisition and Curation Office will catalog it and set aside portions of the sample for partners in the Japanese and Canadian space agencies. The spacecraft collected 121.6 grams of material from Bennu. \n\n The main spacecraft (now renamed OSIRIS-APEX) will continue on to investigate the asteroid 99942 Apophis.\n\n ",
|
| 456 |
+
"max_diameter_meters": 6.219933987
|
| 457 |
+
},
|
| 458 |
+
{
|
| 459 |
+
"name": "OSTM",
|
| 460 |
+
"description": "The third in a series of sea level missions, Jason-2/Ocean Surface Topography Mission follows the TOPEX/Poseiden and Jason-1 missions. These very accurate observations of variations in sea surface height — also known as ocean topography — provide information about global sea level, the speed and direction of ocean currents, and heat stored in the ocean.",
|
| 461 |
+
"max_diameter_meters": 7.945781708
|
| 462 |
+
},
|
| 463 |
+
{
|
| 464 |
+
"name": "PACE",
|
| 465 |
+
"description": "PACE will advance the assessment of ocean health by measuring the distribution of phytoplankton, tiny plants and algae that sustain the marine food web. It will also continue systematic records of key atmospheric variables associated with air quality and Earth's climate. PACE's data will help us better understand how the ocean and atmosphere exchange carbon dioxide. Novel uses of PACE data will benefit our economy and society; for example, it will help identify the extent and duration of harmful algal blooms. PACE will extend and expand NASA's long-term observations of our living planet. By doing so, it will take Earth's pulse in new ways for decades to come.",
|
| 466 |
+
"max_diameter_meters": 7.006451011
|
| 467 |
+
},
|
| 468 |
+
{
|
| 469 |
+
"name": "Parker_Solar_Probe",
|
| 470 |
+
"description": "NASA's Parker Solar Probe is diving into the Sun’s atmosphere, facing brutal heat and radiation, on a mission to give humanity its first-ever sampling of a star’s atmosphere.\n\n During its journey, the mission will provide answers to long-standing questions that have puzzled scientists for more than 60 years: Why is the corona much hotter than the Sun's surface (the photosphere)? How does the solar wind accelerate? What are the sources of high-energy solar particles?\n\n We live in the Sun's atmosphere and this mission will help scientists better understand the Sun's impact on Earth.\n\n Data from Parker will be key to understanding and, perhaps, forecasting space weather. Space weather can change the orbits of satellites, shorten their lifetimes, or interfere with onboard electronics.\n\n On its final three orbits, Parker Solar Probe will fly to within 3.9 million miles (6.2 million kilometers) of the Sun’s surface—more than seven times closer than the current record holder for a close solar pass: the Helios 2 spacecraft. Helios came within 27 million miles (43 million kilometers) in 1976.\n\n Parker can survive these conditions because cutting-edge thermal engineering advances protect the spacecraft during its dangerous journey.\n\n The probe has four instrument suites designed to study magnetic fields, plasma and energetic particles, and image the solar wind.\n\n The mission is named for Dr. Eugene N. Parker, who pioneered our modern understanding of the Sun.",
|
| 471 |
+
"max_diameter_meters": 6.611062288
|
| 472 |
+
},
|
| 473 |
+
{
|
| 474 |
+
"name": "Philae",
|
| 475 |
+
"description": "On November 12th, 2014, the Philae probe successfully detached from Rosetta and landed on the surface of the comet 67P/Churyumov-Gerasimenko. Philae actually bounced off the surface of the comet twice, and its location was not known precisely for some time. Philae completed 80 percent of its planned first science sequence, returning spectacular images of its surroundings, showing a surface covered by dust and debris ranging in size from inches to a yard (millimeters to a meter).",
|
| 476 |
+
"max_diameter_meters": 1.298351407
|
| 477 |
+
},
|
| 478 |
+
{
|
| 479 |
+
"name": "Phoenix",
|
| 480 |
+
"description": "The mission’s science goals included studying the history of water on Mars in all phases, searching for evidence of habitable zones, and assessing the biological potential of the ice-soil boundary. More broadly, the lander was designed to determine whether life ever existed on Mars, characterize the climate and geology of the Red Planet, and to help prepare for future human exploration of its surface.",
|
| 481 |
+
"max_diameter_meters": 3.600168943
|
| 482 |
+
},
|
| 483 |
+
{
|
| 484 |
+
"name": "Planck",
|
| 485 |
+
"description": "",
|
| 486 |
+
"max_diameter_meters": 4.321184397
|
| 487 |
+
},
|
| 488 |
+
{
|
| 489 |
+
"name": "Polar",
|
| 490 |
+
"description": "Launched in 1996, the Polar mission gathered multi-wavelength imaging of the aurora, measured the entry of plasma into the polar magnetosphere and the geomagnetic tail, the flow of plasma to and from the ionosphere, and the deposition of particle energy in the ionosphere and upper atmosphere.",
|
| 491 |
+
"max_diameter_meters": 25.7
|
| 492 |
+
},
|
| 493 |
+
{
|
| 494 |
+
"name": "POSE_Composite",
|
| 495 |
+
"description": "",
|
| 496 |
+
"max_diameter_meters": 4.082837701
|
| 497 |
+
},
|
| 498 |
+
{
|
| 499 |
+
"name": "PREFIRE",
|
| 500 |
+
"description": "Analysis of PREFIRE’s measurements will inform climate and ice models, providing better projections of how a warming world will affect sea ice loss, ice sheet melt, and sea level rise. Improving climate models can ultimately help to provide more accurate projections on the impacts of storm severity and frequency, as well as coastal erosion and flooding. PREFIRE consists of two 6U CubeSats with a baseline mission length of 10 months.",
|
| 501 |
+
"max_diameter_meters": 1.084315151
|
| 502 |
+
},
|
| 503 |
+
{
|
| 504 |
+
"name": "Proba_2",
|
| 505 |
+
"description": "",
|
| 506 |
+
"max_diameter_meters": 1.724209011
|
| 507 |
+
},
|
| 508 |
+
{
|
| 509 |
+
"name": "Proba_3_CSC",
|
| 510 |
+
"description": "",
|
| 511 |
+
"max_diameter_meters": 2.74163723
|
| 512 |
+
},
|
| 513 |
+
{
|
| 514 |
+
"name": "Proba_3_OSC",
|
| 515 |
+
"description": "",
|
| 516 |
+
"max_diameter_meters": 1.458840549
|
| 517 |
+
},
|
| 518 |
+
{
|
| 519 |
+
"name": "Psyche",
|
| 520 |
+
"description": "Deep within the terrestrial planets, including Earth, scientists infer the presence of metallic cores, but these lie unreachably far below the planets’ rocky mantles and crusts. The asteroid Psyche offers a unique window into these building blocks of planet formation and the opportunity to investigate a previously unexplored type of world.",
|
| 521 |
+
"max_diameter_meters": 24.7368145
|
| 522 |
+
},
|
| 523 |
+
{
|
| 524 |
+
"name": "QuikSCAT",
|
| 525 |
+
"description": "Its primary mission was to measure the surface wind speed and direction over the ice-free global oceans. Observations from QuikSCAT had a wide array of applications, and contributed to climatological studies, weather forecasting, meteorology, oceanographic research, marine safety, commercial fishing, tracking large icebergs, and studies of land and sea ice, among others.",
|
| 526 |
+
"max_diameter_meters": 3.800492764
|
| 527 |
+
},
|
| 528 |
+
{
|
| 529 |
+
"name": "RainCube",
|
| 530 |
+
"description": "RainCube had three main objectives: Develop, launch, and operate the first radar instrument on a CubeSat (6U), demonstrate new technologies and provide space validation for a Ka-band (35.75 GHz) precipitation profiling radar, and enable future precipitation profiling Earth science missions on a low-cost, quick-turnaround platform. RainCube was launched directly from the International Space Station.",
|
| 531 |
+
"max_diameter_meters": 0.735791266
|
| 532 |
+
},
|
| 533 |
+
{
|
| 534 |
+
"name": "Rosetta",
|
| 535 |
+
"description": "The mission was launched on 2 March 2004, on a 10-year journey towards comet 67P/Churyumov-Gerasimenko. En route, it passed by two asteroids, 2867 Steins (in 2008) and 21 Lutetia (in 2010), before entering deep-space hibernation mode in June 2011. On 20 January 2014, it 'woke up' and prepared for arrival at the comet in August that year. On 12 November, the mission deployed its Philae probe to the comet, the first time in history that such a feat was achieved.",
|
| 536 |
+
"max_diameter_meters": 31.95912552
|
| 537 |
+
},
|
| 538 |
+
{
|
| 539 |
+
"name": "Sentinel_6_Michael_Freilich",
|
| 540 |
+
"description": "The first of two identical satellites to be launched five years apart, Sentinel-6 Michael Freilich will make high precision ocean altimetry measurements to continue the work previously done by Jason-1, Jason-2/OSTM, and the Jason-3 missions.\n\nA secondary objective is to collect high resolution vertical profiles of temperature and water vapor through the Radio Occultation instrument. This is used to help numerical weather predictions.",
|
| 541 |
+
"max_diameter_meters": 5.132573485
|
| 542 |
+
},
|
| 543 |
+
{
|
| 544 |
+
"name": "SMAP",
|
| 545 |
+
"description": "The Soil Moisture Active Passive (SMAP) satellite maps global soil moisture and detects whether soils are frozen or thawed. This mission helps scientists understand the links between Earth's water, energy and carbon cycles; reduce uncertainties in predicting weather and climate; and enhance our ability to monitor and predict natural hazards such as floods and droughts. SMAP is designed to measure soil moisture, every 2-3 days. This permits changes, around the world, to be observed over time scales ranging from major storms to repeated measurements of changes over the seasons.\n\n Everywhere on Earth not covered with water or not frozen, SMAP measures how much water is in the top layer of soil. It also distinguishes between ground that is frozen or thawed. Where the ground is not frozen, SMAP measures the amount of water found between the minerals, rocky material, and organic particles found in soil everywhere in the world (SMAP measures liquid water in the top layer of ground but is not able to measure the ice.)",
|
| 546 |
+
"max_diameter_meters": 9.516263485
|
| 547 |
+
},
|
| 548 |
+
{
|
| 549 |
+
"name": "Smart_1",
|
| 550 |
+
"description": "",
|
| 551 |
+
"max_diameter_meters": 4.61806798
|
| 552 |
+
},
|
| 553 |
+
{
|
| 554 |
+
"name": "SOHO",
|
| 555 |
+
"description": "The ESA-sponsored Solar and Heliospheric Observatory (SOHO) carries 12 scientific instruments to study the solar atmosphere, helioseismology and the solar wind. Information from the mission has allowed scientists to learn more about the Sun’s internal structure and dynamics, the chromosphere, the corona and solar particles.",
|
| 556 |
+
"max_diameter_meters": 9.427423954
|
| 557 |
+
},
|
| 558 |
+
{
|
| 559 |
+
"name": "Solar_Dynamics_Observatory",
|
| 560 |
+
"description": "",
|
| 561 |
+
"max_diameter_meters": 6.88638258
|
| 562 |
+
},
|
| 563 |
+
{
|
| 564 |
+
"name": "Solar_Orbiter",
|
| 565 |
+
"description": "",
|
| 566 |
+
"max_diameter_meters": 17.93440819
|
| 567 |
+
},
|
| 568 |
+
{
|
| 569 |
+
"name": "SORCE",
|
| 570 |
+
"description": "The measurements provided by SORCE specifically address long-term climate change, natural variability and enhanced climate prediction, and atmospheric ozone and UV-B radiation. These measurements are critical to studies of the Sun; its effect on our Earth system; and its influenceon humankind. SORCE ended its mission in 2020.",
|
| 571 |
+
"max_diameter_meters": 3.364966154
|
| 572 |
+
},
|
| 573 |
+
{
|
| 574 |
+
"name": "SPHEREx",
|
| 575 |
+
"description": "SPHEREx will survey the sky in optical as well as near-infrared light which, though not visible to the human eye, serves as a powerful tool for answering cosmic questions. Astronomers will use the mission to gather data on more than 450 million galaxies as well as more than 100 million stars in our own Milky Way. Every six months, SPHEREx will survey the entire sky using technologies adapted from Earth satellites and interplanetary spacecraft. The mission will create a map of the entire sky in 102 different color bands, far exceeding the color resolution of previous all-sky maps. It also will identify targets for more detailed study by future missions, such as NASA's James Webb Space Telescope and Wide Field Infrared Survey Telescope.",
|
| 576 |
+
"max_diameter_meters": 3.28820312
|
| 577 |
+
},
|
| 578 |
+
{
|
| 579 |
+
"name": "Spitzer",
|
| 580 |
+
"description": "The Spitzer Space Telescope (formerly the Space Infrared Telescope Facility or SIRTF) was the fourth and last of NASA’s “Great Observatories,” and carried a 34-inch (85-centimeter) infrared telescope to study asteroids, comets, planets and distant galaxies. It was retired in January of 2020.",
|
| 581 |
+
"max_diameter_meters": 7.883532763
|
| 582 |
+
},
|
| 583 |
+
{
|
| 584 |
+
"name": "Stardust",
|
| 585 |
+
"description": "Its primary goal was to fly by the Comet Wild 2, collect samples of dust from the coma of the comet as well as additional interstellar particles, and then bring the samples to Earth. In 2006, the sample return capsule re-entered Earth's atmosphere and landed in Utah, and the sampes have been studied ever since. After dropping off the samples at Earth, the spacecraft visited Comet Tempel 1 in 2011, and then the mission ended shortly thereafter.",
|
| 586 |
+
"max_diameter_meters": 5.007898092
|
| 587 |
+
},
|
| 588 |
+
{
|
| 589 |
+
"name": "Starling",
|
| 590 |
+
"description": "NASA’s Starling mission is advancing the readiness of various technologies for cooperative groups of spacecraft – also known as distributed missions, clusters, or swarms. Starling will demonstrate technologies to enable multipoint science data collection by several small spacecraft flying in swarms. The six-month mission will use four CubeSats in low-Earth orbit to test four technologies that let spacecraft operate in a synchronized manner without resources from the ground.",
|
| 591 |
+
"max_diameter_meters": 1.387534022
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"name": "Starlink",
|
| 595 |
+
"description": "",
|
| 596 |
+
"max_diameter_meters": 6.41626616
|
| 597 |
+
},
|
| 598 |
+
{
|
| 599 |
+
"name": "STEREO_Ahead",
|
| 600 |
+
"description": "STEREO (Solar Terrestrial Relations Observatory), the third mission in NASA’s Solar Terrestrial Probes (STP) program, consisted of two space-based observatories to study the structure and evolution of solar storms as they emerge from the Sun and move out through space.\n\n The two spacecraft, one ahead of Earth in its orbit and the other trailing behind, provided the first stereoscopic images of the Sun, and collected data on the nature of its coronal mass ejections (CMEs), represented by large bursts of solar wind, solar plasma, and magnetic fields that are ejected into space. CMEs can disrupt communications, power grids, satellite operations, and air travel here on Earth. The orbital periods of STEREO A and STEREO B were 347 days and 387 days, respectively. The two spacecraft separate from each other at a (combined) annual rate of 44 degrees. At various points, the spacecraft were separated from each other by 90 degrees and 180 degrees. The latter occurred Feb. 6, 2011, allowing the entire Sun to be seen at once for the first time by any set of spacecraft.",
|
| 601 |
+
"max_diameter_meters": 8.020278692
|
| 602 |
+
},
|
| 603 |
+
{
|
| 604 |
+
"name": "Suomi_NPP",
|
| 605 |
+
"description": "NPP represents a critical first step in building the next-generation Earth-observing satellite system that will collect data on long-term climate change and short-term weather conditions. NPP is the result of a partnership between NASA, the National Oceanic and Atmospheric Administration, and the Department of Defense.\n\n NPP will extend and improve upon the Earth system data records established by NASA's Earth Observing System fleet of satellites that have provided critical insights into the dynamics of the entire Earth system: clouds, oceans, vegetation, ice, solid Earth and atmosphere.",
|
| 606 |
+
"max_diameter_meters": 8.958837032
|
| 607 |
+
},
|
| 608 |
+
{
|
| 609 |
+
"name": "SWOT",
|
| 610 |
+
"description": "SWOT (Surface Water & Ocean Topography) will make the first global survey of Earth's surface water, observe the fine details of the ocean's surface topography, and measure how water bodies change over time.",
|
| 611 |
+
"max_diameter_meters": 14.34451389
|
| 612 |
+
},
|
| 613 |
+
{
|
| 614 |
+
"name": "TDRS",
|
| 615 |
+
"description": "Platforms such as satellites, balloons, aircraft, the International Space Station, and remote bases like the Amundsen-Scott South Pole Station are served by the TRDR system, which places satellites in geosynchronous orbit. It was designed to replace an existing worldwide network of ground stations that had supported all of NASA's crewed flight missions and uncrewed satellites in low-Earth orbits. The primary system design goal was to increase the amount of time that these spacecraft were in communication with the ground and improve the amount of data that could be transferred.",
|
| 616 |
+
"max_diameter_meters": 21.11925507
|
| 617 |
+
},
|
| 618 |
+
{
|
| 619 |
+
"name": "TEMPO",
|
| 620 |
+
"description": "Hosted on the Intelsat 40E, the TEMPO instrument is a UV-visible spectrometer, and is the first ever space-based instrument to monitor air pollutants hourly across the North American continent during daytime. It collects high-resolution measurements of ozone, nitrogen dioxide and other pollutants, data which will revolutionize air quality forecasts.",
|
| 621 |
+
"max_diameter_meters": 19.5002985
|
| 622 |
+
},
|
| 623 |
+
{
|
| 624 |
+
"name": "Terra",
|
| 625 |
+
"description": "Terra carries five instruments that observe Earth’s atmosphere, ocean, land, snow and ice, and energy budget. Taken together, these observations provide unique insight into how the Earth system works and how it is changing. Terra observations reveal humanity’s impact on the planet and provide crucial data about natural hazards like fire and volcanoes. Terra is an international mission carrying instruments from the United States, Japan, and Canada.",
|
| 626 |
+
"max_diameter_meters": 13.12582612
|
| 627 |
+
},
|
| 628 |
+
{
|
| 629 |
+
"name": "TESS",
|
| 630 |
+
"description": "The Transiting Exoplanet Survey Satellite (TESS) is the next step in the search for planets outside of our solar system, including those that could support life. The mission will find exoplanets that periodically block part of the light from their host stars, events called transits. TESS will survey 200,000 of the brightest stars near the sun to search for transiting exoplanets. TESS launched on April 18, 2018, aboard a SpaceX Falcon 9 rocket.\n\n TESS scientists expect the mission will catalog thousands of planet candidates and vastly increase the current number of known exoplanets. Of these, approximately 300 are expected to be Earth-sized and super-Earth-sized exoplanets, which are worlds no larger than twice the size of Earth. TESS will find the most promising exoplanets orbiting our nearest and brightest stars, giving future researchers a rich set of new targets for more comprehensive follow-up studies.",
|
| 631 |
+
"max_diameter_meters": 7.393907309
|
| 632 |
+
},
|
| 633 |
+
{
|
| 634 |
+
"name": "THEMIS",
|
| 635 |
+
"description": "The THEMIS mission was originally five satellites designed to study the Earth's magnetosphere and the storms it creates. Three of the satellites orbit the Earth within the magnetosphere, while two have been moved into orbit around the Moon. Those two were renamed ARTEMIS for Acceleration, Reconnection, Turbulence and Electrodynamics of the Moon's Interaction with the Sun. THEMIS B became ARTEMIS P1 and THEMIS C became ARTEMIS P2. ARTEMIS P1 and P2 together comprise the THEMIS-ARTEMIS mission. The three THEMIS spacecraft continue to collect data about the sun's interaction with Earth's magnetosphere.",
|
| 636 |
+
"max_diameter_meters": 7.206683636
|
| 637 |
+
},
|
| 638 |
+
{
|
| 639 |
+
"name": "Trace_Gas_Orbiter",
|
| 640 |
+
"description": "The ExoMars Trace Gas Orbiter (TGO) was designed to search for trace gases in the Martian atmosphere such as methane, water vapor, nitrogen oxides and acetylene. These gases could provide evidence for possible biological or geological activity on Mars. Organisms on Earth release methane during digestion, although geological processes such as the oxidation of minerals can also release methane.\n\n ExoMars also will monitor seasonal changes in the Martian atmosphere and will look for water-ice beneath the surface. Information gathered during the mission will help decide landing sites for future ESA missions.",
|
| 641 |
+
"max_diameter_meters": 17.53431892
|
| 642 |
+
},
|
| 643 |
+
{
|
| 644 |
+
"name": "TRMM",
|
| 645 |
+
"description": "TRMM delivered a unique 17-year dataset of global tropical rainfall and lightning. The TRMM dataset became the space standard for measuring precipitation, and led to research that improved our understanding of tropical cyclone structure and evolution, convective system properties, lightning-storm relationships, climate and weather modeling, and human impacts on rainfall.",
|
| 646 |
+
"max_diameter_meters": 12.62481594
|
| 647 |
+
},
|
| 648 |
+
{
|
| 649 |
+
"name": "TROPICS",
|
| 650 |
+
"description": "TROPICS-01, also called TROPICS Pathfinder, was launched nearly two years before the other CubeSats in June of 2021, which allowed preliminary results to be produced and communications systems and data processing algorithms to be tested prior to constellation launch.",
|
| 651 |
+
"max_diameter_meters": 0.591448694
|
| 652 |
+
},
|
| 653 |
+
{
|
| 654 |
+
"name": "Ulysses",
|
| 655 |
+
"description": "Ulysses was launched in 1990 and made three \"fast latitude scans\" of the Sun in 1994/1995, 2000/2001, and 2007/2008. In addition, the probe studied several comets. The vehicle was designed to fly a unique trajectory that would use a gravity assist from Jupiter to take it out of the plane of the solar system. Ulysses found that the solar wind has become progressively weaker over the last 50 years.",
|
| 656 |
+
"max_diameter_meters": 7.73
|
| 657 |
+
},
|
| 658 |
+
{
|
| 659 |
+
"name": "Van_Allen_Probe",
|
| 660 |
+
"description": "A Van Allen radiation belt is a zone of energetic charged particles, most of which originate from the solar wind, that are captured by and held around a planet by that planet's magnetic field. The Van Allen Probes were built to study these areas of \"space weather\" in more detail.",
|
| 661 |
+
"max_diameter_meters": 11.95726776
|
| 662 |
+
},
|
| 663 |
+
{
|
| 664 |
+
"name": "Venus_Express",
|
| 665 |
+
"description": "",
|
| 666 |
+
"max_diameter_meters": 2.830660582
|
| 667 |
+
},
|
| 668 |
+
{
|
| 669 |
+
"name": "Voyager",
|
| 670 |
+
"description": "NASA's Voyager 1 was launched after Voyager 2, but because of a faster route, it exited the asteroid belt earlier than its twin, having overtaken Voyager 2 on Dec. 15, 1977. The twin Voyager 1 and 2 spacecraft are exploring where no spacecraft from Earth has flown before. Continuing on their more-than-40-year journey since their 1977 launches, they each are much farther away from Earth and the sun than Pluto. In August 2012, Voyager 1 made the historic entry into interstellar space, the region between stars, filled with material ejected by the death of nearby stars millions of years ago. Voyager 2 entered interstellar space on November 5, 2018 and scientists hope to learn more about this region. Both spacecraft are still sending scientific information about their surroundings through the Deep Space Network, or DSN. The primary mission was the exploration of Jupiter and Saturn. After making a string of discoveries there — such as active volcanoes on Jupiter's moon Io and intricacies of Saturn's rings — the mission was extended. Voyager 2 went on to explore Uranus and Neptune, and is still the only spacecraft to have visited those outer planets. The adventurers' current mission, the Voyager Interstellar Mission (VIM), will explore the outermost edge of the Sun's domain. And beyond.",
|
| 671 |
+
"max_diameter_meters": 16.90906811
|
| 672 |
+
},
|
| 673 |
+
{
|
| 674 |
+
"name": "WIND",
|
| 675 |
+
"description": "The Wind spacecraft observes the solar wind that is about to impact the magnetosphere of Earth.",
|
| 676 |
+
"max_diameter_meters": 25.9
|
| 677 |
+
},
|
| 678 |
+
{
|
| 679 |
+
"name": "XMM_newton",
|
| 680 |
+
"description": "",
|
| 681 |
+
"max_diameter_meters": 15.92288208
|
| 682 |
+
}
|
| 683 |
+
],
|
| 684 |
+
"statistics": {
|
| 685 |
+
"total": 136,
|
| 686 |
+
"found": 108,
|
| 687 |
+
"not_found": 28
|
| 688 |
+
}
|
| 689 |
+
}
|