We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f340d66 + 346aa02 commit 0eb26f8Copy full SHA for 0eb26f8
1 file changed
scripts/aste/flag_KIDs_based_on_FitSweep.py
@@ -186,11 +186,11 @@ def main_2(sky_or_room):
186
with open(reftxtlist, 'a') as f:
187
print( '# below are append due to bad chi2', file=f )
188
for i in np.unique(bad_list_concat):
189
- print( i, file=f )
+ print( str(int(i)), file=f )
190
191
print( '# below are append due to overlap %s' %del_1st_or_2nd, file=f )
192
for i in np.unique(bad_list_fr_diff_concat):
193
194
195
196
0 commit comments