generated from erosita/uds
revanshe
This commit is contained in:
@@ -23,11 +23,14 @@ inargs = ['--version']
|
||||
t = w('sasver', inargs)
|
||||
t.run()
|
||||
|
||||
files = glob.glob(archive_dir+'/0862*')
|
||||
files = glob.glob(archive_dir+'/*')
|
||||
|
||||
for obsid in files:
|
||||
obsid = os.path.basename(obsid)
|
||||
|
||||
|
||||
if not (obsid in after2020):
|
||||
continue
|
||||
|
||||
local_ccf=f'{events_dir}/{obsid}/ccf.cif'
|
||||
work_dir=f'{events_dir}/{obsid}'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user