
Generally speaking, an artifact (or artefact) is some unexpected or unwanted feature in the data that we acquired with our EEG or MEG system. Therefore you should be aware of the different approaches and of the variability of artifact rejection (automatic/manual) procedures described onwards.Īt the end of an automated procedure, consider always to visual inspect your data, after rejection. Anyone can help me remove the honor bar? Also any way to shorten/optimize my script in quote?Įdit: local b=HonorWatchBar b:UnregisterAllEvents() b:Hide() b.Show=b.Hide - seems to be working so far to hide honor barThe only problem i have is that when your Character isn't Level 110, it still shows the Blue Experience Bar behind part of the UI.Since FieldTrip supports the data of many different acquisition systems, the particular artifacts in your data might behave very different from the examples demonstrated and discussed here. It's half hidden behind my top actionbar because I removed the artifactbar. If HiddenArtifactTrackerChars.hideArtBar=true then MainMenuMaxLevelBar0:GetParent():SetScript("OnHide",įunction HiddenArtifactTrackerFuncs.hideBar()

Local artbarHide = MainMenuMaxLevelBar0:GetParent():GetScript("OnHide") - and hiding the part of the UI border that it coversĪrtbarShow(.) -run the default blizzard code Local artbarShow = ArtifactWatchBar:GetScript("OnShow") -these are the default blizzard scripts for showing the artifact bar Interface\FrameXML\a:302: in function `MainMenuBar_UpdateExperienceBars'Ĭode: -these hide the artifact XP bar if something tries to show it, and we have set to hide AddOns\^ScalePosHideScripts\^a:12: in function

AddOns\^ScalePosHideScripts\^a:12: attempt to index global 'HiddenArtifactTrackerFuncs' (a nil value) Interface\FrameXML\a:182: in function `MainMenuBar_UpdateExperienceBars'

AddOns\^ScalePosHideScripts\^a:7: in function AddOns\^ScalePosHideScripts\^a:7: attempt to index global 'HiddenArtifactTrackerFuncs' (a nil value) AddOns\^ScalePosHideScripts\^a:14: in main chunk AddOns\^ScalePosHideScripts\^a:14: attempt to index global 'HiddenArtifactTrackerFuncs' (a nil value)

Since that's a code fragment from my addon, things like HiddenArtifactTrackerChars.hideArtBar haven't been defined, so I guess I am unsurprised it doesn't work verbatim.Getting three lua errors:
