VBoussot commited on
Commit
6d8736a
·
verified ·
1 Parent(s): 5715ff8

Update CBCT/Prediction.yml

Browse files
Files changed (1) hide show
  1. CBCT/Prediction.yml +6 -0
CBCT/Prediction.yml CHANGED
@@ -13,6 +13,12 @@ Predictor:
13
  TensorCast:
14
  dtype: int16
15
  inverse: false
 
 
 
 
 
 
16
  Clip:
17
  min_value: min
18
  max_value: percentile:99.5
 
13
  TensorCast:
14
  dtype: int16
15
  inverse: false
16
+ ResampleToResolution:
17
+ spacing:
18
+ - 1
19
+ - 1
20
+ - 3
21
+ inverse: true
22
  Clip:
23
  min_value: min
24
  max_value: percentile:99.5