File size: 2,007 Bytes
0d835b9
 
 
 
 
 
c0fa2ca
 
 
0d835b9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
license: mit
---

# MMT Snapshot

Snapshot of MMT[^1] database.

Last update: May 2025

## File structure

- `rso.csv` - object information
- `data/` - directory containing tracks measurements in `.parquet` files
- `bulk_idx.txt` - contains the index of last bulk file downloaded from the MMT database

## Object information

- `mmt_id` - Identification number of the object in MMT database.
- `norad_id` - Norad identification number of the object.
- `name` - Name of the object.
- `country` - Country of origin.
- `variability` - Variability: "non-variable", "aperiodic", "periodic".

## Tracks measurements

Parquet files are structured with the following fields:

- `id` - Identification number of the record.
- `norad_id` - Norad identification number of the object.
- `period` - Apparent rotational period in seconds.
- `timestamp` - Start of the observation timestamp in the format '%Y-%m-%d %H:%M:%S'
- `name` - Name of the object.
- `variability` - Variability: 0 (nonvariable), 1 (aperiodic), 2 (periodic).
- `time` - A list of observation times.
- `mag` - A list of measured standardized magnitudes to 1000 km distance.
- `phase` - A list of measured phase angles in degrees.
- `distance` - A list of measured altitudes in km.
- `filter` - A list of filters used: 0 (uknown), 1 (clear), 2 (pol), 4 (V), 8(R), 16(B).
Tracks measurements are stored in `.csv` files with containing the following fields: time,stdMag,phase,distance,filter.

## 📝 Citing

```bibtex
@article{kyselica2025lcdc,
  title={LCDC: Bridging Science and Machine Learning for Light Curve Analysis},
  author={Kyselica, Daniel and Hrob{\'a}r, Tom{\'a}{\v{s}} and {\v{S}}ilha, Ji{\v{r}}{\'\i} and {\v{D}}urikovi{\v{c}}, Roman and {\v{S}}uppa, Marek},
  journal={arXiv preprint arXiv:2504.10550},
  year={2025}
}
```

---

[^1]: Karpov, S., et al. "Mini-Mega-TORTORA wide-field monitoring system with sub-second temporal resolution: first year of operation." Revista Mexicana de Astronomía y Astrofísica 48 (2016): 91-96.