Skip to content

Commit d0dbbd5

Browse files
authored
Merge pull request lsst-camera-dh#3 from lsst-camera-dh/LSSTTD-1506_scan_mode_plots_for_corner_rafts
handle wavefront sensor data which have 8 segments
2 parents 4c55007 + fd055b3 commit d0dbbd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/multiscope.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def plot_raft_allchans(raftarrays, seglist, suptitle=''):
124124
ax = axes[num // 3, num % 3 ]
125125

126126
# single CCD plot
127-
for c in range(16):
127+
for c in range(len(tmscope)):
128128
# image extensions are labeled as 'Segment00' in CCS
129129
# they are in extensions 1 to 16
130130
#print tmscope.shape

0 commit comments

Comments
 (0)