GK_RIG02_WFX.ini: adding the rms.AI_rotary_decoder channel - HL
AV: small improvements to display of the similarity info.
LL - solve wrong message in tpi_adata_check.m when projections are missing
AV: clarified output strings as warnings.
AV: fixed the file existence check to also accommodate existence of only one of the two channels (525, 610) in recording.
Read date from json not EEG file.
Adjust synchro signal.
update to optionally scale figure window sizes across the screen dimensions. - heinmatt
HM: WF_corrmat.m - fixed a bug in the default timepoint selection.
clean up ini files - heinmatt
updated rig2 WF setup computer names and variables accordingly - heinmatt
renamed rig2 WF computer, updated variables files accordingly - heinmatt
rd: updated comments
delete long-obsolete WF pipeline functions (for the 12 ROI pipeline). -heinmatt
SpineQuest update in view_stack.m /GK
LL - removed absolute paths from saveUserPrefs.m and loadUserPrefs.m
rd: updated comments
rd: updated comments
rd: removed unnecessary garbage script
rd: removed obsolete grouping by mice as we are saving now all provided videos in the same folder, without creating subfolders by mice
rd: modified structure of the folder where the csv files go (instead of creating a folder with the mouse name now it creates a folder named DLC_points_[model_name] because as we will be putting .csv files to _AnimalData given animal's folder, we don't need to create the folder with the name of that animal there - redundant)
Spines were being saved in a cell array - this was throwing an error when passing to adata. Now spines are assigned a field of a new struct (spines_data.spines = spines) so that add_variable receives a single scalar structure.
Fixed permute-related error (permute was creating [X, Y, Z] coordinates but StackAligner was receiving them as [Y, X, Z]. Resulted in black frames in StackAligner because it was looking for spiny regions outside of stack bounds).
LL - Improved error msg in expid2adataPath for when expID is not in explog
now with correct content
heinmatt: renamed 2 color imaging machine; update variables accordingly
deepD3 final pipepline prototype / GK
LL - Added expid2rawDataStatus.m to query explog and get the raw data status of expids
AV: changed the threshold for activity similarity to be slightly lower than 1 to avoid check failures from rounding errors.
and more raw_data_status cleanup / GK
finished rawDataStatuts related fixes / GK
more rawDataStatus related fixes / GK
more updates related to rawdatastatus / GK
adapted kalliope and getExpLog.m to use ExpLog instead of .mat file for rawdatastatus
finished first draft of kalliope integration of deepD3 - gk
bugfix in hEEG_backup.m - GK
specified the versions of the dependencies needed for deepd3.
updated hEEG_backup to work with eye tracking data only
DeepD3
Installing deepd3.
added deepd3 dependencies.
added property node that writes the stackid to clipboard after recording start... paste with Strg + V when filling ExpLog table
MS run load_hEyeTracking when only eye tracking data are available
MS load human eye tracking data.
rd: added fixed limits of color showing the magnitude of arrows
rd: added custom color limits
Takahiro settings
rd: is needed for WF_imageROIvelocityField to color arrows proportionally to their magnitude
rd: now the color of the arrows is proportional to their length
ES: bug fix of not moving ROis in eeg template Fixed issue
rd: small bug with indexing stacks
rd: added deleting ROIs if they existed before
LL - Fixed a bug in wfAddRois.m
rd: .mat files for plotting values in grid ROIs (whole cortex and cranial window)
rd: added code making .mat file for plotting grid ROIs (both whole cortex and cranial window)
Allen structures necessary for creating ROI templates and plotting templates
rd: removed path to tungsten for the Allen structures, now points to C:/Code
rd: added possibility to also plot cranial window data (inferred by the number of values provided)
excluded folders from showing on the list
rd: fixed the bug with assigning 'FAILED' status to the first ExpID instead of the failed one,
ES: increased circle sizes in Only_EEG_Electrodes_grid_template.mat
ES: increased circles for EEG_electrode_positions_based_on_lambda-bregma.mat
ES: increased circle size for ROItemplate_generate_only_eeg_electrode_positions_lambda_bregma.m
LL - Adata 1.4.2 - Improved the documentation of add_variable()
adding a "verbose" optional argument to plotBSTRP.m to monitor function progress - HL
LL - Adata.m 1.4.1 bugfix in Adata.create()
rd: added possibility for Adata.create to create a new folder for the mouse if it doesn't exist
rd: added possibility for Adata.create to create a new folder for the mouse if it doesn't exist
rd: added possibility for Adata.create to create a new folder for the mouse if it doesn't exist
LL Adata.m (1.4.0) Adata.create() allows creation of new folders.
rd: fixed the bug of not providing .mat extension as the path to Adata, and the bug where matlab was trying to create structure array when it saw cell array as the field value - wrapped cell arrays into {}
Updating a comment field in register_multilayer.m - HL
Fixed for the case of no lab notes found (when the paths search gives no result), with initializing an empty variable that was otherwise not initialized if no page is found.
mark point feature added to view_stack - GK
LL - Better error message in Adata.m
bugfixes to meta documentation - GK
updated the way set_lab_paths works (you define which path you want as input argument - no argument returns adata_path) - could have unexpected consequences - GK
minor bufix GK
added lab note extract to proj_meta in generate_proj_meta.m - GK
bugfix for tpi delete pipeline - GK