added docstring

This commit is contained in:
2026-02-04 10:45:41 +01:00
parent f1ae19e466
commit 5b5a0c63ce
2 changed files with 17 additions and 1 deletions

View File

@@ -193,7 +193,8 @@ NDArray<ssize_t, 2> GenerateMatterhorn10PixelMap(const size_t dynamic_range,
size_t col = 0;
for (size_t offset = 0; offset < 64;
offset += num_consecutive_pixels) {
for (size_t pkg = offset; pkg < 256; pkg += 64) {
for (size_t pkg = offset; pkg < Matterhorn10::nCols;
pkg += 64) {
for (size_t pixel = 0; pixel < num_consecutive_pixels;
++pixel) {
pixel_map(row + counter * n_rows, col) =