Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

current implementation of paging operations in tobyfit_DGdisk_resconv/tobyfit_DGfermi_resconv does not make sence #1348

Open
abuts opened this issue Oct 20, 2023 · 1 comment
Assignees

Comments

@abuts
Copy link
Member

abuts commented Oct 20, 2023

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)

abuts added a commit that referenced this issue Nov 29, 2023
oerc0122 added a commit that referenced this issue Dec 13, 2023
* 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]>
@abuts
Copy link
Member Author

abuts commented Jan 18, 2024

Superseeded bu #760 and #1403

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants