Skip to content

Separate bifrost module acorr calculates auto-correlations and is inc… - #20

Open
adampbeardsley wants to merge 1 commit into
mainfrom
hari_pr
Open

Separate bifrost module acorr calculates auto-correlations and is inc…#20
adampbeardsley wants to merge 1 commit into
mainfrom
hari_pr

Conversation

@adampbeardsley

Copy link
Copy Markdown

…luded in the epic_optim branch of bifrost in epic_astronomy repository. This module has been tested and is required to perform autocorrelation removal

…luded in the epic_optim branch of bifrost in epic_astronomy repository. This module has been tested and is required to perform autocorrelation removal
Comment thread LWA/LWA_bifrost.py
Comment on lines +1153 to +1158
#bifrost.map(
# "a(i,j,k,l) += (b(i,j,k,l/2) * b(i,j,k,l%2).conj())",
# {"a": autocorrs, "b": udata, "t": self.ntime_gulp},
# axis_names=("i", "j", "k", "l"),
# shape=(self.ntime_gulp, nchan, nstand, npol ** 2),
#)

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#bifrost.map(
# "a(i,j,k,l) += (b(i,j,k,l/2) * b(i,j,k,l%2).conj())",
# {"a": autocorrs, "b": udata, "t": self.ntime_gulp},
# axis_names=("i", "j", "k", "l"),
# shape=(self.ntime_gulp, nchan, nstand, npol ** 2),
#)

Comment thread LWA/LWA_bifrost.py
Comment on lines +2191 to +2194
#if args.removeautocorrs:
# raise NotImplementedError(
# "Removing autocorrelations is not yet properly implemented."
# )

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#if args.removeautocorrs:
# raise NotImplementedError(
# "Removing autocorrelations is not yet properly implemented."
# )

Comment thread LWA/LWA_bifrost.py

# Setup the cores and GPUs to use
cores = [0, 2, 3, 4, 5, 6, 7]
#cores = [0, 2, 3, 4, 5, 6, 7]

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
#cores = [0, 2, 3, 4, 5, 6, 7]

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

Successfully merging this pull request may close these issues.

2 participants