Skip to content

Commit

Permalink
Merge pull request #97 from cta-observatory/webmaker
Browse files Browse the repository at this point in the history
Adjust sequencer webmaker to new number of columns
  • Loading branch information
morcuended authored Jan 31, 2022
2 parents 1599444 + 6a0cd1f commit 0e595ce
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions osa/scripts/sequencer_webmaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,18 +115,15 @@ def main():
"right",
"right",
"left",
"right",
"right",
"left",
"left",
"left",
"right",
"left",
"right",
"left",
"left",
"right",
"right",
"right",
"left",
"left",
"right",
"right",
"right",
Expand Down Expand Up @@ -168,7 +165,7 @@ def main():
matrix = []
for line in lines:
l_fields = line.split()
if len(l_fields) == 21:
if len(l_fields) == 18:
# Full line, all OK
matrix.append(l_fields)

Expand Down

0 comments on commit 0e595ce

Please sign in to comment.