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

Update documentation in base.py #306

Merged
merged 1 commit into from Oct 9, 2017

Conversation

JoostJM
Copy link
Collaborator

@JoostJM JoostJM commented Oct 6, 2017

Clarify that variables mentioned in the base class are variables instantiated by the base class, not possible settings for customization (also add redirect to customization documentation).

Update the documentation to reflect changes made to the structure of the base class, more specifically the initialization of a feature class.

Add documentation for the "Label" parameter to the customization documentation.

cc @Radiomics/developers

- matrixCoordinates: tuple of 3 numpy arrays containing the z, x and y coordinates of the voxels included in the ROI,
respectively. Length of each array is equal to total number of voxels inside ROI.
- targetVoxelArray: flattened numpy array of gray values inside ROI.
- inputImage: Simple ITK image object of the input image (dimensions x, y, z)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would replace all occurrences of "Simple ITK" with "SimpleITK"

Clarify that variables mentioned in the base class are variables instantiated by the base class, not possible settings for customization (also add redirect to customization documentation).

Update the documentation to reflect changes made to the structure of the base class, more specifically the initialization of a feature class.

Add documentation for the "Label" parameter to the customization documentation.
@JoostJM JoostJM merged commit aca0d08 into AIM-Harvard:master Oct 9, 2017
@JoostJM JoostJM deleted the update-base-docs branch October 11, 2017 14:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants