summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Code from Harish (largely untested)harishSuren A. Chilingaryan2022-07-2626-45/+4103
|
* reader: turn warnings to errorsTomas Farago2021-12-171-6/+8
|
* read: check sizes on get_metaTomas Farago2021-12-171-17/+16
|
* Merge pull request #218 from ufo-kit/horizontal-interpolate-just-copyTomas Farago2021-12-153-14/+91
|\ | | | | horizontal-interpolate: add use-one-sided-gradient
| * horizontal-interpolate: add use-one-sided-gradientTomas Farago2021-12-153-14/+91
|/ | | | | Which gives finer contol over what happens when the mask spans to the border.
* Merge pull request #216 from ufo-kit/image-stepTomas Farago2021-12-0713-129/+279
|\ | | | | Image step
| * docs: remove retries and retry-timeoutTomas Farago2021-12-031-12/+0
| |
| * read: remove retriesTomas Farago2021-12-031-72/+3
| |
| * Test multi-image readersTomas Farago2021-12-015-1/+120
| |
| * read: add image-start and image-step propertiesTomas Farago2021-12-018-78/+190
| | | | | | | | to skip images in multi-image files. Fixes #164.
* | Merge pull request #217 from ufo-kit/multidistance-phase-retrievalTomas Farago2021-12-033-28/+182
|\ \ | |/ |/| retrieve-phase: Add multi-distance CTF support
| * retrieve-phase: Add multi-distance CTF supportTomas Farago2021-12-033-28/+182
|/
* docs: replace l_ with _ in sphinxTomas Farago2021-12-011-3/+3
|
* reader: handle large y-step and small heightTomas Farago2021-11-102-3/+5
| | | | extreme cases like y-step=20 and height=1 resulted in a segfault.
* Merge pull request #214 from harishkumar-harihara/add-stacked-backprojectTomas Farago2021-10-197-0/+1217
|\ | | | | add stacked-backproject
| * add stacked-backprojectharishkumar-harihara2021-10-177-0/+1217
| |
* | flatten: complain when input is 2DTomas Farago2021-10-191-0/+7
| |
* | Merge pull request #213 from ufo-kit/fix-stackTomas Farago2021-10-062-4/+26
|\ \ | |/ |/| stack: force nonfactor generation
| * stack: force nonfactor generationTomas Farago2021-09-272-4/+26
|/ | | | | | | | If the number of images in the stack hadn't been a divisor of the number of input images, the last images would have been dropped. This makes sure all images are processed and fills the last positions of the stack (when the total number of stacked images starts to exceed the number of input images) with arbitrary previous images. Fixes #210.
* pad: Add mirrored_repeat to the listTomas Farago2021-09-091-2/+2
|
* stripe-filter: add vertical sigma parameterTomas Farago2021-09-093-22/+56
| | | | | | Which allows filtering of rings which are not perfectly straight or which are broader. vertical-sigma parameter roughly specifies the inclination from "perfectly vertical" stripes.
* genreco: add spacial code for shifted source/detTomas Farago2021-03-261-20/+44
| | | | not just for non-perpendicular detector.
* opencl.cl: Add add, multiply and divideTomas Farago2021-01-281-0/+27
|
* general BP: don't hard-code local work sizeTomas Farago2020-11-111-1/+12
|
* read: make raw defaults the same as in raw-readerTomas Farago2020-08-281-3/+3
|
* write: add forgotten rescale to get_propertyTomas Farago2020-08-281-0/+3
|
* Merge pull request #207 from ufo-kit/non-dash-task-namesTomas Farago2020-08-274-22/+14
|\ | | | | Don't force non-dash task names
| * Don't force non-dash task namesTomas Farago2020-08-144-22/+14
|/
* Merge pull request #205 from ufo-kit/directional-phaseretrievalTomas Farago2020-06-253-12/+64
|\ | | | | phase retrieval: enable separate x and y distance
| * phase retrieval: enable separate x and y distanceTomas Farago2020-06-043-12/+64
| | | | | | | | fixes #203
* | Merge pull request #206 from ufo-kit/opencl-warningTomas Farago2020-06-16109-3/+119
|\ \ | |/ |/| Fix undefined CL_TARGET_OPENCL_VERSION warning
| * Fix undefined CL_TARGET_OPENCL_VERSION warningTomas Farago2020-06-12109-3/+119
|/ | | | | | This is hardcoded to 120 (= OpenCL 1.2) because nvidia does not support later standards until 3.0 comes around and we do not make use of later features anyway.
* backproject: unroll for navi10Matthias Vogelgesang2020-05-231-0/+3
| | | | | With that an RX 5600 XT achieves ~22 slices/s according to the benchmark protocol from https://tomopedia.github.io/software/ufo.
* Merge pull request #201 from ufo-kit/disable-opencl-reduce-copyingTomas Farago2020-05-181-0/+22
|\ | | | | Disable copying of opencl-reduce task
| * Disable copying of opencl-reduce taskTomas Farago2020-05-181-0/+22
|/ | | | because one processing node needs all the inputs to reduce properly.
* sliding-stack: document ordered parameterTomas Farago2020-04-091-4/+9
|
* Merge pull request #199 from ufo-kit/ordered-sliding-stackTomas Farago2020-04-081-2/+24
|\ | | | | sliding-stack: allow ordering items
| * sliding-stack: allow ordering itemsTomas Farago2020-04-081-2/+24
|/
* Add multi-page parameters to writer docsTomas Farago2020-04-031-1/+13
|
* Merge pull request #198 from ufo-kit/sliding-windowTomas Farago2020-04-035-0/+303
|\ | | | | Add sliding-stack task
| * Add sliding-stack taskTomas Farago2020-03-205-0/+303
| | | | | | | | fixes #196.
* | GBP: complain if not enough projections comeTomas Farago2020-03-311-1/+7
|/
* med-mad-reject-2d: fix index overflow in sortingTomas Farago2020-03-191-2/+2
|
* Increase property limits to 32768Tomas Farago2020-03-1310-21/+21
|
* Merge pull request #197 from ufo-kit/add-power-spectrumTomas Farago2020-03-066-5/+247
|\ | | | | Add power-spectrum filter
| * Add power-spectrum filterTomas Farago2020-03-066-5/+247
|/
* complex: add c_abs_squared kernelTomas Farago2020-03-051-0/+13
|
* Merge pull request #194 from ufo-kit/conjugateTomas Farago2020-02-251-2/+4
|\ | | | | Make c_conj work with opencl task
| * Make c_conj work with opencl taskTomas Farago2020-02-251-2/+4
|/ | | | fixes #193
* write: handle stdout correctlyTomas Farago2020-02-181-4/+12
|