chandra-mta / MTA

0 stars 0 forks source link

(Dump - /data/mta/Script/Dumps) missing msids_sims.list #27

Closed william-aaron-CFA closed 10 months ago

william-aaron-CFA commented 10 months ago

In processing dumps files, acorn is run for gathering the sim filter. However the SIM filter list is missing.

def filters_sim(unprocessed_data): """ run acorn for sim filter input: unprocessed_data --- list of data output: various *.tl files """ for ent in unprocessed_data: cmd = "/usr/bin/env PERL5LIB='' " cmd = cmd + '/home/ascds/DS.release/bin/acorn -nOC msids_sim.list -f ' + ent try: bash(cmd, env=ascdsenv) except: pass

william-aaron-CFA commented 10 months ago

Pulled list from /data/mta/Script/SIM/Scripts/house_keeping/msids_sim.list