Giter VIP home page Giter VIP logo

cil's People

Contributors

asharits avatar casperdcl avatar clairedelplancke avatar danicastfc avatar dkazanc avatar epapoutsellis avatar evelinaametova avatar gfardell avatar github-actions[bot] avatar hrobarts avatar jakobsj avatar kpidge avatar kristhielemans avatar lauramurgatroyd avatar letizia97 avatar margaretduff avatar paskino avatar samtygier-stfc avatar tomaskulhanek avatar vais-ral avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cil's Issues

Writer

DataSet should be able to save to HDF5

Average along one axis DataSetProcessor

It may be useful to have a DataSetProcessor to calculate the average of a DataSet along an axis and collapse that axis. For instance, when flats and darks are calculated they are a stack of N images.
It may be useful to have a processor that averages the slices out and creates a 2D DataSet out of it.

demo_IP to be moved to separate branch?

When going public, if not including support for importing FGP_TV etc from the FISTA/regularizer repo, I suppose we should move the demo_IP from the master branch to a separate (experimental) branch?

Demos

  • Diamond single channel parallel beam dataset
  • SophiaBeads single channel
  • Demo IP (multichannel)

DataSet arithmetic operations to return specific subclass

Arithmetic operations etc. explicitly (hard coded) produce generic DataSet objects, despite original objects being from specific subclass. This for example means that after running FISTA, the reconstruction is a DataSet and not, as desired, a VolumeData. Perhaps possible to fix by replacing hard coded "DataSet" by "type(self)".

Implement dataset method to copy entire object with all properties

Running simple_demo in 59c01d8 causes the error

Traceback (most recent call last):

  File "<ipython-input-10-cd664ec232c5>", line 1, in <module>
    x_CGLS, it_CGLS, timing_CGLS, criter_CGLS = CGLS(Aop, b, 1000, x_init)

  File "..\ccpi\reconstruction\algs.py", line 142, in CGLS
    d = A.adjoint(r)

  File "..\ccpi\reconstruction\astra_ops.py", line 52, in adjoint
    self.bp.setInput(DATA)

  File "..\ccpi\framework.py", line 628, in setInput
    if self.checkInput(dataset):

  File "..\ccpi\astra\astra_processors.py", line 128, in checkInput
    if dataset.number_of_dimensions == 3 or dataset.number_of_dimensions == 2:

AttributeError: 'SinogramData' object has no attribute 'number_of_dimensions'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.