Apply current workspace changes

This commit is contained in:
2026-04-22 01:52:21 +08:00
parent cf34b9a8ed
commit cb518b431f
449 changed files with 92252 additions and 321 deletions
@@ -0,0 +1,15 @@
Requests Submitter
==================
The GACOS limits the number of acquisition requests that can be submitted at a time.
This is to prevent the system from being overloaded. But, if you have a large number
of acquisition requests to submit, you can submit them in batches. We designed a
:class:`gacos.Submitter` class to help you submit the requests in batches. The
acquisitions will be split into batches which not exceed the 20 acquisitions per
request.
.. autoclass:: gacos.Submitter
:members:
:undoc-members:
:member-order: bysource
:show-inheritance: