Skip to content

Commit 8e33785

Browse files
committed
change the label of rel_anomaly to anomaly
1 parent 20f47d5 commit 8e33785

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

bin/minifollowups/pycbc_page_coincinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ for ifo in files.keys():
253253
data[-1].append('%5.2f' % bank['eccentricity'][tid])
254254
data[-1].append('%5.2f' % bank['rel_anomaly'][tid])
255255
headers.append("eccentricity")
256-
headers.append("rel_anomaly")
256+
headers.append("anomaly")
257257
except:
258258
pass
259259

bin/minifollowups/pycbc_page_injinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ labels = {
7272
'chieff': '&chi;<sub>eff</sub>',
7373
'chip': '&chi;<sub>p</sub>',
7474
'eccentricity': 'eccentricity',
75-
'rel_anomaly': 'relanomaly',
75+
'rel_anomaly': 'anomaly',
7676
}
7777

7878
params += ['tc']

bin/minifollowups/pycbc_page_snglinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ try:
205205
data[0].append('%5.2f' % sngl_file.eccentricity[0])
206206
data[0].append('%5.2f' % sngl_file.rel_anomaly[0])
207207
headers.append("eccentricity")
208-
headers.append("rel_anomaly")
208+
headers.append("anomaly")
209209
except KeyError:
210210
pass
211211

0 commit comments

Comments
 (0)