export.save_raw_to_set#
- autoclean.io.export.save_raw_to_set(raw, autoclean_dict, stage='post_import', output_path=None, flagged=False)[source]#
Save continuous EEG data to file.
This function saves raw EEG data at various processing stages.
- Parameters:
- raw
mne.io.Raw
Raw EEG data to save
- autoclean_dict
dict
Configuration dictionary
- stage
str
Processing stage identifier (e.g., “post_import”)
- output_path
Optional
[Path
] Optional custom output path. If None, uses config
- flaggedbool
Whether to save to flagged directory
- raw
- Returns:
- Path:
Path
Path to the saved file (stage path)
- Path: