<div dir="ltr"><div>Hi everyone,</div><div><br></div><div>I need some help for updating a JSON file for the ConjugateGradientConeBeamReconstructionFilter.</div><div><br></div><div>I want to test a new implementation I made on this filter to perform a support constraint for the reconstructed image.</div><div><br></div><div>The constraint consists in a binary mask passed as an attribute. This attribute is a pointer to an image of type TOutputImage. The default value (in the constructor) is NULL.</div><div><br></div><div>I don't know how to write it in the JSON file to wrap this member :</div><div><br></div><div> {</div><div>      "name" : "SupportMask",</div><div>      "type" : ?,</div><div>      "default" : ?,</div><div>      "briefdescriptionSet" : "",</div><div>      "detaileddescriptionSet" : "",</div><div>      "briefdescriptionGet" : "",</div><div>      "detaileddescriptionGet" : ""</div><div>   }</div><div><br></div><div>Does it also need to perform a specific cast with the optional field custom_itk_cast ? I don't really understand how it works.</div><div><br></div><div>Thanks in advance for your help.</div></div>