Skip to content

Commit

Permalink
documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nyoungbq committed Oct 12, 2023
1 parent 2d3f53e commit d7828c0
Showing 1 changed file with 12 additions and 18 deletions.
Original file line number Diff line number Diff line change
@@ -1,45 +1,39 @@
# Convert Hexagonal Grid Data to Square Grid Data (TSL - .ang) #
# Convert Hexagonal Grid Data to Square Grid Data (TSL - .ang)

## Group (Subgroup) ##
## Group (Subgroup)

Sampling (Resolution)

## Description ##
## Description

This **Filter** will convert TSL .ang files on hexagonal grids to TSL .ang files on square grids by means of interpolation between points. Note that the resulting square grid .ang files may have more or less rows of data and that some data may be interpolated based on its neighbor data. By default, the spacing of the square grid will be the spacing between columns in the hexagonal grid.

This **Filter** is useful since most DREAM.3D routines for analyzing Ebsd data require a square grid. After using this **Filter** to bulk convert the TSL .ang files to square grids, it is suggested to use the [Import Orientation File(s) to H5Ebsd](EbsdToH5Ebsd.html "") **Filter** to convert the square grid .ang files to the H5Ebsd format. The user can then use the [Read H5Ebsd File](ReadH5Ebsd.html "") **Filter** to import the H5Ebsd file into DREAM.3D for analysis.

-----

![Convert Hexagonal Grid User Interface](Images/ConvertHexToSquareGUI.png)

-----
This **Filter** is useful since most DREAM.3D routines for analyzing Ebsd data require a square grid. After using this **Filter** to bulk convert the TSL .ang files to square grids, it is suggested to use the [Import Orientation File(s) to H5Ebsd](EbsdToH5Ebsd.html "") **Filter** to convert the square grid .ang files to the H5Ebsd format. The user can then use the [Read H5Ebsd File](ReadH5Ebsd.html "") **Filter** to import the H5Ebsd file into DREAM.3D for analysis.

The use of this **Filter** is similar to the use of the [Import Orientation File(s) to H5Ebsd](EbsdToH5Ebsd.html "") **Filter**. Please consult that **Filter's** documentation for a detailed description of the various user interface elements. Note that unlike the [Import Orientation File(s) to H5Ebsd](EbsdToH5Ebsd.html "") **Filter**, this **Filter** does not require either the _Stacking Order_ or the _Reference Frame_ to be modified.

## Parameters ##
## Parameters

See Description

## Required Geometry ##
## Required Geometry

Not Applicable

## Required Objects ##
## Required Objects

None

## Created Objects ##
## Created Objects

None

## Example Pipelines ##
## Example Pipelines

## License & Copyright ##
## License & Copyright

Please see the description file distributed with this **Plugin**

## DREAM.3D Mailing Lists ##
## DREAM3DNX Help

If you need more help with a **Filter**, please consider asking your question on the [DREAM.3D Users Google group!](https://groups.google.com/forum/?hl=en#!forum/dream3d-users)
Check out our GitHub community page at [DREAM3DNX-Issues](https://github.com/BlueQuartzSoftware/DREAM3DNX-Issues) to report bugs, ask the community for help, discuss features, or get help from the developers.

0 comments on commit d7828c0

Please sign in to comment.