Admin message
NRAO GitLab and Mattermost will be offline Thursday, Dec. 18, at 7:30 PM EDT for software updates
Changes
Page history
Update CFSimpleIndexer
authored
Mar 01, 2021
by
Martin Pokorny
Show whitespace changes
Inline
Side-by-side
CFSimpleIndexer.md
View page @
9a32a138
...
...
@@ -135,7 +135,7 @@ Finally, the values of `hpg::VisData<N>::m_cf_index` may be computed as in the f
cell_index
.
m_baseline_type
=
0
;
cell_index
.
m_time
=
/*... from visibility time */
;
cell_index
.
m_w_plane
=
W_0
;
cell_index
.
m_frequency
=
/*... from visibility frequency */
cell_index
.
m_frequency
=
/*... from visibility frequency */
;
cell_index
.
m_mueller
=
0
;
// not significant, 0 is always valid
auto
[
mueller
,
cube
,
group
]
=
subset_indexer
.
cf_index
(
cell_index
);
vis
.
m_cf_index
=
{
cube
,
group
};
...
...
...
...