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

Thchang/issue 697 #1265

Merged
merged 6 commits into from Jan 8, 2021
Merged

Thchang/issue 697 #1265

merged 6 commits into from Jan 8, 2021

Conversation

TienHao
Copy link
Contributor

@TienHao TienHao commented Nov 23, 2020

closes #697
implmenting beamTable to display correct beam for multi-beam images(per-plane-beam images).

companion backend issue CARTAvis/carta-backend#402

const frameInfo: FrameInfo = {
fileId: ack.fileId,
directory,
hdu,
fileInfo: new CARTA.FileInfo(ack.fileInfo),
fileInfoExtended: new CARTA.FileInfoExtended(ack.fileInfoExtended),
fileFeatureFlags: ack.fileFeatureFlags,
renderMode: CARTA.RenderMode.RASTER
renderMode: CARTA.RenderMode.RASTER,
beamTable: beamTable
Copy link
Collaborator

Choose a reason for hiding this comment

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

can't we just use ack.beamTable ?? [] here? Why do we need to manually clone the beam table?

@veggiesaurus
Copy link
Collaborator

@TienHao please fix merge conflicts, then we can merge this in

Copy link
Collaborator

@kswang1029 kswang1029 left a comment

Choose a reason for hiding this comment

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

Good to go! 👍

@veggiesaurus veggiesaurus merged commit 19ea2fc into dev Jan 8, 2021
@veggiesaurus veggiesaurus deleted the thchang/issue_697 branch January 8, 2021 08:54
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.

Show correct beam for multi-beam images
3 participants