This repository has been archived by the owner on Oct 12, 2022. It is now read-only.
Releases: somnonetz/snet-plugin
Releases · somnonetz/snet-plugin
v0.2.0
v0.1.9
pre-release: 0.1.8
v0.1.8 add upload edf action to subject template
pre-release: 0.1.7
v0.1.7 add upload EDF file link to action box
pre-release: 0.1.6
populate container commands for scan actions this is a bit of a hack to patch a bug in commandUiLauncher.js, where the xsiType parameter for the available commands endpoint is contructed like this: var xsiScanType = xsiType.replace('Session','Scan'); in our case this will not work, since our session data type is called "sleepResearchSessionData" and our scan data type is called "psgScanData". the above line assumes our scan data type is called "sleepResearchScanData".
pre-release 0.1.5
v0.1.5 open sn-editor with xnat parameters provided
pre-release: 0.1.4
add View EDF File link
pre-release 0.1.3
clean up schemas and templates. requires fresh database
pre-release 0.1.2
ensure record labels are unique
pre-release 0.1.1
brings psgScanData
details screen up-to-date