filterDictionary(completeDict, partialDict)
CASA <2>: spw_info={0: 10, 1: 100, 2:1000}
CASA <3>: au.filterDictionary(spw_info, {0: 'whatever'})
Out[3]: {0: 10}
-- ToddHunter - 2014-07-24
Copyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.