LICENSE
NOTICE
README.md
pyproject.toml
mep_cmap/__init__.py
mep_cmap/__main__.py
mep_cmap/addons.py
mep_cmap/app.py
mep_cmap/bids.py
mep_cmap/bids_schema.py
mep_cmap/bidsify.py
mep_cmap/bidsify_dialog.py
mep_cmap/bidsify_state.py
mep_cmap/bidsify_tab.py
mep_cmap/compat.py
mep_cmap/conditions.py
mep_cmap/conditions_tab.py
mep_cmap/dataset_session.py
mep_cmap/detection.py
mep_cmap/event_delay.py
mep_cmap/event_source_dialog.py
mep_cmap/event_sources.py
mep_cmap/events_model.py
mep_cmap/filter_preview.py
mep_cmap/filters.py
mep_cmap/format_wizard.py
mep_cmap/inspector.py
mep_cmap/io.py
mep_cmap/normalisation.py
mep_cmap/onset_methods_report.py
mep_cmap/pipeline.py
mep_cmap/preferences.py
mep_cmap/preview.py
mep_cmap/recording.py
mep_cmap/selection_summary.py
mep_cmap/sidecars.py
mep_cmap/stage2.py
mep_cmap/stim_params.py
mep_cmap/stim_params_dialog.py
mep_cmap/tooltips.py
mep_cmap/utils.py
mep_cmap/variability.py
mep_cmap/add_ons/__init__.py
mep_cmap/add_ons/group_level/__init__.py
mep_cmap/add_ons/group_level/group_summary.py
mep_cmap/add_ons/group_level/variability_group.py
mep_cmap/add_ons/single_file/__init__.py
mep_cmap/add_ons/single_file/mepfeatx_features.py
mep_cmap/add_ons/single_file/rectified_area.py
mep_cmap/add_ons/single_file/temporal_decomposition.py
mep_cmap/add_ons/single_file/variability.py
mep_cmap/assets/__init__.py
mep_cmap/assets/tmsmultilab.png
mep_cmap/assets/tmsmultilab_22.png
mep_cmap/assets/tmsmultilab_32.png
mep_cmap/assets/tmsmultilab_40.png
mep_cmap/assets/tmsmultilab_64.png
mep_cmap/detection/__init__.py
mep_cmap/detection/bootstrap_baseline.py
mep_cmap/detection/csp_detection.py
mep_cmap/detection/defaults.py
mep_cmap/detection/dispatch.py
mep_cmap/detection/envelope_stats.py
mep_cmap/detection/offset_detection.py
mep_cmap/detection/onset_bigoni.py
mep_cmap/detection/onset_bigoni_walkback.py
mep_cmap/detection/onset_bootstrap.py
mep_cmap/detection/onset_boyles.py
mep_cmap/detection/onset_cusum.py
mep_cmap/detection/onset_methods_median.py
mep_cmap/detection/onset_methods_report.py
mep_cmap/detection/onset_peak_fraction.py
mep_cmap/detection/onset_rms_envelope.py
mep_cmap/detection/quantification.py
mep_cmap/detection/tkeo.py
mep_cmap/formats/__init__.py
mep_cmap/formats/acqknowledge_acq.py
mep_cmap/formats/acqknowledge_mat.py
mep_cmap/formats/brainsight.py
mep_cmap/formats/brainvision.py
mep_cmap/formats/cfwb.py
mep_cmap/formats/edf.py
mep_cmap/formats/epoched_mat.py
mep_cmap/formats/generic_tsv.py
mep_cmap/formats/kinemg_csv.py
mep_cmap/formats/labchart.py
mep_cmap/formats/labchart_mat.py
mep_cmap/formats/mne_bridge.py
mep_cmap/formats/signal_mat.py
mep_cmap/formats/spike2.py
mep_cmap/formats/spike2_smr.py
mep_cmap/schema/nibs_bep037.json
mep_cmap_analyser.egg-info/PKG-INFO
mep_cmap_analyser.egg-info/SOURCES.txt
mep_cmap_analyser.egg-info/dependency_links.txt
mep_cmap_analyser.egg-info/entry_points.txt
mep_cmap_analyser.egg-info/requires.txt
mep_cmap_analyser.egg-info/top_level.txt
tests/test_addon_per_type_axis.py
tests/test_app_shutdown.py
tests/test_assets.py
tests/test_bidsify_param_sets.py
tests/test_bidsify_scan_exclusion.py
tests/test_block_edge_limits.py
tests/test_bundled_assets.py
tests/test_carried_over_settings.py
tests/test_channel_assignment.py
tests/test_channel_assignment_universal.py
tests/test_column_help.py
tests/test_condition_inherits_setup.py
tests/test_conditions.py
tests/test_conditions_tab.py
tests/test_delay_scan_conditions.py
tests/test_detection_defaults.py
tests/test_dispatch_parity.py
tests/test_edf_event_source.py
tests/test_event_delay.py
tests/test_event_source_dialog.py
tests/test_event_source_roundtrip.py
tests/test_event_source_synthetic.py
tests/test_event_sources.py
tests/test_events_model.py
tests/test_events_round_trip.py
tests/test_format_audit.py
tests/test_format_coverage.py
tests/test_gui_detection_wiring.py
tests/test_inspector_index_conversion.py
tests/test_inspector_offset_and_overlay.py
tests/test_inspector_payload_chain.py
tests/test_inspector_ptp_window.py
tests/test_labchart_blocks.py
tests/test_landmark_geometry.py
tests/test_load_time_fs_report.py
tests/test_multi_channel_run.py
tests/test_negative_ptp.py
tests/test_nibs_naming_and_direction.py
tests/test_nibs_writer.py
tests/test_no_duplicated_state.py
tests/test_no_missing_attributes.py
tests/test_offset_threshold_and_ptp_anchor.py
tests/test_onset_boyles.py
tests/test_onset_dispatch_pre_ms.py
tests/test_onset_failure_reason.py
tests/test_onset_methods_report.py
tests/test_onset_offset_detectors.py
tests/test_onset_placed_by_any_route.py
tests/test_per_channel_setup.py
tests/test_per_type_windows.py
tests/test_prestim_window_completeness.py
tests/test_preview_delay_and_reporting.py
tests/test_preview_detection.py
tests/test_preview_reporting_counts.py
tests/test_ptp_window_independence.py
tests/test_python39_compat.py
tests/test_readback_tolerance.py
tests/test_reset_from_scratch.py
tests/test_selection_summary.py
tests/test_session_files.py
tests/test_sidecar_location.py
tests/test_signal_mat.py
tests/test_spike2_segments.py
tests/test_split_code_assignment.py
tests/test_stim_params.py
tests/test_supported_extensions.py
tests/test_temporal_decomposition.py