Conversation
…col: 1 step for cenre poke
…ted training stages, renamed overall performance section to sessionperformance with some added data to be tracked over sessions and among others
…lation from SMA to ParamsSection
… stage for running session with user setting.
…ser action. Need to remove the changes in stage 1.
…f runtime error of same name of varivale and function
…ted a new file for loading the automated training.
… ExperPort cleanup effort to better organize deprecated protocols
…de to legacy Moved olfactory-related analysis code and protocols to their respective legacy folders: Analysis/legacy/: - Odor_Segm/ - Odor2AFC/ - NL2AFC_MIX/ - state_colors_olf.m Protocols/legacy/: - @gf2afcobj (uses OdorNames.mat) Other related protocols (@odorsegm2obj, @odorsegm3obj, @odorsegmobj, @adil2afcobj) were already in legacy from previous olfip.mat related moves. This change helps organize deprecated olfactory-related code while preserving it for reference. The .mat files themselves remain in place as they may be needed by other components.
Moved two categories of files to ExperPort/legacy: 1. Confirmed unused files: - start_script.m - beginit.m - remove_protocol_preferences.m - reporter.m - RPbox_realbox.m - ExperRPBox.m - ExperStart.m - ExperValveCheck.m 2. Files requiring further investigation: - end_script.m - RExper.m These files have no direct references in the active codebase or have limited/indirect usage. Moving them to legacy preserves the code while cleaning up the main directory. Files requiring investigation will be analyzed further before any potential removal.
0758942 to
30b6855
Compare
Moved the following .mat files to the ExperPort/legacy directory: - olfip.mat - bgnames.mat - OdorNames.mat - OdorSet.mat This completes the previous refactoring efforts where we moved the protocols and analysis code that depend on these files to legacy folders (commits 1c8b5d7, b714b18). The .mat files were initially kept in place to prevent potential disruption, but after verification that no active code depends on them, they are now properly moved to the legacy directory. This change improves the organization of the codebase by ensuring all deprecated olfactory-related components are consistently stored in legacy folders.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR integrates:
2_step_soundcat_arpitjunk-removalmainto ensure no regressionsThis replaces and extends #17 , which has been closed to consolidate all work in one clean integration branch.
Type of Change
Checklist
Related Issues
Closes # (issue number)