Skip to content

Commit

Permalink
Change num_adcs for quad base to 24
Browse files Browse the repository at this point in the history
  • Loading branch information
jsiegle committed Jul 5, 2024
1 parent 0ecf00c commit 4d37932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Probes/Geometry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7069,7 +7069,7 @@ void Geometry::QuadBase (Array<ElectrodeMetadata>& electrodeMetadata,
probeMetadata.rows_per_shank = 1280 / 2;
probeMetadata.columns_per_shank = 2;
probeMetadata.shankOutline = path;
probeMetadata.num_adcs = 96;
probeMetadata.num_adcs = 24;
probeMetadata.adc_bits = 12;

probeMetadata.availableBanks = {
Expand Down

0 comments on commit 4d37932

Please sign in to comment.