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
C.f. #760 for other Tobyfit changes
Blocked by #1340
The code loads all pixels in memory, calculates deviations and then starts assigning the result to filebacked pages.
What the point -- if you can load all pixels in memory, you should not bother with filebacked operations.
Filebacked there either should be removed, or split into pages on much higher level, loading pages and calculating deviations for pages (if it is possible, pixels may go our of current bin with this approach)
The text was updated successfully, but these errors were encountered:
* Re #1403 Disable shift_pixels. Refer to ticket #962
* Re #1403 remove file-backing from tobyfit_DGdisk_resconv & tobyfit_DGfermi_resconv Refer to ticket #1348
* Re #1403 Remove file-backing from sort_pix. This is part of cut algorithm which works with single block of pixels in memory.
* Raise error in tobyfit if given file-backed data
---------
Co-authored-by: Jacob Wilkins <[email protected]>
C.f. #760 for other Tobyfit changes
Blocked by #1340
The code loads all pixels in memory, calculates deviations and then starts assigning the result to filebacked pages.
What the point -- if you can load all pixels in memory, you should not bother with filebacked operations.
Filebacked there either should be removed, or split into pages on much higher level, loading pages and calculating deviations for pages (if it is possible, pixels may go our of current bin with this approach)
The text was updated successfully, but these errors were encountered: