Skip to content

Commit

Permalink
remove references to google drive
Browse files Browse the repository at this point in the history
  • Loading branch information
bruceravel committed Nov 21, 2024
1 parent 5791201 commit e1aea05
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 29 deletions.
32 changes: 9 additions & 23 deletions docs/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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) <data>`.
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)
<data>`.

The measured data along with the entire contents of the
:numref:`measurement dossier (Section %s) <dossier>` 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.



Expand Down Expand Up @@ -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
<https://speakerdeck.com/jakevdp/the-unexpected-effectiveness-of-python-in-science?slide=52>`__.
Expand Down
13 changes: 7 additions & 6 deletions docs/profile.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
============================ ===================================================

0 comments on commit e1aea05

Please sign in to comment.