Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CyXTraX
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
RoboCT (Public)
XrayTransformStudies
CyXTraX
Commits
320c9e4f
Commit
320c9e4f
authored
4 months ago
by
=
Browse files
Options
Downloads
Patches
Plain Diff
added cone poly
parent
d44e10fc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/cyxtrax/data/cone_poly.aRTist
+0
-0
0 additions, 0 deletions
src/cyxtrax/data/cone_poly.aRTist
src/cyxtrax/simulation/artist_bridge.py
+5
-0
5 additions, 0 deletions
src/cyxtrax/simulation/artist_bridge.py
with
5 additions
and
0 deletions
src/cyxtrax/data/cone_poly.aRTist
0 → 100644
+
0
−
0
View file @
320c9e4f
File added
This diff is collapsed.
Click to expand it.
src/cyxtrax/simulation/artist_bridge.py
+
5
−
0
View file @
320c9e4f
...
...
@@ -47,6 +47,11 @@ def set_cone_mode(api: API):
print
(
f
"
Load:
{
file_path
}
"
)
api
.
load_project
(
file_path
)
def
set_cone_poly_mode
(
api
:
API
):
with
importlib
.
resources
.
path
(
"
cyxtrax.data
"
,
"
cone_poly.aRTist
"
)
as
file_path
:
print
(
f
"
Load:
{
file_path
}
"
)
api
.
load_project
(
file_path
)
class
CylindricalProjection
:
def
__init__
(
self
,
api
:
API
=
API
())
->
None
:
...
...
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