- Added
save_data
andsave_data
for use in association with neuropsydia.ass
- Added an icon and a name for the neuropsydia's window
image()
: changed the default scaling:size=1
now means 1 in neuropsydia's coordinates (20 = full screen)- removed many functions related to statistics or signal processing to include them in NeuroTools
Coordinates.from_physical()
: convert physical distances in cm or inches to pixelsCoordinates.to_physical()
: convert neuropsydia's distances to cm or inches to pixelsTime
: added now() method to Time classstart_screen()
andend_screen()
: displaying logos and welcome screenssound()
: plays wav soundsopendoc()
: opens the neuropsydia github webpageresting_state_brief_assessment()
: standardized resting state assessment- Added
color_luminance()
andcolor_contrast()
functions
image()
: support of size in cm or inchesinstructions()
: Addedsubtitle
,top_space
parameter and color control
- Added "teal" color style for scales
Pushed to pypi!
remove_following_duplicates()
: Remove the duplicates that are following themselves, returning a list of ordered items.acq_to_df()
: read and format an BIOPAC's AcqKnowledge file into a Pandas' dataframeget_creation_date()
: get creation date of a fileprocess_EDA()
: Thanks to Luca Citi and Alberto Grecobinarize_signal()
: signal processingfind_events()
: Find event onsets (signal processing)select_events()
: Find and select event onsets (signal processing)create_mne_events()
: Create MNE compatible events.create_epochs()
: Create epoched data (signal processing)create_evoked()
: Create evoked data (signal processing)
- added two signal processing functions:
extract_peaks()
: removed for now. Will be replaced by a more universal function.triggers_from_photodiode()
- added
Trigger()
class to ease trigger sending (TTL, cedrus stimtracker or photosensor).
background()
renamed tonewpage()
.- default parameter
auto_refresh
set toTrue
.
- default parameter
background
argument in all functions renamedbackground
.