diff --git a/docs/services/accufiz_interferometer.rst b/docs/services/accufiz_interferometer.rst index a9dfbed3..8345aa49 100644 --- a/docs/services/accufiz_interferometer.rst +++ b/docs/services/accufiz_interferometer.rst @@ -1,8 +1,14 @@ AccuFiz Interferometer -========== +====================== This service operates a 4D Technologies AccuFiz Interferometer using the 4D InSight software and their Web Services API for communication. It handles image acquisition, processing, and data management. +.. note:: +The AccuFiz Interferometer requires the 4D InSight software to be in listening mode and WebServices4D to be installed and configured correctly. +The service communicates with the interferometer using HTTP requests to the Web Services API provided by the 4D InSight software and Web Service. +Ensure that the mask file specified in the configuration is accessible to the 4D computer. + + Configuration ------------- @@ -76,10 +82,3 @@ Datastreams ``detector_masks``: The detector masks used during measurements. ``is_acquiring``: Indicates whether the service is currently acquiring data (1 for acquiring, 0 for not acquiring). - -Notes -The AccuFiz Interferometer requires the 4D InSight software to be in listening mode and WebServices4D to be installed and configured correctly. - -The service communicates with the interferometer using HTTP requests to the Web Services API provided by the 4D InSight software and Web Service. - -Ensure that the mask file specified in the configuration is accessible to the 4D computer.