Skip to content

Commit

Permalink
add a couple notes about what's going on in the signal analysis proce…
Browse files Browse the repository at this point in the history
…ssing
  • Loading branch information
vreuter committed Dec 10, 2024
1 parent 0a390ef commit 056defa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/cli/run_signal_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def _parse_cmdl(cmdl: list[str]) -> argparse.Namespace:


class RoiType(Enum):
"""Based on ROI type, decide which pool of ROIs (by file path attribute on ImageHandler) to grab."""
LocusSpecific = "traces_file_qc_filtered"
Regional = "spots_for_voxels_definition_file"

Expand Down Expand Up @@ -208,6 +209,7 @@ def workflow(
channel_column=SIGNAL_CHANNEL_COLUMN,
):
ch: int = stats[SIGNAL_CHANNEL_COLUMN]
# Add the original record and signal stats to the growing collection for this channel.
by_raw_channel[ch].append({**r.to_dict(), **stats})

# Write the output file for this ROI type, across all FOVs.
Expand Down

0 comments on commit 056defa

Please sign in to comment.