Draws an image representation of the shear bias map. This module take a shear model and draws a map for the level of distortion that would be observed both in the x-y direction (gamma1) and 45 degrees to x-y (gamma2).
Parameters
| Name | Type | Description |
|---|---|---|
| ShearTag | string | Name of tag of the shear model. |
Inputs
| Name | Type | Description |
|---|---|---|
| Image/Width | int | The pixel width of the image to draw. If this is not in data stream, the default value of 1024 is used. |
| Image/Height | int | The pixel height of the image to draw. If this is not in data stream, the default value of 1024 is used. |
Outputs
| Name | Type | Description |
|---|---|---|
| ShearMap/Width | int | Pixel width of images that were drawn. |
| ShearMap/Height | int | Pixel height of images that were drawn. |
| ShearMap/Gamma1 | double* | Array of pixel values for the gamma1 map. |
| ShearMap/Gamma2 | double* | Array of pixel values for the gamma2 map. |