Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'inv' function generality #3

Open
awson opened this issue Jun 1, 2015 · 0 comments
Open

'inv' function generality #3

awson opened this issue Jun 1, 2015 · 0 comments

Comments

@awson
Copy link

awson commented Jun 1, 2015

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant