Skip to content

Commit

Permalink
Bugfix: LoadCentered removed.
Browse files Browse the repository at this point in the history
Bug introduced in 0.7.10 with spelling mistake "LoadCentreed"
  • Loading branch information
davidplotzki committed Sep 28, 2022
1 parent e48ec3a commit 5052d19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
5 changes: 1 addition & 4 deletions CTSimU/modulemain.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ proc Info {} {
return [dict create \
Name CTSimU \
Description "CTSimU Scenario Loader" \
Version "0.8.14" \
Version "0.8.15" \
]
}

Expand Down Expand Up @@ -3303,9 +3303,6 @@ namespace eval ::CTSimU {
}
}

# Samples must be loaded to be centreed at (0, 0, 0):
set ::aRTist::LoadCentreed 1

# Import samples:
showInfo "Importing samples..."
if {![json isnull $scene samples]} {
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CTSimU JSON Loader
# CTSimU aRTist Module

This is a module for the radiographic simulator [aRTist](http://artist.bam.de/) which reads and sets up the scenario from a [CTSimU JSON description](https://bamresearch.github.io/ctsimu-scenarios/). With the module, it is also possible to simulate the complete CT scan as described in the JSON scenario.

Expand Down Expand Up @@ -28,12 +28,15 @@ The `deploy.sh` script can be used to create an `.artp` file for aRTist for a ce

For example:

./deploy.sh "0.8.14"
./deploy.sh "0.8.15"

Note: the aRTist package file (`.artp`) should not be part of the git repository. Instead, it can be uploaded to Github as a file attachment to a new release.

## Version History

### 0.8.15
+ Minor bug fix: Parts not loaded centered at (0,0,0) since version 0.7.10 due to a spelling mistake. This bug had no impact on part placement: centering parts after loading is not necessary and has therefore been fully removed in this version.

### 0.8.14
+ Removed iSRb correction scaling factor of 0.6830822016 (for aRTist 2.12+).
+ Added aRTist-specific JSON option to create primary energy images.
Expand Down

0 comments on commit 5052d19

Please sign in to comment.