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

Better Examples for axisLabels #153

Merged
merged 1 commit into from
Nov 27, 2017

Conversation

ax3l
Copy link
Member

@ax3l ax3l commented Nov 24, 2017

This is a wording change of the openPMD 1.0.0 standard as porposed in #130.

Description

Adds more detailed examples on the dataOrder in axisLabels attributes for C- and Fortran-style readers and writers.

Examples:

  • 3D cartesian C-style A[z,y,x] write: ("z", "y", "x") and dataOrder='C'
  • 2D cartesian C-style A[y,x] write: ("y", "x") and dataOrder='C'
  • 2D cartesian Fortran-style A[x,y] write: ("x", "y") and dataOrder='F'
  • thetaMode Fortran-style A[r,z] write: ("r", "z") and dataOrder='F'

Affected Components

  • base

Logic Changes

No changes introduced.

Writer Changes

No data writers affected.

Reader Changes

No data readers affected.

Data Converter

No data conversion needed.

This is a wording change of the openPMD 1.0.0 standard.

Description

Adds more detailed examples on the `dataOrder` in `axisLabels`
attributes for C- and Fortran-style readers and writers.

Affected Components

- `base`

Logic Changes

No changes introduced.

Writer Changes

No data writers affected.

Reader Changes

No data readers affected.

Data Converter

No data conversion needed.
@ax3l ax3l added the revision change backwards-compatible, stylistic change (e.g. typos) label Nov 24, 2017
@ax3l ax3l requested a review from RemiLehe November 24, 2017 14:39
@ax3l ax3l mentioned this pull request Nov 24, 2017
3 tasks
@ax3l
Copy link
Member Author

ax3l commented Nov 27, 2017

@RemiLehe ping :) please review & merge me :)

@RemiLehe
Copy link
Member

Sounds good to me :) Thanks for the PR

@RemiLehe RemiLehe merged commit 7614d99 into openPMD:upcoming-1.0.1 Nov 27, 2017
@ax3l ax3l deleted the topic-axisLabelsExamples branch November 27, 2017 21:15
@ax3l ax3l mentioned this pull request Dec 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
revision change backwards-compatible, stylistic change (e.g. typos)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants