Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add history of sequencer #5

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions sections/sequencerOptimization.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
Sequencer Optimization
#################################

hello world.
Sequencer files have undergone evolution for both ITL and e2v versions. The latest sequencer file from Run 6 was the v26_noRG version for ITL and the regular v26 for e2v. The suffix _noRG indicates that the RG bit is not toggled during parallel transfer. This modification appears to enhance the stability of the bias structure for most ITL amplifiers.

During Run 7, several changes were implemented, as described below:

- v27 incorporated guider functionalities, including ParallelFlushG and ReadGFrame. However, the noRG change was inadvertently included. Consequently, we abandoned this version and switched to v28.
- v28 sequencer files merged v26_no_RG and v27. https://rubinobs.atlassian.net/browse/LSSTCAM-5
- v29 introduced changes to speed up the guider. https://rubinobs.atlassian.net/browse/LSSTCAM-34
- v30 primarily focused on e2v. We introduced a new approach to NopSf for e2v sensors https://github.com/lsst-camera-dh/sequencer-files/pull/17. To align timing with the ITL version, a change was made. https://github.com/lsst-camera-dh/sequencer-files/pull/18

This section describes sequencer optimization.

- No-pocket conclusions
- Overlap conclusions
- Serial flush conclusions
- Overlap conclusions
Loading