Managing CryoSPARC real-time sessions through the CLI, is it possible to have an interface that saves the data of the steps of the motion correction as float16?

According to this link, Managing a CryoSPARC Live Session from the CLI | CryoSPARC Guide

I didn’t find a corresponding interface, is there an interface that allows me to save “motion correction” data as float16?

Recent versions of CryoSPARC allow you to select Save results in 16-bit floating point in the Motion Correction and Particle Extraction sections of Parameters.

What I mean is whether cli provides an interface to turn on this option is similar to the
rtp.set_param(project_uid=project_uid, session_uid=session_uid, param_sec=’ motion_settings’, param_name=‘save_as_float16’, value=1)