Repository for the standard Baden lab OS scripts. Contents are current as of: 26.06.2025
Simply drag and drop the User Procedures and Igor Procedures into the Igor Pro 9 User Files, which by default can be found under C:\Users\user\Documents\WaveMetrics\Igor Pro 9 User Files\
.
Note: There's no longer any need to mess around inside C:\Program Files\WaveMetrics\Igor Pro 9 Folder\
, as Igor 9 seems to perfectly handle importing the files correctly from the path above.
These scripts have been shared back and forth over the years, so you may find some discrepancies or differences to how you have your own scripts set up.
You may want to change the default parameter settings, that can be done inside OS_ParameterTable.ipf
. For analysis scripts, where changes tend to have dependencies, it is encouraged not to change the base files and instead create your own custom versions. Please copy the given procedure file and tag it with your intials or similar. For example, myfile_custom_AA.ipf
where AA
is your initials. You can then import these by including them in OS_GUI.ipf
. Once changes are stable and working, they can be merged into the main file on the next update.