summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Remove printTomas Farago2019-06-251-1/+0
| |
| * Document filter-stripesTomas Farago2019-06-251-0/+20
| |
| * Add Gaussian window to the stripe filterTomas Farago2019-06-243-4/+67
| |
| * Fix stripe_filter kernelTomas Farago2019-06-242-1/+1
|/ | | | | Modify only all horizontal frequencies and take interleaved storage into account.
* Merge pull request #178 from ufo-kit/fix-ifftTomas Farago2019-06-243-2/+12
|\ | | | | Fix ifft
| * Add test for issue #177Tomas Farago2019-06-242-0/+10
| |
| * Fix ifft scale for crop width or heightTomas Farago2019-06-241-2/+2
|/ | | | fixes #177.
* Merge pull request #176 from ufo-kit/fix-zmqMatthias Vogelgesang2019-06-121-1/+2
|\ | | | | fix CMake for zmq
| * fix CMake for zmqMarcus Zuber2019-05-311-1/+2
|/
* Update README.mdTomas Farago2019-05-101-0/+7
| | | Request citation.
* Merge pull request #175 from ufo-kit/phaseretrievalTomas Farago2019-05-103-55/+90
|\ | | | | Phaseretrieval
| * phase retrieval: Update docsTomas Farago2019-05-091-5/+13
| |
| * phase retrieval: enable frequency cutoffTomas Farago2019-04-112-9/+32
| | | | | | | | | | for zeroing frequencies for which sin_arg is greater or equal than the specified cutoff.
| * phase retrieval: remove halfsine methodsTomas Farago2019-04-112-28/+0
| | | | | | | | which will be obsolete once frequency cutoff gets introduced.
| * phase retrieval: Don't do unnecessary mathTomas Farago2019-04-082-10/+4
| |
| * phase retrieval: Enable the output of the filterTomas Farago2019-04-081-8/+38
| | | | | | | | instead of the multiplication result for visualization purpose.
| * phase retrieval: Fix filter valuesTomas Farago2019-04-082-2/+10
| | | | | | | | | | which were computed separetely for input x and x + 1, which is actually one complex number, which should be assigned *one* filter value.
* | Merge pull request #174 from ufo-kit/bigtiffTomas Farago2019-04-092-1/+80
|\ \ | |/ |/| write: Allow BigTiff files
| * write: Allow BigTiff filesTomas Farago2019-04-032-1/+80
|/
* Merge pull request #173 from ufo-kit/fix-tiff-writerTomas Farago2019-03-251-0/+1
|\ | | | | tiff writer: Add photometric tag
| * tiff writer: Add photometric tagTomas Farago2019-03-251-0/+1
|/ | | | so that we can open multitiff series by using the bio-format in ImageJ.
* genreco: Fix angular parameter check functionTomas Farago2019-03-121-1/+1
|
* Merge pull request #172 from ufo-kit/add-file-size-to-writerTomas Farago2019-02-131-18/+44
|\ | | | | Add bytes_per_file property to writer
| * Add bytes_per_file property to writerTomas Farago2019-02-131-18/+44
|/ | | | | which enables us to create files of certain maximum size and in turn to split writing of multi-image files to multiple files, not just one.
* Merge pull request #171 from mitya57/mitya57/sphinx1.8Matthias Vogelgesang2019-01-101-1/+2
|\ | | | | sphinx: Fix Directive import to work with Sphinx 1.8
| * sphinx: Fix Directive import to work with Sphinx 1.8Dmitry Shachnev2019-01-051-1/+2
|/
* nlm: add to CMakeLists as wellMatthias Vogelgesang2018-11-171-0/+1
|
* Fix #170: add non-local-means filterMatthias Vogelgesang2018-10-306-1/+419
|
* Merge pull request #169 from ufo-kit/fix-find_programMatthias Vogelgesang2018-08-171-1/+1
|\ | | | | tests: Use required : false in find_program
| * tests: Use required : false in find_programTomas Farago2018-08-171-1/+1
|/
* Merge pull request #168 from ufo-kit/add-12bit-tiff-reader-supportMatthias Vogelgesang2018-07-311-0/+3
|\ | | | | Add 12 bit support to tiff reader
| * Add 12 bit support to tiff readerTomas Farago2018-07-311-0/+3
|/
* meson: link m explicitlyMatthias Vogelgesang2018-07-221-0/+5
|
* meson: build Sphinx docsMatthias Vogelgesang2018-07-222-0/+43
|
* meson: add oclfft switchMatthias Vogelgesang2018-07-223-35/+45
| | | | | And do not compile FFT plugins if oclfft is switched off and AMD FFT cannot be found.
* Run tests in a more robust fashionMatthias Vogelgesang2018-07-221-6/+21
|
* Bump minimum required ufo-core versionMatthias Vogelgesang2018-07-222-2/+2
|
* docs: add meson instructionsMatthias Vogelgesang2018-07-051-6/+32
|
* Release version 0.16.0Matthias Vogelgesang2018-06-293-3/+46
|
* Merge pull request #140 from ufo-kit/conebeamMatthias Vogelgesang2018-06-2922-3/+3572
|\ | | | | Generalized projection-based filtered backprojection
| * Add cone beam reconstructorTomas Farago2018-06-2919-1/+3370
| |
| * Add ufo-mathTomas Farago2018-06-282-0/+200
| |
| * filter: Enable scaling in ramp_fromrealTomas Farago2018-06-281-2/+2
| |
* | hdf5: return a valueMatthias Vogelgesang2018-06-291-0/+1
|/
* read: report errors on _get_metaMatthias Vogelgesang2018-06-257-21/+37
|
* camera: receive error variableMatthias Vogelgesang2018-06-251-1/+2
|
* Check size and return error if not equalMatthias Vogelgesang2018-06-202-4/+13
|
* read: pass I/O errorsMatthias Vogelgesang2018-06-207-21/+49
|
* Fix #166: propagate OpenCL errors if possibleMatthias Vogelgesang2018-06-2046-129/+127
|
* Fix #165: use current get_kernel APIMatthias Vogelgesang2018-06-202-3/+3
|