removed unit_parse_strict

This commit is contained in:
2024-11-11 14:41:31 +03:00
parent a733eabe47
commit b2cc0b68ad
13 changed files with 24 additions and 24 deletions

View File

@@ -42,7 +42,7 @@ enkey='A01'
inkey="ALL"
fn="detcnts.{}.{}.resid.fits".format(enkey,inkey)
dat = Table.read(proddir+fn, unit_parse_strict='silent')
dat = Table.read(proddir+fn)
df = dat.to_pandas()
with open(proddir+"detcnts.{}.ignored_scw.pkl".format(enkey), 'rb') as fp: