jbloom
commited on
Commit
•
d5fc6a6
1
Parent(s):
896973f
initial commit
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +2 -0
- GBI-16-2D-Legacy.py +189 -0
- README.md +90 -3
- data/INT/int20040906_00421872_img0.fits +3 -0
- data/INT/int20040906_00421881_img0.fits +3 -0
- data/INT/int20040907_00422050_img0.fits +3 -0
- data/INT/int20040907_00422051_img0.fits +3 -0
- data/INT/int20041111_00431536_img0.fits +3 -0
- data/INT/int20041111_00431542_img0.fits +3 -0
- data/INT/int20041114_00431600_img0.fits +3 -0
- data/INT/int20041114_00431659_img0.fits +3 -0
- data/INT/int20041115_00431706_img0.fits +3 -0
- data/INT/int20041115_00431714_img0.fits +3 -0
- data/INT/int20041116_00431811_img0.fits +3 -0
- data/INT/int20060531_00504820_img0.fits +3 -0
- data/INT/int20060709_00512710_img0.fits +3 -0
- data/INT/int20070714_00575769_img0.fits +3 -0
- data/INT/int20070715_00576093_img0.fits +3 -0
- data/INT/int20070715_00576095_img0.fits +3 -0
- data/INT/int20080811_00631845_img0.fits +3 -0
- data/INT/int20080811_00631848_img0.fits +3 -0
- data/INT/int20080919_00639522_img0.fits +3 -0
- data/INT/int20100601_00735654_img0.fits +3 -0
- data/INT/int20100602_00735918_img0.fits +3 -0
- data/INT/int20100604_00736409_img0.fits +3 -0
- data/INT/int20100604_00736444_img0.fits +3 -0
- data/INT/int20100703_00743221_img0.fits +3 -0
- data/INT/int20120731_00922404_img0.fits +3 -0
- data/INT/int20121204_00951952_img0.fits +3 -0
- data/INT/int20121204_00951960_img0.fits +3 -0
- data/INT/int20121204_00951986_img0.fits +3 -0
- data/INT/int20121204_00951992_img0.fits +3 -0
- data/INT/int20121204_00951998_img0.fits +3 -0
- data/INT/int20121204_00952025_img0.fits +3 -0
- data/INT/int20121204_00952038_img0.fits +3 -0
- data/INT/int20121204_00952041_img0.fits +3 -0
- data/INT/int20121205_00952277_img0.fits +3 -0
- data/INT/int20130929_01017171_img0.fits +3 -0
- data/INT/int20130929_01017179_img0.fits +3 -0
- data/INT/int20141225_01103342_img0.fits +3 -0
- data/INT/int20141225_01103343_img0.fits +3 -0
- data/INT/int20141225_01103344_img0.fits +3 -0
- data/INT/int20141225_01103345_img0.fits +3 -0
- data/JKT/jkt19980403_00032950_img0.fits +3 -0
- data/JKT/jkt19990925_00100583_img0.fits +3 -0
- data/JKT/jkt19991228_00108612_img0.fits +3 -0
- data/JKT/jkt20000619_00124825_img0.fits +3 -0
- data/JKT/jkt20001112_00149462_img0.fits +3 -0
- data/JKT/jkt20001112_00149466_img0.fits +3 -0
- data/JKT/jkt20001125_00150413_img0.fits +3 -0
.gitattributes
CHANGED
@@ -49,6 +49,8 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
49 |
*.gif filter=lfs diff=lfs merge=lfs -text
|
50 |
*.png filter=lfs diff=lfs merge=lfs -text
|
51 |
*.tiff filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
52 |
# Image files - compressed
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
|
|
49 |
*.gif filter=lfs diff=lfs merge=lfs -text
|
50 |
*.png filter=lfs diff=lfs merge=lfs -text
|
51 |
*.tiff filter=lfs diff=lfs merge=lfs -text
|
52 |
+
*.fits filter=lfs diff=lfs merge=lfs -text
|
53 |
+
*.fit filter=lfs diff=lfs merge=lfs -text
|
54 |
# Image files - compressed
|
55 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
56 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
GBI-16-2D-Legacy.py
ADDED
@@ -0,0 +1,189 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
import os
|
2 |
+
import random
|
3 |
+
from glob import glob
|
4 |
+
import json
|
5 |
+
from huggingface_hub import hf_hub_download
|
6 |
+
|
7 |
+
|
8 |
+
from astropy.io import fits
|
9 |
+
import datasets
|
10 |
+
from datasets import DownloadManager
|
11 |
+
from fsspec.core import url_to_fs
|
12 |
+
|
13 |
+
_DESCRIPTION = (
|
14 |
+
"GBI-16-2D-Legacy is a Huggingface `dataset` wrapper around a compression "
|
15 |
+
"dataset assembled by Maireles-González et al. (Publications of the "
|
16 |
+
"Astronomical Society of the Pacific, 135:094502, 2023 September; doi: "
|
17 |
+
"[https://doi.org/10.1088/1538-3873/acf6e0](https://doi.org/10.1088/1538-3873/"
|
18 |
+
"acf6e0)). It contains 226 FITS images from 5 different ground-based "
|
19 |
+
"telescope/cameras with a varying amount of entropy per image."
|
20 |
+
)
|
21 |
+
|
22 |
+
_HOMEPAGE = "https://google.github.io/AstroCompress"
|
23 |
+
|
24 |
+
_LICENSE = "CC BY 4.0"
|
25 |
+
|
26 |
+
_URL = "https://huggingface.co/datasets/AstroCompress/GBI-16-2D-Legacy/resolve/main/"
|
27 |
+
|
28 |
+
_URLS = {
|
29 |
+
"tiny": {
|
30 |
+
"train": "./splits/tiny_train.jsonl",
|
31 |
+
"test": "./splits/tiny_test.jsonl",
|
32 |
+
},
|
33 |
+
"full": {
|
34 |
+
"train": "./splits/full_train.jsonl",
|
35 |
+
"test": "./splits/full_test.jsonl",
|
36 |
+
}
|
37 |
+
}
|
38 |
+
|
39 |
+
_REPO_ID = "AstroCompress/GBI-16-2D-Legacy"
|
40 |
+
|
41 |
+
class GBI_16_2D_Legacy(datasets.GeneratorBasedBuilder):
|
42 |
+
"""GBI-16-2D-Legacy Dataset"""
|
43 |
+
|
44 |
+
VERSION = datasets.Version("1.0.0")
|
45 |
+
|
46 |
+
BUILDER_CONFIGS = [
|
47 |
+
datasets.BuilderConfig(
|
48 |
+
name="tiny",
|
49 |
+
version=VERSION,
|
50 |
+
description="A small subset of the data, to test downsteam workflows.",
|
51 |
+
),
|
52 |
+
datasets.BuilderConfig(
|
53 |
+
name="full",
|
54 |
+
version=VERSION,
|
55 |
+
description="The full dataset",
|
56 |
+
),
|
57 |
+
]
|
58 |
+
|
59 |
+
DEFAULT_CONFIG_NAME = "tiny"
|
60 |
+
|
61 |
+
def __init__(self, **kwargs):
|
62 |
+
super().__init__(version=self.VERSION, **kwargs)
|
63 |
+
|
64 |
+
def _info(self):
|
65 |
+
return datasets.DatasetInfo(
|
66 |
+
description=_DESCRIPTION,
|
67 |
+
features=datasets.Features(
|
68 |
+
{
|
69 |
+
# Images are variable size across the dataset
|
70 |
+
# so use the Image type here, returning as
|
71 |
+
# numpy uint16
|
72 |
+
"image": datasets.Image(decode=True, mode="I;16"),
|
73 |
+
"telescope": datasets.Value("string"),
|
74 |
+
"image_id": datasets.Value("string"),
|
75 |
+
}
|
76 |
+
),
|
77 |
+
supervised_keys=None,
|
78 |
+
homepage=_HOMEPAGE,
|
79 |
+
license=_LICENSE,
|
80 |
+
citation="TBD",
|
81 |
+
)
|
82 |
+
|
83 |
+
def _split_generators(self, dl_manager: DownloadManager):
|
84 |
+
|
85 |
+
ret = []
|
86 |
+
base_path = dl_manager._base_path
|
87 |
+
locally_run = not base_path.startswith(datasets.config.HF_ENDPOINT)
|
88 |
+
_, path = url_to_fs(base_path)
|
89 |
+
|
90 |
+
for split in ["train", "test"]:
|
91 |
+
if locally_run:
|
92 |
+
split_file_location = os.path.normpath(os.path.join(path, _URLS[self.config.name][split]))
|
93 |
+
split_file = dl_manager.download_and_extract(split_file_location)
|
94 |
+
else:
|
95 |
+
split_file = hf_hub_download(repo_id=_REPO_ID, filename=_URLS[self.config.name][split], repo_type="dataset")
|
96 |
+
with open(split_file, encoding="utf-8") as f:
|
97 |
+
data_filenames = []
|
98 |
+
data_metadata = []
|
99 |
+
for line in f:
|
100 |
+
item = json.loads(line)
|
101 |
+
data_filenames.append(item["image"])
|
102 |
+
data_metadata.append({"telescope": item["telescope"],
|
103 |
+
"image_id": item["image_id"]})
|
104 |
+
if locally_run:
|
105 |
+
data_urls = [os.path.normpath(os.path.join(path,data_filename)) for data_filename in data_filenames]
|
106 |
+
data_files = [dl_manager.download(data_url) for data_url in data_urls]
|
107 |
+
else:
|
108 |
+
data_urls = data_filenames
|
109 |
+
data_files = [hf_hub_download(repo_id=_REPO_ID, filename=data_url, repo_type="dataset") for data_url in data_urls]
|
110 |
+
ret.append(
|
111 |
+
datasets.SplitGenerator(
|
112 |
+
name=datasets.Split.TRAIN if split == "train" else datasets.Split.TEST,
|
113 |
+
gen_kwargs={"filepaths": data_files,
|
114 |
+
"split_file": split_file,
|
115 |
+
"split": split,
|
116 |
+
"data_metadata": data_metadata},
|
117 |
+
),
|
118 |
+
)
|
119 |
+
return ret
|
120 |
+
|
121 |
+
def _generate_examples(self, filepaths, split_file, split, data_metadata):
|
122 |
+
"""Generate GBI-16-2D-Legacy examples"""
|
123 |
+
|
124 |
+
for idx, (filepath, item) in enumerate(zip(filepaths, data_metadata)):
|
125 |
+
task_instance_key = f"{self.config.name}-{split}-{idx}"
|
126 |
+
with fits.open(filepath, memmap=False) as hdul:
|
127 |
+
# this data is natively formatted like (1, 4200, 2154)
|
128 |
+
# just use the 2D image
|
129 |
+
image_data = hdul[0].data[0,:,:].tolist()
|
130 |
+
yield task_instance_key, {**{"image": image_data}, **item}
|
131 |
+
|
132 |
+
def make_split_jsonl_files(config_type="tiny", data_dir="./data",
|
133 |
+
telescope_subdirectories=["INT", "JKT","LCO", "TJO", "WHT"],
|
134 |
+
outdir="./splits", seed=42):
|
135 |
+
"""
|
136 |
+
Create jsonl files for the GBI-16-2D-Legacy dataset.
|
137 |
+
|
138 |
+
config_type: str, default="tiny"
|
139 |
+
The type of split to create. Options are "tiny" and "full".
|
140 |
+
data_dir: str, default="./data"
|
141 |
+
The directory where the FITS files are located.
|
142 |
+
telescope_subdirectories: list, default=["INT", "JKT","LCO", "TJO", "WHT"]
|
143 |
+
The subdirectories of the data_dir that contain the FITS files for each telescope.
|
144 |
+
outdir: str, default="./splits"
|
145 |
+
The directory where the jsonl files will be created.
|
146 |
+
seed: int, default=42
|
147 |
+
The seed for the random split.
|
148 |
+
"""
|
149 |
+
random.seed(seed)
|
150 |
+
os.makedirs(outdir, exist_ok=True)
|
151 |
+
|
152 |
+
fits_files = []
|
153 |
+
for subdir in telescope_subdirectories:
|
154 |
+
fits_files.extend(glob(os.path.join(data_dir, subdir, "*.fits")))
|
155 |
+
|
156 |
+
random.shuffle(fits_files)
|
157 |
+
|
158 |
+
if config_type == "tiny":
|
159 |
+
train_files = []
|
160 |
+
test_files = []
|
161 |
+
for subdir in telescope_subdirectories:
|
162 |
+
subdir_files = [f for f in fits_files if subdir in f]
|
163 |
+
train_files.extend(subdir_files[:2])
|
164 |
+
test_files.extend(subdir_files[2:3])
|
165 |
+
elif config_type == "full":
|
166 |
+
train_files = []
|
167 |
+
test_files = []
|
168 |
+
for subdir in telescope_subdirectories:
|
169 |
+
subdir_files = [f for f in fits_files if subdir in f]
|
170 |
+
split_idx = int(0.8 * len(subdir_files))
|
171 |
+
train_files.extend(subdir_files[:split_idx])
|
172 |
+
test_files.extend(subdir_files[split_idx:])
|
173 |
+
else:
|
174 |
+
raise ValueError("Unsupported config_type. Use 'tiny' or 'full'.")
|
175 |
+
|
176 |
+
def create_jsonl(files, split_name):
|
177 |
+
output_file = os.path.join(outdir, f"{config_type}_{split_name}.jsonl")
|
178 |
+
with open(output_file, "w") as out_f:
|
179 |
+
for file in files:
|
180 |
+
print(file, flush=True, end="...")
|
181 |
+
with fits.open(file, memmap=False) as hdul:
|
182 |
+
image_id = os.path.basename(file).split(".fits")[0]
|
183 |
+
|
184 |
+
telescope = hdul[0].header.get('TELESCOP', 'UNKNOWN')
|
185 |
+
item = {"image_id": image_id, "image": file, "telescope": telescope}
|
186 |
+
out_f.write(json.dumps(item) + "\n")
|
187 |
+
|
188 |
+
create_jsonl(train_files, "train")
|
189 |
+
create_jsonl(test_files, "test")
|
README.md
CHANGED
@@ -1,3 +1,90 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
pretty_name: Ground-based 2d images assembled in Maireles-González et al.
|
4 |
+
tags:
|
5 |
+
- astronomy
|
6 |
+
- compression
|
7 |
+
- images
|
8 |
+
dataset_info:
|
9 |
+
config_name: tiny
|
10 |
+
features:
|
11 |
+
- name: image
|
12 |
+
dtype:
|
13 |
+
image:
|
14 |
+
mode: I;16
|
15 |
+
- name: telescope
|
16 |
+
dtype: string
|
17 |
+
- name: image_id
|
18 |
+
dtype: string
|
19 |
+
splits:
|
20 |
+
- name: train
|
21 |
+
num_bytes: 307620692
|
22 |
+
num_examples: 10
|
23 |
+
- name: test
|
24 |
+
num_bytes: 168984694
|
25 |
+
num_examples: 5
|
26 |
+
download_size: 238361934
|
27 |
+
dataset_size: 476605386
|
28 |
+
---
|
29 |
+
|
30 |
+
# GBI-16-2D-Legacy Dataset
|
31 |
+
|
32 |
+
GBI-16-2D-Legacy is a Huggingface `dataset` wrapper around a compression dataset assembled by Maireles-González et al. (Publications of the Astronomical Society of the Pacific, 135:094502, 2023 September; doi: [https://doi.org/10.1088/1538-3873/acf6e0](https://doi.org/10.1088/1538-3873/acf6e0)). It contains 226 FITS images from 5 different ground-based telescope/cameras with a varying amount of entropy per image.
|
33 |
+
|
34 |
+
# Usage
|
35 |
+
|
36 |
+
You first need to install the `datasets` and `astropy` packages:
|
37 |
+
|
38 |
+
```bash
|
39 |
+
pip install datasets astropy
|
40 |
+
```
|
41 |
+
|
42 |
+
There are two datasets: `tiny` and `full`, each with `train` and `test` splits. The `tiny` dataset has 2 4D images in the `train` and 1 in the `test`. The `full` dataset contains all the images in the `data/` directory.
|
43 |
+
|
44 |
+
## Use from Huggingface Directly
|
45 |
+
|
46 |
+
To directly use from this data from Huggingface, you'll want to log in on the command line before starting python:
|
47 |
+
|
48 |
+
```bash
|
49 |
+
huggingface-cli login
|
50 |
+
```
|
51 |
+
|
52 |
+
or
|
53 |
+
|
54 |
+
```
|
55 |
+
import huggingface_hub
|
56 |
+
huggingface_hub.login(token=token)
|
57 |
+
```
|
58 |
+
|
59 |
+
Then in your python script:
|
60 |
+
|
61 |
+
```python
|
62 |
+
from datasets import load_dataset
|
63 |
+
dataset = load_dataset("AstroCompress/GBI-16-2D-Legacy", "tiny")
|
64 |
+
ds = dataset.with_format("np")
|
65 |
+
```
|
66 |
+
|
67 |
+
## Local Use
|
68 |
+
|
69 |
+
Alternatively, you can clone this repo and use directly without connecting to hf:
|
70 |
+
|
71 |
+
```bash
|
72 |
+
git clone https://huggingface.co/datasets/AstroCompress/GBI-16-2D-Legacy
|
73 |
+
```
|
74 |
+
|
75 |
+
Then `cd SBI-16-3D` and start python like:
|
76 |
+
|
77 |
+
```python
|
78 |
+
from datasets import load_dataset
|
79 |
+
dataset = load_dataset("./GBI-16-2D-Legacy", "tiny", data_dir="./data/")
|
80 |
+
ds = dataset.with_format("np")
|
81 |
+
```
|
82 |
+
|
83 |
+
Now you should be able to use the `ds` variable like:
|
84 |
+
|
85 |
+
```python
|
86 |
+
ds["test"][0]["image"].shape # -> (9, 2048, 2048)
|
87 |
+
```
|
88 |
+
|
89 |
+
Note of course that it will take a long time to download and convert the images in the local cache for the `full` dataset. Afterward, the usage should be quick as the files are memory-mapped from disk.
|
90 |
+
|
data/INT/int20040906_00421872_img0.fits
ADDED
Git LFS Details
|
data/INT/int20040906_00421881_img0.fits
ADDED
Git LFS Details
|
data/INT/int20040907_00422050_img0.fits
ADDED
Git LFS Details
|
data/INT/int20040907_00422051_img0.fits
ADDED
Git LFS Details
|
data/INT/int20041111_00431536_img0.fits
ADDED
Git LFS Details
|
data/INT/int20041111_00431542_img0.fits
ADDED
Git LFS Details
|
data/INT/int20041114_00431600_img0.fits
ADDED
Git LFS Details
|
data/INT/int20041114_00431659_img0.fits
ADDED
Git LFS Details
|
data/INT/int20041115_00431706_img0.fits
ADDED
Git LFS Details
|
data/INT/int20041115_00431714_img0.fits
ADDED
Git LFS Details
|
data/INT/int20041116_00431811_img0.fits
ADDED
Git LFS Details
|
data/INT/int20060531_00504820_img0.fits
ADDED
Git LFS Details
|
data/INT/int20060709_00512710_img0.fits
ADDED
Git LFS Details
|
data/INT/int20070714_00575769_img0.fits
ADDED
Git LFS Details
|
data/INT/int20070715_00576093_img0.fits
ADDED
Git LFS Details
|
data/INT/int20070715_00576095_img0.fits
ADDED
Git LFS Details
|
data/INT/int20080811_00631845_img0.fits
ADDED
Git LFS Details
|
data/INT/int20080811_00631848_img0.fits
ADDED
Git LFS Details
|
data/INT/int20080919_00639522_img0.fits
ADDED
Git LFS Details
|
data/INT/int20100601_00735654_img0.fits
ADDED
Git LFS Details
|
data/INT/int20100602_00735918_img0.fits
ADDED
Git LFS Details
|
data/INT/int20100604_00736409_img0.fits
ADDED
Git LFS Details
|
data/INT/int20100604_00736444_img0.fits
ADDED
Git LFS Details
|
data/INT/int20100703_00743221_img0.fits
ADDED
Git LFS Details
|
data/INT/int20120731_00922404_img0.fits
ADDED
Git LFS Details
|
data/INT/int20121204_00951952_img0.fits
ADDED
Git LFS Details
|
data/INT/int20121204_00951960_img0.fits
ADDED
Git LFS Details
|
data/INT/int20121204_00951986_img0.fits
ADDED
Git LFS Details
|
data/INT/int20121204_00951992_img0.fits
ADDED
Git LFS Details
|
data/INT/int20121204_00951998_img0.fits
ADDED
Git LFS Details
|
data/INT/int20121204_00952025_img0.fits
ADDED
Git LFS Details
|
data/INT/int20121204_00952038_img0.fits
ADDED
Git LFS Details
|
data/INT/int20121204_00952041_img0.fits
ADDED
Git LFS Details
|
data/INT/int20121205_00952277_img0.fits
ADDED
Git LFS Details
|
data/INT/int20130929_01017171_img0.fits
ADDED
Git LFS Details
|
data/INT/int20130929_01017179_img0.fits
ADDED
Git LFS Details
|
data/INT/int20141225_01103342_img0.fits
ADDED
Git LFS Details
|
data/INT/int20141225_01103343_img0.fits
ADDED
Git LFS Details
|
data/INT/int20141225_01103344_img0.fits
ADDED
Git LFS Details
|
data/INT/int20141225_01103345_img0.fits
ADDED
Git LFS Details
|
data/JKT/jkt19980403_00032950_img0.fits
ADDED
Git LFS Details
|
data/JKT/jkt19990925_00100583_img0.fits
ADDED
Git LFS Details
|
data/JKT/jkt19991228_00108612_img0.fits
ADDED
Git LFS Details
|
data/JKT/jkt20000619_00124825_img0.fits
ADDED
Git LFS Details
|
data/JKT/jkt20001112_00149462_img0.fits
ADDED
Git LFS Details
|
data/JKT/jkt20001112_00149466_img0.fits
ADDED
Git LFS Details
|
data/JKT/jkt20001125_00150413_img0.fits
ADDED
Git LFS Details
|