MatteoLacki/timspy

combination of frame and window in diaPASEF data

Opened this issue · 0 comments

For frame with multiple windows in diaPASEF data. There seems to have some issues in dia.py file.

eg. here is the windows:
image
here is the frames:
image

In my view:
1 frame contains 695 scans
1 WindowGroup contains 4 windows with total 695 scans.
but the link code in dia.py simply assign 1 window to 1 frame by np.tile and pandas merge.
image
here is the frame_meta data:
image
image