backend.OutputParams¶
- class backend.OutputParams¶
This object is holds parameters used by the Backend.output_loop() method. This object should be initialized by Backend.init_output() and then passed into Backend.output_loop(), where it will further be updated during the output process.
output_loop updates: traj_idx, data_idx, prev_idx_printout, x_d_batch, z_f_batch
- __init__()¶
Initialize self. See help(type(self)) for accurate signature.
- get_traj(period, mov_idx)¶
logic to get the trajectory for the given period and mov_idx