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

2-D Visualization: Gridded Images [ I = f(x,y) ] #22

Open
7 tasks
ericdill opened this issue Aug 5, 2014 · 1 comment
Open
7 tasks

2-D Visualization: Gridded Images [ I = f(x,y) ] #22

ericdill opened this issue Aug 5, 2014 · 1 comment

Comments

@ericdill
Copy link
Contributor

ericdill commented Aug 5, 2014

Description

2-D data, in this context, refers to data with 2 independent variables and a single dependent variables. For an example, consider a 2-D detector which has two orthogonal spatial directions (call them x and y) and 1 dependent variable (intensity, fluorescence energy, etc...). The dependent variable is usually shown with false coloring using tools like mpl.imshow(), mpl.contour(), mpl.contourf(), etc... There are many different scientific use cases for the display of 2-D data. Some involve viewing raw experimental data as it comes off of the detector, some are results of analysis pipelines where a raw 2-D image has been modified in some way (e.g., corrected for experimental issues like dark current, background, point distortions, etc...), or a 2-D image has been constructed from a series of measurements.

Visualization Requirements

  • View 2-time correlation
  • Look at stacks of 2-D images from different reductions of spectrum
  • View raw data from 2-D detector
  • View slices through reciprocal space reconstruction
  • Browse 2-D image stack
  • Represent data as contour plot
  • IXS: Plot summed spectrum minus elastic peak as 2-theta is scanned
@ericdill ericdill changed the title 2-D Visualization: z = f(x,y) 2-D Visualization: I = f(x,y) Aug 6, 2014
@ericdill ericdill changed the title 2-D Visualization: I = f(x,y) 2-D Visualization: Gridded Images Aug 6, 2014
@ericdill ericdill changed the title 2-D Visualization: Gridded Images 2-D Visualization: Gridded Images [ I = f(x,y) ] Aug 6, 2014
@tacaswell
Copy link
Member

matplotlib/matplotlib#3291 (comment) (scroll down for pictures) In-process PR at mpl.

Hill shading is pretty cool.

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

No branches or pull requests

3 participants