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

Mark/add axes numbers #77

Merged
merged 7 commits into from
Mar 22, 2023
Merged

Mark/add axes numbers #77

merged 7 commits into from
Mar 22, 2023

Conversation

markccchiang
Copy link
Collaborator

@markccchiang markccchiang commented Nov 29, 2022

This adds a new sub-message AxesNumbers in the message FileInfoExtended and passes it to the frontend. So the frontend can decide which axes to be rendered (axis number is 1 or 2). And which is the depth axis (axis number > 2) for non-stokes axis. This is for the backend PR 1194 and the frontend PR 2011.

@pford
Copy link
Contributor

pford commented Nov 29, 2022

@markccchiang don't forget the changelog and the index! (I forget this in my last PR!)

@confluence confluence self-assigned this Nov 30, 2022
Copy link
Collaborator

@confluence confluence left a comment

Choose a reason for hiding this comment

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

Minor changes requested.

:ICD Version Integer: 28
:CARTA Target: Version 4.0
:CARTA Target: Version 5.0
Copy link
Collaborator

Choose a reason for hiding this comment

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

I think you replaced this accidentally.

Comment on lines 65 to 68
// Direction X axis number
sfixed32 dir_x = 1;
// Direction Y axis number
sfixed32 dir_y = 2;
Copy link
Collaborator

Choose a reason for hiding this comment

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

I would change "Direction" to "Spatial" here.

Copy link
Collaborator

Choose a reason for hiding this comment

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

I would also rename dir_x and dir_y to spatial_x and spatial_y.

Comment on lines 65 to 68
// Direction X axis number
sfixed32 dir_x = 1;
// Direction Y axis number
sfixed32 dir_y = 2;
Copy link
Collaborator

Choose a reason for hiding this comment

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

I would also rename dir_x and dir_y to spatial_x and spatial_y.

@confluence confluence merged commit aeb52e8 into dev Mar 22, 2023
@confluence confluence deleted the mark/add_axes_numbers branch March 22, 2023 10:41
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.

3 participants