File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ labels = {
7272 'chieff' : 'χ<sub>eff</sub>' ,
7373 'chip' : 'χ<sub>p</sub>' ,
7474 'eccentricity' : 'eccentricity' ,
75- 'rel_anomaly' : 'relanomaly ' ,
75+ 'rel_anomaly' : 'anomaly ' ,
7676}
7777
7878params += ['tc' ]
Original file line number Diff line number Diff line change 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 " )
209209except KeyError :
210210 pass
211211
You can’t perform that action at this time.
0 commit comments