You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Another thing that comes to my mind: Is readXIC() a good name, or should it simply be XIC() like the class? This would follow the typical S3 constructor function style.
Our current readXICs() does not support any scan filters. Actually the compiled c# code uses the hard coded filter:
Filter = "ms"
that returns all scans.
see line 1046 of fgcz_raw.cs
I think it would be cool to have an additional parameter for readXICs() that passes filters to the c# function.
The text was updated successfully, but these errors were encountered: