<feed xmlns='http://www.w3.org/2005/Atom'>
<title>csa/tomo/tnv/framework.git/Wrappers/Python/ccpi/io, branch fast_tnv</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/tomo/tnv/framework.git/'/>
<entry>
<title>Function m (#482)</title>
<updated>2020-01-15T16:14:28+00:00</updated>
<author>
<name>Edoardo Pasca</name>
<email>edo.paskino@gmail.com</email>
</author>
<published>2020-01-15T16:14:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/tomo/tnv/framework.git/commit/?id=26dcd132486c8ab6bb2df4b24d8c053e0b42269c'/>
<id>26dcd132486c8ab6bb2df4b24d8c053e0b42269c</id>
<content type='text'>
* fix func style

* update pnorm not quite right

* add test for SumFunction

* passed test for SumFunction

* passed test for SumFunction

* passed test for SumFunction

* rename Norm2Sq to LeastSquares

* rename Norm2Sq to LeastSquares

* delete files and move to Function.py

* fix accuracy convex conjugate

* comment proximal conjugate, have generic expression

* remove some imports

* remove imports and comment gradient, proximal conjugate , rmul

* remove imports and comment prox conj

* fix init

* fix out gradient

* fix init

* SumFunction full test

* rename Norm2Sq

* rename Norm2Sq

* change kwargs in KL, not ready yet

* change def of KL cases

* change kwargs in KL, not ready yet

* LinearOperatorMatrix FISTA cvx is not working

* change name in KL

* minor fix

* BlockDataContainer should give a geometry when shape is the same

* change convex conj when we have BDC

* remove space

* fix out for prox

* rename x to b

* add SumFunctionScalar test

* fix convex conj of constant

* fix convex conj of constant

* minor fix

* fix con conj

* add new tests

* KL not ready yet

* add docs, not ready yet

* fix documentation

* fix docs

* fix doc scaled function

* fix doc translate function

* fix modules path for documentation

* minor doc fix

* fix doc prox conj for KL

* fix vector geometry in vectordata

* fix direct/adjpint LinearOperator

* add test LinearOperatorMatrix

* fix doc and check methods for functionOperaCom

* add new test for FunctionOperCom with LinearOperMatr

* get vector geometry in vector data

* minor changes and docs

* fix docs

* check Lips cons

* rename Norm2Sq to LeastSquares for docs

* fix KL, docs, background term, conve conj

* add KL test

* fix KL

* minor fix doc

* add back prox conj work with smoothTV

* smooth TV not ready yet

* add prox conj back

* minor change

* no change

* fixing docs, not ready yet

* uncomment prox_conj for ScaledFunction

* fix doc for BlockFunction

* add smoothTV not ready yet

* no change

* fix doc and uncomment prox conj

* remove unicode literals

* sphnix is a nightmare

* fixing ADMM

* remove conv conj, prox, prox conj from smooth TV

* merge edo's docs

* fix docs for L2Norm after edo's PR

* fix docs

* remove ADMM

* add docs for Function module

* remove unicode_literals from future imports

https://stackoverflow.com/questions/7602171/unicode-error-unicodeescape-codec-cant-decode-bytes-string-with-u

* remove ADMM

* removed unicode literals from future imports

* fix init for functions

* remove main

* add explcit KL prox conj, does not work with generic prox conj of function

* add elif pass for vector geometry

* fixes from comments on the PR

* minor changes

* fix mul in Function and Identity in TranslateFunction

* remove from call

* remove BlockGeometr from BDC

* remove min, max

* cleaned Function

* add test for constant function

* remove smooth mixed L21 Norm

* fixed fill method and test of SumFunction

* Functions dev (#479)

* v19.10 docs (#467)

updated docstrings and documentation

* add Gemma in the authors

* update docs

* Installs with make install (#478)

* closes #477

* install from build dir

Co-authored-by: Vaggelis Papoutsellis &lt;22398586+epapoutsellis@users.noreply.github.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix func style

* update pnorm not quite right

* add test for SumFunction

* passed test for SumFunction

* passed test for SumFunction

* passed test for SumFunction

* rename Norm2Sq to LeastSquares

* rename Norm2Sq to LeastSquares

* delete files and move to Function.py

* fix accuracy convex conjugate

* comment proximal conjugate, have generic expression

* remove some imports

* remove imports and comment gradient, proximal conjugate , rmul

* remove imports and comment prox conj

* fix init

* fix out gradient

* fix init

* SumFunction full test

* rename Norm2Sq

* rename Norm2Sq

* change kwargs in KL, not ready yet

* change def of KL cases

* change kwargs in KL, not ready yet

* LinearOperatorMatrix FISTA cvx is not working

* change name in KL

* minor fix

* BlockDataContainer should give a geometry when shape is the same

* change convex conj when we have BDC

* remove space

* fix out for prox

* rename x to b

* add SumFunctionScalar test

* fix convex conj of constant

* fix convex conj of constant

* minor fix

* fix con conj

* add new tests

* KL not ready yet

* add docs, not ready yet

* fix documentation

* fix docs

* fix doc scaled function

* fix doc translate function

* fix modules path for documentation

* minor doc fix

* fix doc prox conj for KL

* fix vector geometry in vectordata

* fix direct/adjpint LinearOperator

* add test LinearOperatorMatrix

* fix doc and check methods for functionOperaCom

* add new test for FunctionOperCom with LinearOperMatr

* get vector geometry in vector data

* minor changes and docs

* fix docs

* check Lips cons

* rename Norm2Sq to LeastSquares for docs

* fix KL, docs, background term, conve conj

* add KL test

* fix KL

* minor fix doc

* add back prox conj work with smoothTV

* smooth TV not ready yet

* add prox conj back

* minor change

* no change

* fixing docs, not ready yet

* uncomment prox_conj for ScaledFunction

* fix doc for BlockFunction

* add smoothTV not ready yet

* no change

* fix doc and uncomment prox conj

* remove unicode literals

* sphnix is a nightmare

* fixing ADMM

* remove conv conj, prox, prox conj from smooth TV

* merge edo's docs

* fix docs for L2Norm after edo's PR

* fix docs

* remove ADMM

* add docs for Function module

* remove unicode_literals from future imports

https://stackoverflow.com/questions/7602171/unicode-error-unicodeescape-codec-cant-decode-bytes-string-with-u

* remove ADMM

* removed unicode literals from future imports

* fix init for functions

* remove main

* add explcit KL prox conj, does not work with generic prox conj of function

* add elif pass for vector geometry

* fixes from comments on the PR

* minor changes

* fix mul in Function and Identity in TranslateFunction

* remove from call

* remove BlockGeometr from BDC

* remove min, max

* cleaned Function

* add test for constant function

* remove smooth mixed L21 Norm

* fixed fill method and test of SumFunction

* Functions dev (#479)

* v19.10 docs (#467)

updated docstrings and documentation

* add Gemma in the authors

* update docs

* Installs with make install (#478)

* closes #477

* install from build dir

Co-authored-by: Vaggelis Papoutsellis &lt;22398586+epapoutsellis@users.noreply.github.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix subset doesn't return ImageGeometry (#376)</title>
<updated>2019-10-11T13:11:53+00:00</updated>
<author>
<name>evelinaametova</name>
<email>47400194+evelinaametova@users.noreply.github.com</email>
</author>
<published>2019-10-11T13:11:53+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/tomo/tnv/framework.git/commit/?id=b4e242471dd96d3af12d0c4c1d94a60be08dadcc'/>
<id>b4e242471dd96d3af12d0c4c1d94a60be08dadcc</id>
<content type='text'>
closes #235 
closes #312 
closes #375</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #235 
closes #312 
closes #375</pre>
</div>
</content>
</entry>
<entry>
<title>Headers comment (#342)</title>
<updated>2019-07-02T16:11:25+00:00</updated>
<author>
<name>Edoardo Pasca</name>
<email>edo.paskino@gmail.com</email>
</author>
<published>2019-07-02T16:11:25+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/tomo/tnv/framework.git/commit/?id=47621de19f461085e2be1ecf14cd060b42db0a2d'/>
<id>47621de19f461085e2be1ecf14cd060b42db0a2d</id>
<content type='text'>
* added to autoclass doc

* added header

* file permission

* remove x permission

* spdhg x mode

* removed file

* reset permission to 644
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* added to autoclass doc

* added header

* file permission

* remove x permission

* spdhg x mode

* removed file

* reset permission to 644
</pre>
</div>
</content>
</entry>
<entry>
<title>Update NEXUSDataReader.py</title>
<updated>2019-06-13T15:37:26+00:00</updated>
<author>
<name>evelinaametova</name>
<email>47400194+evelinaametova@users.noreply.github.com</email>
</author>
<published>2019-06-13T15:37:26+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/tomo/tnv/framework.git/commit/?id=641b13bfc1e55335138b5ce14c309106f8699a8f'/>
<id>641b13bfc1e55335138b5ce14c309106f8699a8f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix None values in Reader/ Wrirer</title>
<updated>2019-06-13T15:23:05+00:00</updated>
<author>
<name>Evelina Ametova</name>
<email>evelinaametova@gmail.com</email>
</author>
<published>2019-06-13T15:23:05+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/tomo/tnv/framework.git/commit/?id=460e8a9022c5c2464133415c645ff54d176eb1ed'/>
<id>460e8a9022c5c2464133415c645ff54d176eb1ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix imports in io</title>
<updated>2019-06-12T12:19:29+00:00</updated>
<author>
<name>Edoardo Pasca</name>
<email>edo.paskino@gmail.com</email>
</author>
<published>2019-06-12T12:19:29+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/tomo/tnv/framework.git/commit/?id=0d2062ffad8cf1e0b3c8b5b8aeb800b71a32e69e'/>
<id>0d2062ffad8cf1e0b3c8b5b8aeb800b71a32e69e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>data readers, writer, resizer to composite_data_container branch</title>
<updated>2019-06-12T10:17:40+00:00</updated>
<author>
<name>Evelina Ametova</name>
<email>evelinaametova@gmail.com</email>
</author>
<published>2019-06-12T10:17:40+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/tomo/tnv/framework.git/commit/?id=78f962def0bdb188efe8f72aac7f26838f5c4b62'/>
<id>78f962def0bdb188efe8f72aac7f26838f5c4b62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixed load method</title>
<updated>2019-04-15T14:11:30+00:00</updated>
<author>
<name>Edoardo Pasca</name>
<email>edo.paskino@gmail.com</email>
</author>
<published>2019-04-15T14:11:30+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/tomo/tnv/framework.git/commit/?id=617f2e71dd34b3c1fe2997ffbaeefd7f030ec3aa'/>
<id>617f2e71dd34b3c1fe2997ffbaeefd7f030ec3aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Nexus read slice (#144)</title>
<updated>2018-11-10T09:47:42+00:00</updated>
<author>
<name>Edoardo Pasca</name>
<email>edo.paskino@gmail.com</email>
</author>
<published>2018-11-10T09:47:42+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/tomo/tnv/framework.git/commit/?id=9b1d18b61e9f5f623c1d4f8c93b2895a4c57e4c0'/>
<id>9b1d18b61e9f5f623c1d4f8c93b2895a4c57e4c0</id>
<content type='text'>
* replaces in with explicit test

closes #139

* add read of single slice or subset

* get_image_keys

* reader reads single slice

* adds get_acquisition_data_slice and get_acquisition_data_subset

it is possible to read in only a subset of the dataset.

* added multifile_nexus.py

* cleaned example

* fix normaliser and reader

* wip

* wip for reader

* added support for non standard?? nexus files

updated example with normalisation.

* fix camelcase

* Added initial unittest for reader

bugfix for python 2.7

* fixes for python 2.7

* remove duplicate test requirement

* minimal unittest for get_acquisition_data_subset
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* replaces in with explicit test

closes #139

* add read of single slice or subset

* get_image_keys

* reader reads single slice

* adds get_acquisition_data_slice and get_acquisition_data_subset

it is possible to read in only a subset of the dataset.

* added multifile_nexus.py

* cleaned example

* fix normaliser and reader

* wip

* wip for reader

* added support for non standard?? nexus files

updated example with normalisation.

* fix camelcase

* Added initial unittest for reader

bugfix for python 2.7

* fixes for python 2.7

* remove duplicate test requirement

* minimal unittest for get_acquisition_data_subset
</pre>
</div>
</content>
</entry>
<entry>
<title>fix camel case inputs</title>
<updated>2018-04-27T08:38:32+00:00</updated>
<author>
<name>Jakob Jorgensen</name>
<email>jakob.jorgensen@manchester.ac.uk</email>
</author>
<published>2018-04-27T08:38:32+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.ru.suren.me/cgit/csa/tomo/tnv/framework.git/commit/?id=b122aec2830c95106a187ec44f94e88bf223fee6'/>
<id>b122aec2830c95106a187ec44f94e88bf223fee6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
