Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
On Thursday, 7th July from 1 to 3 pm there will be a maintenance with a short downtime of GitLab.
Open sidebar
ift
nifty_gridder
Commits
5c014080
Commit
5c014080
authored
Sep 04, 2019
by
Martin Reinecke
Browse files
cosmetics
parent
92535d78
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty_gridder.cc
View file @
5c014080
...
...
@@ -904,8 +904,8 @@ PYBIND11_MODULE(nifty_gridder, m)
m
.
def
(
"getIndices"
,
PygetIndices
,
getIndices_DS
,
"baselines"
_a
,
"gconf"
_a
,
"flags"
_a
,
"chbegin"
_a
=-
1
,
"chend"
_a
=-
1
,
"wmin"
_a
=-
1e30
,
"wmax"
_a
=
1e30
);
m
.
def
(
"vis2grid"
,
&
Pyvis2grid
<
double
>
,
vis2grid_DS
,
"baselines"
_a
,
"gconf"
_a
,
"idx"
_a
,
"vis"
_a
,
"grid_in"
_a
=
None
,
"wgt"
_a
=
None
);
m
.
def
(
"vis2grid"
,
&
Pyvis2grid
<
double
>
,
vis2grid_DS
,
"baselines"
_a
,
"gconf"
_a
,
"idx"
_a
,
"vis"
_a
,
"grid_in"
_a
=
None
,
"wgt"
_a
=
None
);
m
.
def
(
"ms2grid"
,
&
Pyms2grid
<
double
>
,
"baselines"
_a
,
"gconf"
_a
,
"idx"
_a
,
"ms"
_a
,
"grid_in"
_a
=
None
,
"wgt"
_a
=
None
);
m
.
def
(
"grid2vis"
,
&
Pygrid2vis
<
double
>
,
grid2vis_DS
,
"baselines"
_a
,
"gconf"
_a
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment