public List <MSScan> ReadAllScans() { int argStart = 1; int argEnd = Raw.GetNumScans(); return(ReadScans(argStart, argEnd)); }