msiudek commited on
Commit
5b68310
·
verified ·
1 Parent(s): 8648150

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -9
README.md CHANGED
@@ -572,9 +572,11 @@ dataset = load_dataset(
572
  # Iterate through samples
573
  for sample in dataset:
574
  object_id = sample['object_id']
575
- vis_image = sample['VIS_image'] # 224×224 array
576
- nisp_y = sample['NISP_Y_image'] # 224×224 array
577
- sed = sample['SED'] # 13 photometric fluxes
 
 
578
 
579
  # Your processing logic here
580
  ```
@@ -610,7 +612,6 @@ for batch_name in train_batches:
610
  ### Load Non-Streaming (Download to Disk)
611
 
612
  ```python
613
- # Warning: This will download ~475 GB and cache to disk
614
  dataset = load_dataset(
615
  "msiudek/astroPT_euclid_dataset",
616
  streaming=False,
@@ -620,10 +621,16 @@ dataset = load_dataset(
620
 
621
  ## Data Access & Citation
622
 
623
- **Repository**: https://huggingface.co/datasets/msiudek/astroPT_euclid_dataset
624
-
625
- **Metadata**: https://huggingface.co/datasets/msiudek/astroPT_euclid_metadata
626
-
 
 
 
 
 
 
627
  **Citation**:
628
  ```bibtex
629
  @article{Siudek2025,
@@ -636,7 +643,9 @@ dataset = load_dataset(
636
  url={https://ui.adsabs.harvard.edu/abs/2025arXiv250315312E/abstract}
637
  }
638
  ```
639
-
 
 
640
  **Data License**: CC-BY-4.0
641
 
642
  ## Acknowledgments
 
572
  # Iterate through samples
573
  for sample in dataset:
574
  object_id = sample['object_id']
575
+ vis_image = sample['VIS_image'] # 224×224 array
576
+ nisp_y = sample['NISP_Y_image'] # 224×224 array
577
+ nisp_j = sample['NISP_J_image'] # 224×224 array
578
+ nisp_h = sample['NISP_H_image'] # 224×224 array
579
+ sed = sample['SED'] # 13 photometric fluxes
580
 
581
  # Your processing logic here
582
  ```
 
612
  ### Load Non-Streaming (Download to Disk)
613
 
614
  ```python
 
615
  dataset = load_dataset(
616
  "msiudek/astroPT_euclid_dataset",
617
  streaming=False,
 
621
 
622
  ## Data Access & Citation
623
 
624
+ **Framework**: [AstroPT GitHub Repository](https://github.com/Smith42/astroPT)
625
+ - Multi-modal learning framework
626
+ - Pre-training and fine-tuning code
627
+ - Example notebooks and tutorials
628
+
629
+ **Metadata**: [astroPT_euclid_metadata](https://huggingface.co/datasets/msiudek/astroPT_euclid_metadata)
630
+ - Morphological properties from Euclid
631
+ - Physical properties (stellar mass, SFR, etc.)
632
+ - Spectroscopic redshifts from DESI (~5% of sample)
633
+ -
634
  **Citation**:
635
  ```bibtex
636
  @article{Siudek2025,
 
643
  url={https://ui.adsabs.harvard.edu/abs/2025arXiv250315312E/abstract}
644
  }
645
  ```
646
+ **Last Updated**: December 2025
647
+ **Dataset Version**: 1.0
648
+ **Euclid Release**: Q1
649
  **Data License**: CC-BY-4.0
650
 
651
  ## Acknowledgments