generated from erosita/uds
removed unit_parse_strict
This commit is contained in:
@@ -74,7 +74,7 @@ for skey in skeys:
|
||||
for enkey in ebands0.keys():
|
||||
fn="detcnts.{}.{}.resid.fits".format(enkey,inkey)
|
||||
print("Reading {}".format(proddir+fn))
|
||||
dat = Table.read(proddir+fn, unit_parse_strict='silent')
|
||||
dat = Table.read(proddir+fn)
|
||||
df = dat.to_pandas()
|
||||
|
||||
query = "LON > {} & LON < {} & LAT > {} & LAT < {} & REV != @ign".format(
|
||||
|
Reference in New Issue
Block a user