Update README.md
Browse files
README.md
CHANGED
|
@@ -1,83 +1,89 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
| 58 |
-
|
| 59 |
-
|
| 60 |
-
|
| 61 |
-
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
| 66 |
-
|
| 67 |
-
|
| 68 |
-
|
| 69 |
-
|
| 70 |
-
|
| 71 |
-
|
| 72 |
-
|
| 73 |
-
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
|
| 77 |
-
|
| 78 |
-
|
| 79 |
-
-
|
| 80 |
-
|
| 81 |
-
|
| 82 |
-
|
| 83 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# JWST Quality Analysis Dataset
|
| 2 |
+
|
| 3 |
+
## Overview
|
| 4 |
+
|
| 5 |
+
This dataset contains comprehensive quality analysis for 2,709 JWST (James Webb Space Telescope) NIRCam images from the MAST archive. Each image has been automatically analyzed for quality metrics, artifact detection, and noise characteristics.
|
| 6 |
+
|
| 7 |
+
## Dataset Information
|
| 8 |
+
|
| 9 |
+
- **Size**: 2,709 images
|
| 10 |
+
- **Format**: JSONL (JSON Lines)
|
| 11 |
+
- **Source**: JWST NIRCam observations from MAST
|
| 12 |
+
- **Targets**: M16, NGC 3132, NGC 3324, SMACS 0723, Stephan's Quintet
|
| 13 |
+
|
| 14 |
+
## Quality Metrics
|
| 15 |
+
|
| 16 |
+
Each image includes:
|
| 17 |
+
|
| 18 |
+
### Basic Statistics
|
| 19 |
+
- `mean_intensity`, `std_intensity`, `min_intensity`, `max_intensity`
|
| 20 |
+
- `median_intensity`, `skewness`, `kurtosis`, `dynamic_range`
|
| 21 |
+
|
| 22 |
+
### Noise Analysis
|
| 23 |
+
- `noise_level`, `noise_std`, `signal_to_noise`
|
| 24 |
+
|
| 25 |
+
### Saturation Analysis
|
| 26 |
+
- `saturated_pixels`, `saturation_percentage`, `is_saturated`
|
| 27 |
+
|
| 28 |
+
### Artifact Detection
|
| 29 |
+
- `cosmic_rays`: List of cosmic ray locations [x, y, area]
|
| 30 |
+
- `hot_pixels`: List of hot pixel locations [x, y, area]
|
| 31 |
+
- `bad_pixels`: List of bad pixel locations [x, y, area]
|
| 32 |
+
- `artifact_count`: Total number of artifacts
|
| 33 |
+
|
| 34 |
+
### Quality Assessment
|
| 35 |
+
- `quality_score`: Overall quality score (1-10 scale)
|
| 36 |
+
|
| 37 |
+
## Use Cases
|
| 38 |
+
|
| 39 |
+
### For Researchers
|
| 40 |
+
- **Quality Screening**: Filter images by quality score for analysis
|
| 41 |
+
- **Artifact Cataloging**: Identify and locate artifacts for cleaning
|
| 42 |
+
- **Statistical Analysis**: Study image quality across different targets/filters
|
| 43 |
+
- **Quality Benchmarking**: Compare quality across different observations
|
| 44 |
+
|
| 45 |
+
### For Machine Learning
|
| 46 |
+
- **Training Data**: Train quality assessment models
|
| 47 |
+
- **Feature Engineering**: Use quality metrics as features
|
| 48 |
+
- **Validation**: Quality scores for model evaluation
|
| 49 |
+
|
| 50 |
+
## Methodology
|
| 51 |
+
|
| 52 |
+
The quality analysis was performed using:
|
| 53 |
+
- **OpenCV** for image processing and artifact detection
|
| 54 |
+
- **NumPy/SciPy** for statistical analysis
|
| 55 |
+
- **Parallel processing** for efficient analysis of large datasets
|
| 56 |
+
|
| 57 |
+
Quality scores are calculated based on:
|
| 58 |
+
- Signal-to-noise ratios
|
| 59 |
+
- Saturation levels
|
| 60 |
+
- Artifact counts
|
| 61 |
+
- Dynamic range
|
| 62 |
+
|
| 63 |
+
## Dataset Statistics
|
| 64 |
+
|
| 65 |
+
- **Mean Quality Score**: 8.39/10
|
| 66 |
+
- **Quality Score Range**: 6.0 - 10.0
|
| 67 |
+
- **Images with Artifacts**: All images contain some artifacts (typical for astronomical data)
|
| 68 |
+
- **Saturated Images**: 0 (no significant saturation detected)
|
| 69 |
+
|
| 70 |
+
## Citation
|
| 71 |
+
|
| 72 |
+
If you use this dataset in your research, please cite:
|
| 73 |
+
|
| 74 |
+
```bibtex
|
| 75 |
+
@dataset{jwst_quality_analysis_2024,
|
| 76 |
+
title={JWST Quality Analysis Dataset},
|
| 77 |
+
author={Your Name},
|
| 78 |
+
year={2024},
|
| 79 |
+
url={https://huggingface.co/datasets/norbertm/jwst-quality-analysis-dataset}
|
| 80 |
+
}
|
| 81 |
+
```
|
| 82 |
+
|
| 83 |
+
## License
|
| 84 |
+
|
| 85 |
+
This dataset is provided for research purposes. Please refer to the original JWST data usage policies from MAST.
|
| 86 |
+
|
| 87 |
+
## Contact
|
| 88 |
+
|
| 89 |
+
For questions or feedback about this dataset, please open an issue on the Hugging Face repository.
|