option "angle" - "Specify the projection angle" float no default="0.0"
option "matrix" - "Rigid tranform prior to projection (4x4)" string no
option "pad" - "Padding value" float no default="0.0"
+option "panel_shift" - "Precise position of the panel in mm" double multiple no
section "Output Image"
iso[i]=m_ArgsInfo.iso_arg[i];
filter->SetIsoCenter(iso);
}
+ if (m_ArgsInfo.panel_shift_given)
+ filter->SetPanelShift(m_ArgsInfo.panel_shift_arg[0], m_ArgsInfo.panel_shift_arg[1]);
filter->SetSourceToScreen(m_ArgsInfo.screen_arg);
filter->SetSourceToAxis(m_ArgsInfo.axis_arg);
filter->SetProjectionAngle(m_ArgsInfo.angle_arg);