Skip to content

Commit

Permalink
DOC: Deprecate camera calibration file spec and remove VRG references
Browse files Browse the repository at this point in the history
  • Loading branch information
sbelsk committed Nov 16, 2024
1 parent 0a8a2f3 commit c399469
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Documentation/file-specifications/camera-calibration.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Camera Calibration File Format

```{admonition} Deprecated
This file specification is no longer in use, since the VRG generation functionality has been removed as of [BrownBiomechanics/SlicerAutoscoperM #140](https://github.com/BrownBiomechanics/SlicerAutoscoperM/pull/140). Please refer to the updated workflows and documentation for alternative solutions.
```

## VTKCam 1.0

### Overview
Expand Down
1 change: 0 additions & 1 deletion Documentation/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,3 @@ This section defines terms that are commonly used by Autoscoper and SlicerAutosc
* **Sequential 3D CT**: A series of 3D CT scans acquired from the same region of interest (such as a joint or limb) in different positions. Using the Sequences module, these independent volumes can be visualized and processed together as a series.
* **TFM**: An ITK transformation file with the extension `.tfm`.
* **TRA**: A transform file with the extension `.tra` exported by Autoscoper. It contains a Nx16 transformation matrix of rigid body kinematics. Each one of the N lines represents a frame of BVR data optimized by Autoscoper. The TRA transforms can be applied to AUT models to visualized 3D motion of the rigid body and calculate motion.
* **Virtually Generated Radiograph (VRG)**: Synthetic radiograph generated from 3D CT using synthetic camera models.
3 changes: 1 addition & 2 deletions Documentation/tutorials/pre-processing-module.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ Currently, the module supports the following tasks:
- Segmentation generation or loading
- Partial volume cropping and extraction
In the future, we will add support for the following tasks
- Virtual Radiograph (VRG) generation
In the future, we will add support for the following tasks:
- Config file generation
```

Expand Down

0 comments on commit c399469

Please sign in to comment.