Git Product home page Git Product logo

crocodile's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 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  avatar

crocodile's Issues

'inv' function generality

Crocodile's 'inv' function is described as "Invert a hermitian-symetric two-dimensional grid. The hermitian symetric dimension is the second (last) index, like in numpy.fft":

"""Invert a hermitian-symetric two-dimensional grid.
.

AFAIUI, this is related to how the sample uv data are generated, see

v=numpy.hstack([v, numpy.conj(v)])
.

The question is: what if we use uv data generated by Oskar? Do they have the same structure (hermitean-symmetric)? And if they have more general structure then how should 'inv' look like in this general case?

Document results of Hogbom's CLEAN

As Anna commented in the Radio Cortex specification, Hogbom produces a clean image, a model image and residual. We believe this maps to comps+res, comps and res respectively, but this is never documented explicitly.

Document gridding's data characteristics

The way gridding works, we have a few connected characteristics of the handled data:

  • In doimg, we "mirror" coordinates and conjugate visibilities. In my understanding, this is correct because it reflects "inverted" baselines.
  • This causes in turn causes the result of gridding to be hermitian
  • This property is what makes sure that the result image of the FFT is, in fact, real-valued

It would make the program easier to follow if this was spelled out explicitly.

Hard-coded numbers in synthesis.py

Calls to wkernelaf in synthesis.py contain hard-coded numbes 257 and 15. Those would be better understood if they had text names. Also, should those be adjustable in any way?

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.