forked from xmm/arches
revanshe
This commit is contained in:
@@ -41,7 +41,7 @@ files = glob.glob(archive_dir+'/*')
|
||||
|
||||
for obsid in files:
|
||||
obsid = os.path.basename(obsid)
|
||||
if(obsid in skip):
|
||||
if not (obsid in good):
|
||||
continue
|
||||
|
||||
work_dir = init_work_dir(obsid, products_dir=products_dir)
|
||||
@@ -55,7 +55,7 @@ for obsid in files:
|
||||
bkg=[]
|
||||
resp=[]
|
||||
arf=[]
|
||||
for imos in [1,2]:
|
||||
for imos in [2]:
|
||||
in_SPSRCFile = work_dir+f'/EPIC_MOS{imos}_source_spectrum.fits' # Name of the output source spectrum
|
||||
in_SPBKGFile = work_dir+f'/EPIC_MOS{imos}_background_spectrum.fits' # Name of the output background spectrum
|
||||
in_RESPFile = work_dir+f'/EPIC_MOS{imos}.rmf' # Name of the output redistribution
|
||||
|
||||
Reference in New Issue
Block a user