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

Wavenumber notation #236

Open
navidcy opened this issue Dec 21, 2020 · 1 comment
Open

Wavenumber notation #236

navidcy opened this issue Dec 21, 2020 · 1 comment
Labels

Comments

@navidcy
Copy link
Member

navidcy commented Dec 21, 2020

Currently grid contains arrays for (k, l). Should we change to (kx, ky)? I'd vote "yes".

grid.kx
grid.kxr
grid.ky
grid.ksq
grid.ksqr
grid.invksq
grid.invksqr

One would be tempted to use unicode, e.g.

grid.k²
grid.k²r
grid.k⁻²
grid.k⁻²r

but that makes it rather cumbersome for new users...

Any thoughts?

@glwagner, @BrodiePearson, @liasiegelman

(The docs at the moment have a mixture of the two so it would be good to smooth it out after we settle on the issue.)

@liasiegelman
Copy link
Collaborator

@navidcy I agree that kx and ky is better than k and l. I prefer without unicode though.

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

No branches or pull requests

2 participants