diff --git a/csaxs_bec/bec_ipython_client/plugins/flomni/flomni_webpage_generator.py b/csaxs_bec/bec_ipython_client/plugins/flomni/flomni_webpage_generator.py index 4ab84ad..697cb74 100644 --- a/csaxs_bec/bec_ipython_client/plugins/flomni/flomni_webpage_generator.py +++ b/csaxs_bec/bec_ipython_client/plugins/flomni/flomni_webpage_generator.py @@ -1485,6 +1485,7 @@ class FlomniWebpageGenerator(WebpageGeneratorBase): "frames_per_trigger", "single_point_instead_of_fermat_scan", "ptycho_reconstruct_foldername", + "at_each_angle_hook", ] # label -> dotpath under device_manager.devices @@ -2865,6 +2866,12 @@ function buildParamRows(params){{ if(nproj!=null) rows+='Projections'+nproj+''; }} }}); + // Only shown when actually set -- not in TQ_PARAM_DISPLAY since every + // normal job would otherwise show a "-" row nobody needs to see; this one + // is worth surfacing precisely because it's not the default. + if(params.at_each_angle_hook){{ + rows+='At-each-angle hook'+esc(fmtTqParam('at_each_angle_hook',params.at_each_angle_hook))+''; + }} return rows; }}