Skip to content

Conversation

@varshaa-1616
Copy link

Reference issue

Fixes #13493

What does this implement/fix?

This PR implements a combined QC + Full MNE report workflow.
It merges the essential QC steps used in the mne-bids-pipeline with the standard MNE report features, allowing users to generate a comprehensive HTML report without requiring anatomical dependencies (BEM, coregistration, or forward/inverse solutions).

The report includes:

  • Raw data overview and PSD plots
  • Event visualization
  • Epochs overview
  • ICA diagnostics
  • Evoked responses
  • Covariance and projectors
  • Custom figures, images, and code

Additional information

  • Tested on sample MNE datasets with raw, epochs, and ICA data.
  • No changes to existing pipeline functions; fully backward compatible.
  • This PR does not include source-space analyses (BEM, forward/inverse solutions).
  • Documentation and example tutorial added for users.

@@ -0,0 +1,31 @@
# OptiPNG version 0.7.8
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will look more fully next week. But in the meantime, these files should not be added

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, okay, got it. I'll remove those files and wait for your review. Thank you!

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like some incorrect files are still there

@larsoner
Copy link
Member

Rather than changing 70_report.py the idea -- since it's complementary info -- would be to create a new tutorial/example instead

@varshaa-1616
Copy link
Author

varshaa-1616 commented Dec 14, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

DOC: Document quality control procedures / ideas / reports

2 participants