juliensimon commited on
Commit
eb2bca6
·
verified ·
1 Parent(s): 8506225

Update cataclysmic variable catalog: 1,168 CVs

Browse files
Files changed (1) hide show
  1. README.md +53 -53
README.md CHANGED
@@ -70,59 +70,59 @@ analysis, and understanding the evolution of compact binary systems.
70
 
71
  ## Schema
72
 
73
- | Column | Type |
74
- |--------|------|
75
- | `__row` | str |
76
- | `name` | str |
77
- | `alt_name` | str |
78
- | `ra` | float64 |
79
- | `dec` | float64 |
80
- | `lii` | float64 |
81
- | `bii` | float64 |
82
- | `acc_pos` | str |
83
- | `type1` | str |
84
- | `type1_flag` | str |
85
- | `type2` | str |
86
- | `type2_flag` | str |
87
- | `type3` | str |
88
- | `type3_flag` | str |
89
- | `type4` | str |
90
- | `type4_flag` | str |
91
- | `mag1` | float64 |
92
- | `mag2` | float64 |
93
- | `mag3` | float64 |
94
- | `mag4` | float64 |
95
- | `interval` | str |
96
- | `interval2` | str |
97
- | `orbital_period` | float64 |
98
- | `period2` | float64 |
99
- | `period3` | float64 |
100
- | `period4` | float64 |
101
- | `eclipse` | str |
102
- | `sb` | str |
103
- | `spect_type_2` | str |
104
- | `spect_type_1` | str |
105
- | `lim_mass_ratio` | str |
106
- | `mass_ratio` | str |
107
- | `mass_ratio_flag` | str |
108
- | `mass_ratio_error` | str |
109
- | `lim_inclination` | str |
110
- | `inclination` | str |
111
- | `inclination_flag` | str |
112
- | `inclination_error` | str |
113
- | `lim_m1` | str |
114
- | `m1` | str |
115
- | `m1_flag` | str |
116
- | `m1_error` | str |
117
- | `lim_m2` | str |
118
- | `m2` | str |
119
- | `m2_flag` | str |
120
- | `m2_error` | str |
121
- | `class` | str |
122
- | `__x_ra_dec` | str |
123
- | `__y_ra_dec` | str |
124
- | `__z_ra_dec` | str |
125
- | `cv_subtype` | str |
126
 
127
  ## Quick stats
128
 
 
70
 
71
  ## Schema
72
 
73
+ | Column | Type | Description |
74
+ |--------|------|-------------|
75
+ | `__row` | str | |
76
+ | `name` | str | Primary designation of the cataclysmic variable |
77
+ | `alt_name` | str | |
78
+ | `ra` | float64 | Right ascension (J2000) in degrees |
79
+ | `dec` | float64 | Declination (J2000) in degrees |
80
+ | `lii` | float64 | Galactic longitude in degrees |
81
+ | `bii` | float64 | Galactic latitude in degrees |
82
+ | `acc_pos` | str | |
83
+ | `type1` | str | |
84
+ | `type1_flag` | str | |
85
+ | `type2` | str | Secondary type classification |
86
+ | `type2_flag` | str | |
87
+ | `type3` | str | |
88
+ | `type3_flag` | str | |
89
+ | `type4` | str | |
90
+ | `type4_flag` | str | |
91
+ | `mag1` | float64 | Primary magnitude (typically in V band) |
92
+ | `mag2` | float64 | Secondary magnitude (typically at minimum brightness) |
93
+ | `mag3` | float64 | |
94
+ | `mag4` | float64 | |
95
+ | `interval` | str | |
96
+ | `interval2` | str | |
97
+ | `orbital_period` | float64 | |
98
+ | `period2` | float64 | |
99
+ | `period3` | float64 | |
100
+ | `period4` | float64 | |
101
+ | `eclipse` | str | |
102
+ | `sb` | str | |
103
+ | `spect_type_2` | str | |
104
+ | `spect_type_1` | str | |
105
+ | `lim_mass_ratio` | str | |
106
+ | `mass_ratio` | str | |
107
+ | `mass_ratio_flag` | str | |
108
+ | `mass_ratio_error` | str | |
109
+ | `lim_inclination` | str | |
110
+ | `inclination` | str | |
111
+ | `inclination_flag` | str | |
112
+ | `inclination_error` | str | |
113
+ | `lim_m1` | str | |
114
+ | `m1` | str | |
115
+ | `m1_flag` | str | |
116
+ | `m1_error` | str | |
117
+ | `lim_m2` | str | |
118
+ | `m2` | str | |
119
+ | `m2_flag` | str | |
120
+ | `m2_error` | str | |
121
+ | `class` | str | Object classification code from Ritter & Kolb |
122
+ | `__x_ra_dec` | str | |
123
+ | `__y_ra_dec` | str | |
124
+ | `__z_ra_dec` | str | |
125
+ | `cv_subtype` | str | Derived CV subtype: dwarf_nova, polar, intermediate_polar, nova_like, classical_nova, or other |
126
 
127
  ## Quick stats
128