Nikea / xray-vision

Visualization widgets and plotting helpers targeted at X-Ray Sciences
Other
5 stars 13 forks source link

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

Open ericdill opened 10 years ago

ericdill commented 10 years ago

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

tacaswell commented 10 years ago

https://github.com/matplotlib/matplotlib/pull/3291#issuecomment-51622428 (scroll down for pictures) In-process PR at mpl.

Hill shading is pretty cool.