spacepy / dbprocessing

Automated processing controller for heliophysics data
5 stars 4 forks source link

Only call inspectors for created product #11

Open jtniehof opened 4 years ago

jtniehof commented 4 years ago

After dbp creates a file, it calls inspectors to figure out information on the new file. It should know the created product and thus only call the relevant inspector, but it appears to still be calling all inspectors. It could speed things up to only call one inspector

jtniehof commented 4 years ago

This is in _add_links of runMe...so it might not actually know the product at that point. Part of the sad issue with runMe having a bit too much in it besides actual running.