op_to_obs(opTable, lp, obs=None, filename='denseObservables.d'):
'''
Take the operators from loadDens and combine them into physically meaningful observables. Some terminology:
l--light
s--strange
B--baryon number
Q--electric charge
I--isospin
S--strangeness
Parameters
----------
opTable : dict
A table indexed by confID. Its values are numpy arrays of operators that have been measured.
lp : latticeParams
Parameters for the ensemle the configuration belongs to.
obs : observablesOfInterest, optional
A list of the observables you want to compute.
filename : str, optional
Name for output table.
'''