Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
School_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
encinass1u
School_project
Commits
b7f262bb
Commit
b7f262bb
authored
3 years ago
by
encinass1u
Browse files
Options
Downloads
Patches
Plain Diff
Update Readme.md
parent
99aa8701
Branches
Branches containing commit
No related tags found
1 merge request
!2
Update README.md
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Readme.md
+12
-9
12 additions, 9 deletions
Readme.md
with
12 additions
and
9 deletions
Readme.md
+
12
−
9
View file @
b7f262bb
...
@@ -3,23 +3,26 @@ The repertory is conformed by an initial stl file containing the analized surfac
...
@@ -3,23 +3,26 @@ The repertory is conformed by an initial stl file containing the analized surfac
1.
Run "stl2vtk.py"
1.
Run "stl2vtk.py"
This will show the s
urface you are dealing with
, the entering file needs to be in stl format.
This will show the s
tudied surface
, the entering file needs to be in stl format.
As a result a ply will be obtained for further treatment.
As a result a ply
file
will be obtained for further treatment.
In this code, several methods to study and find surface parameters are commented out.
In this code, several methods to study and find surface parameters are commented out.
2.
Run "Plotting.py"
2.
Run "Plotting.py"
The "tata_filtered.ply" is the input that will provide the arrays to create a 2D plane
The "tata_filtered.ply" is the input that will provide the arrays to create a 2D plane
i
nside a
Matrix
of the same size as the surface.
I
nside a
n array
of the same size as the surface.
An array of 3 columns and n number of points will be obtained.
An array of 3 columns and n number of points will be obtained.
1 and 2nd col
i
mns correspond to coordinaes x and y. 3rd column is the value inside
them
.
1 and 2nd col
u
mns correspond to coordinaes x and y. 3rd column is the value inside
each coordinate
.
This
info
is s
q
ved in the "data" variable
This
array
is s
a
ved in the "data" variable
.
3.
Run "Gaus_surface.py"
3.
Run "Gaus_surface.py"
Array values will be arranged inside the matrix to plot the 2D plane.
Array values will be arranged inside the matrix to plot the 2D plane from 'data' calculated in previously.
This will provide a pickle file containing the surface heights fom 1 to 0.
Firstly an empty Matrix with the same dimmension is created filled with 0.
The file is called "Gts_Surface_T.cvs"
The main task of the code is to correctly arrange each coordinate value into its corresponding location
in the Gts matrix.
Values are added from the bottom to the top by pickling each time a row is added.
This provides a file containing the surface heights fom 1 to 0.
4.
"Show_code.py"
4.
Additional:
"Show_code.py"
This code show the final surface obtained in a colored plot.
This code show the final surface obtained in a colored plot.
It also allows to obtain a small sample if needed to perfom fast test with cell seeding called
It also allows to obtain a small sample if needed to perfom fast test with cell seeding called
"Gts_sample.cvs"
"Gts_sample.cvs"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment