From e1aea05f3418772f749f127e15ecdb8b794efdbe Mon Sep 17 00:00:00 2001 From: Bruce Ravel Date: Thu, 21 Nov 2024 15:22:18 -0500 Subject: [PATCH] remove references to google drive --- docs/intro.rst | 32 +++++++++----------------------- docs/profile.rst | 13 +++++++------ 2 files changed, 16 insertions(+), 29 deletions(-) diff --git a/docs/intro.rst b/docs/intro.rst index d8e5ebf..d74fbb8 100644 --- a/docs/intro.rst +++ b/docs/intro.rst @@ -159,8 +159,8 @@ the state of the beamline. .. _slack: -Slack and Google Drive -~~~~~~~~~~~~~~~~~~~~~~ +Slack and Data Access +~~~~~~~~~~~~~~~~~~~~~ At the beginning of your experiment, you will be invited to the BMM Slack workspace. There you can follow along with the progress of the @@ -182,25 +182,11 @@ physically at the beamline. .. attention:: - As of the 2024-1 cycle, BMM is no longer syncing data - automatically to Google Drive. Data are now available to users via - sftp with proper authentication. See :numref:`Data Access (Section %s) `. + As of the 2024-1 cycle, BMM is no longer syncing data automatically + to Google Drive. Data are now available to users via sftp with + proper authentication. See :numref:`Data Access (Section %s) + `. -The measured data along with the entire contents of the -:numref:`measurement dossier (Section %s) ` will be synched -to Google Drive. At the beginning of the experiment (in fact, when -the ``begin_experiment()`` command described in the next session is -run), a folder for the experiment will be created on Google Drive. -The contents of the user's data folder will be synched frequently to -that folder throughout the course of the experiment, including -every time an individual XAFS scan finishes. - -This allows a remote user to examine the data being measured in -almost-real time. The data will be available on Google Drive within a -few seconds of the end of each scan. - -Along with an invitation to the Slack workspace, the user will receive -an invitation to share the Google Drive. @@ -418,9 +404,9 @@ written by Bruce. But this would not have happened without the help of several members of NSLS-II's DSSI program. In particular, I want to thank Dan Allan, Tom Caswell, Josh Lynch, Jakub Wlodek, Max Rakitin, Dmitri Gavrilov, Stuart Campbell, Abby Giles, Garrett Bishof, -Nate Maytan, Matt Snyder, and Ryan Jaskiel. And I need to thank every -BMM user |nd| being a BMM user and being a beta tester for the -beamline software are the same thing! +Nate Maytan, Matt Snyder, Oksana Ivashkevych, and Ryan Jaskiel. And I +need to thank every BMM user |nd| being a BMM user means being a beta +tester for the beamline software! BMM makes use of `lots of great python tools `__. diff --git a/docs/profile.rst b/docs/profile.rst index 52f4c95..5e7ec0c 100644 --- a/docs/profile.rst +++ b/docs/profile.rst @@ -307,9 +307,9 @@ Everything in the BMM folder Here's a brief summary of every module in the BMM profile. - ============================ ============================================= + ============================ =================================================== file purpose - ============================ ============================================= + ============================ =================================================== ``actuators.py`` define shutters and valves ``agent_plans.py`` BMM-specific ML agents ``areascan.py`` define an area scan plan @@ -330,7 +330,7 @@ Here's a brief summary of every module in the BMM profile. ``fmbo.py`` FMBO motor controller tools ``frontend.py`` ophyd objects for front-end devices ``functions.py`` miscellaneous utilities - ``gdrive.py`` interact with Google drive + ``gdrive.py`` :silver:`interact with Google drive (deprecated)` ``glancing_angle.py`` define glancing angle stage + automation ``grid.py`` generic grid automation ``handler.py`` DataBroker handler for images @@ -375,6 +375,7 @@ Here's a brief summary of every module in the BMM profile. ``xafs_functions.py`` XAFS-related tools ``xdi.py`` XDI formatting tools ``xspress3.py`` XSpress3 tools - ``xspress3_1element.py`` customizations for 4 element detector - ``xspress3_4element.py`` customizations for 1 element detector - ============================ ============================================= + ``xspress3_1element.py`` customizations for 1 element detector + ``xspress3_4element.py`` customizations for 4 element detector + ``xspress3_7element.py`` customizations for 7 element detector + ============================ ===================================================