Skip to content

Distorted visualization of EGSPHANT file, Windows 11 #1083

Answered by rtownson
Jake145 asked this question in Questions
Discussion options

You must be logged in to vote

I see that you used the default ramp. Does this actually match the appropriate range of CT values for your scanner?

It looks like the z range gets adjusted to "-4.8171 -1.7391" instead of "-4.8171 1.7391". Does that make sense for your image?

I'm entirely sure, but you may need to adjust the following lines in HEN_HOUSE/omega/progs/ctcreate/ReadCT_dicom.c and recompile it. As it suggests in the comments, you'll also need to adjust CTIMAX and CTJMAX. You could try setting these to 432.

/* MAX_CT_ROW_SIZE must exactly equal $CTIMAX in ctcreate.mortran. */
#define MAX_CT_ROW_SIZE 512

/* MAX_CT_COL_SIZE must exactly equal $CTJMAX in ctcreate.mortran. */
#define MAX_CT_COL_SIZE 512

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Jake145
Comment options

@rtownson
Comment options

Answer selected by Jake145
@Jake145
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants