generated from erosita/uds
removed unit_parse_strict
This commit is contained in:
@@ -15,15 +15,15 @@ from ridge.config import *
|
||||
scale = 100.0
|
||||
|
||||
fn="detcnts.A01.ALL.resid.galprof.fits"
|
||||
dat = Table.read(profdir+fn, unit_parse_strict='silent')
|
||||
dat = Table.read(profdir+fn)
|
||||
df1 = dat.to_pandas().sort_values(by=['LON1'])
|
||||
|
||||
fn="detcnts.A02.ALL.resid.galprof.fits"
|
||||
dat = Table.read(profdir+fn, unit_parse_strict='silent')
|
||||
dat = Table.read(profdir+fn)
|
||||
df2 = dat.to_pandas().sort_values(by=['LON1'])
|
||||
|
||||
fn="detcnts.A03.ALL.resid.galprof.fits"
|
||||
dat = Table.read(profdir+fn, unit_parse_strict='silent')
|
||||
dat = Table.read(profdir+fn)
|
||||
df3 = dat.to_pandas().sort_values(by=['LON1'])
|
||||
|
||||
df_cobe = pd.read_csv('../data/cobe_ibis_resp_lon.dat', sep=' ', header=None)
|
||||
|
Reference in New Issue
Block a user