forked from MJ0706/HCM-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
### Mesh file extraction for specific patient | ||
- Extract the mesh file from zip | ||
- Extract Hdf5 file from zip | ||
- Copy the file and rename it 'currentfilename'+_refine.hdf5 | ||
- As an example, for [case_P1.zip](./fine3/case_P1.zip) file, extract it first, copy the file and rename the copied file with case_P1_refine.hdf5 | ||
- keep both hdf5 file in the same directory. |