Activity for tobias moser

  • tobias moser tobias moser committed [r602]

    change empty epoch creation for eyelink import; scale according to sampling rate

  • tobias moser tobias moser committed [r560]

    adapt parameters for hprf and psrf in manual and code from published papers

  • tobias moser tobias moser committed [r559]

    ensure marker_chan has same dimension as data_fn

  • tobias moser tobias moser committed [r558]

    remove join from import eyelink to support older matlab versions

  • tobias moser tobias moser committed [r555]

    fix parameters for response function according to manual and paper

  • tobias moser tobias moser committed [r552]

    reformat code for glm

  • tobias moser tobias moser posted a comment on discussion Help

    Hi Giulia to me it seems that the events have timings which relate to the original data file and sould be corrected to agree with the trimming. According to tscr_S01_EXP_GSR.mat the trimpoints (in 'infos.trimpoints') are [401.9960 1.5330+e03]. Therefore you could correct your timings for the dcm like this: timingfile = load('S01_all_onsets.mat') datafile = load('tscr_S01_EXP_GSR.mat') timingfile.events{1} = timingfile.events{1} - datafile.infos.trimpoints(1) timingfile.events{2} = timingfile.events{2}...

  • tobias moser tobias moser committed [r551]

    change to older lyx version

  • tobias moser tobias moser committed [r544]

    update default values

  • tobias moser tobias moser committed [r543]

    support multiple sessions with labchart direct import

  • tobias moser tobias moser committed [r542]

    add new manual

  • tobias moser tobias moser committed [r541]

    update version and make eyelink import faster

  • tobias moser tobias moser posted a comment on discussion Help

    Hi Jacob unfortunately I'm unable to reproduce that error. I think there is something different/unexpected with your datafile. Could you please provide me an example file with which I should be able to reproduce that error? (You could also send it as private message to me) Best Tobias

  • tobias moser tobias moser committed [r540]

    fix bugs and change version and manual

  • tobias moser tobias moser committed [r539]

    add new release 4.0.2 branch

  • tobias moser tobias moser committed [r538]

    adjust convertions au2unit, adjust review, change toolbox detection

  • tobias moser tobias moser committed [r537]

    fix area2diameter bug again

  • tobias moser tobias moser posted a comment on discussion Bug reports

    Hi Ambra Yes, thank you (: Best Tobias

  • tobias moser tobias moser committed [r536]

    fix area2diameter conversion bug

  • tobias moser tobias moser posted a comment on discussion Bug reports

    Hi Ambra Thank you for the Information. I completely agree with you and changed this accordingly in the repository. If you haven't changed your code yet, you could download the function from the repository or from here: https://sourceforge.net/p/pspm/svn/HEAD/tree/trunk/pspm_convert_area2diameter.m (doesn't work at the time, but this should be the URL) Best Tobias

  • tobias moser tobias moser posted a comment on discussion Help

    Hi Hannah Sorry for the late response. According to the data you sent me, I think the parameter for the contrast vector is wrong. If you want to report all the contrasts, just leave it empty, or use indexes if you want to report specific contrasts (i.e. [2 4] for the 2nd and 4th contrast). Does this work? Otherwise could you also tell me what parameters you use to report the second level model? Best Tobias

  • tobias moser tobias moser committed [r534]

    version changes

  • tobias moser tobias moser committed [r535]

    implement hoeks pupil erlang response function

  • tobias moser tobias moser committed [r533]

    update version in quit

  • tobias moser tobias moser committed [r532]

    update version

  • tobias moser tobias moser committed [r531]

    remove wrong manual

  • tobias moser tobias moser committed [r530]

    minor fixes to minor release 4.0.1

  • tobias moser tobias moser committed [r529]

    minor changes and prepare minor release

  • tobias moser tobias moser committed [r528]

    bugfix

  • tobias moser tobias moser committed [r527]

    new large spike compensation

  • tobias moser tobias moser posted a comment on discussion Help

    Hi Hannah Thank you for the example file. Unfortunately I am still not able to reproduce the problem you described above. Could you also send me the file you get after creating the second level contrasts (sorry, I was a bit in a rush last week and forgot to mention this)? Could you also provide me the contrasts you specify to report the second level model? Regarding filter settings, these can be set in the GLM using 'Filter settings' > 'Edit settings' (in the GUI). For artefact removal we have automatic...

  • tobias moser tobias moser posted a comment on discussion Help

    Hi Hannah To me this looks like there might be something wrong with the specification of the contrasts. But this is just a guess. Could you send me an example model file (the file you pass as an argument to the second level review method to create the second level model)? Then I can check whether there is something wrong with the model-file. Best Tobias

  • tobias moser tobias moser committed [r526]

    fix for unit conversion

  • tobias moser tobias moser posted a comment on discussion Help

    Hi Maddison I assume you are trying to create a matlab file in order to import the data. If you have the data as a table you could use table2array() to convert the data into the format expected by PsPM. Use something similar to the following lines to create a file in the format expected by PsPM: >> % this is to check whether your data really is a table >> class(data_table) ans = 'table' >> data = table2array(data_table); % convert the table to a matrix >> save('some_file.mat', 'data'); % save the...

  • tobias moser tobias moser posted a comment on discussion Help

    Hi Maddison then you may have left some required field unspecified. Ensure every field with <-X is specified. If everything is specified then you should see something happening in the matlab console, once you hit run. best Tobias

  • tobias moser tobias moser posted a comment on discussion Help

    Hi Maddison the sampling rate is the number of samples (measurements) you have per second. Trim is used to remove unused data at the beginning and at the end of the recorded data. Usually data starts with the first and ends with the last trigger/marker. If this is the case, you could trim at the start and end marker with some offset. For offsets: values below 0 are used to trim before the marker (for start markers) and values above 0 are used to trim after the marker (for end markers). Have you already...

  • tobias moser tobias moser committed [r525]

    update dcumentation for unit change and further changes to functions

  • tobias moser tobias moser committed [r524]

    change to not predefine units

  • tobias moser tobias moser posted a comment on discussion Help

    Hi Maddison I'm not sure what you mean by headers? Do you use a specific software to export the data as matlab file? I assume the matlab file does not need any headers. I suggest to import data and triggers together. As stated in the manual (available here: https://sourceforge.net/p/pspm/svn/HEAD/tree/branches/v4.0/Manual/PsPM%204.0%20Manual.pdf?format=raw) in section 11.1 Import the .mat-file must contain a variable data. This variable is expected to be either a cell array with each cell containing...

  • tobias moser tobias moser posted a comment on discussion Help

    Hi Maddison The green button does not light up because for both channels you left the sampling rate unspecified. If you specify this, the import should work. Using the latest PsPM version you should be able to import marker channels from both file types (matlab and text files). As you were able to specify a marker channel in the text file import I assume you already have the latest PsPM version. best Tobias

  • tobias moser tobias moser posted a comment on discussion Help

    Hi Maddison What you describe seems correct to me. Therefore I'm not sure where the problem is. Could you provide me some additional information? Is there an error appearing in the matlab console? How does your data file look like? Maybe you could provide me an example file? best Tobias

  • tobias moser tobias moser posted a comment on discussion Help

    Hi Lauren the latest version of PsPM now supports importing continuous event data for text files. If you do not have the latest version, you can download it here: https://sourceforge.net/projects/pspm/files/ . Best Tobias

  • tobias moser tobias moser committed [r523]

    fix missing value problem for design matrix

  • tobias moser tobias moser committed [r522]

    move offset if drop offset markers

  • tobias moser tobias moser committed [r521]

    fix multi session bug

  • tobias moser tobias moser committed [r520]

    add drop offset markers as option to trim

  • tobias moser tobias moser committed [r519]

    additions for find valid fixations and conversion

  • tobias moser tobias moser committed [r518]

    rewrite pspm find valid fixation

  • tobias moser tobias moser committed [r517]

    accept all changes

  • tobias moser tobias moser committed [r516]

    add function to set epochs to NaN

  • tobias moser tobias moser committed [r515]

    some reformating

  • tobias moser tobias moser committed [r514]

    revert poly changes

  • tobias moser tobias moser committed [r513]

    new conversion + remove poly

  • tobias moser tobias moser committed [r512]

    code formating + glm

  • tobias moser tobias moser posted a comment on discussion Help

    Hi Maddison In a nutshell: The process of analyzing SCR data can be automated Epoch size is unlimited by PsPM Data should be preprocessed as is explained in the PsPM-Manual The outcome ranges from data to chart form For further details may I refer you to the PsPM-Manual which gives detailed explanations on your questions. It also contains tutorials on how to analyze SCR data. Best Tobias

  • tobias moser tobias moser committed [r511]

    do not check for ratio if splitpoints are given

  • tobias moser tobias moser committed [r510]

    remove keyboard

  • tobias moser tobias moser committed [r509]

    change prfx for splitsessions&fix glm downsampling

  • tobias moser tobias moser posted a comment on discussion Bug reports

    Hi Ondrej Thank you for the report. As you already pointed out, the import function for .acq files in PsPM only supports file versions up to 3.9. For newer file versions we encourage you to convert the .acq files to .mat files using bioread (available here https://github.com/njvack/bioread or over pip) and then import them with the implemented PsPM import function ("bioread-converted Biopac Acqknowledge" / acq_bioread). As the load_acq.m does not support as many file versions as bioread does, we...

  • tobias moser tobias moser committed [r508]

    several fixes

  • tobias moser tobias moser committed [r507]

    dcm edge bug

  • tobias moser tobias moser committed [r506]

    update manual to corresponding version

  • tobias moser tobias moser committed [r505]

    correct splitted to split

  • tobias moser tobias moser committed [r504]

    no manual in trunk

  • tobias moser tobias moser committed [r503]

    create 4.0 branch

  • tobias moser tobias moser committed [r502]

    prepare new release

  • tobias moser tobias moser committed [r501]

    prepare new release

  • tobias moser tobias moser committed [r500]

    adjust eyelink manual

  • tobias moser tobias moser committed [r499]

    new default conversion values mat file

  • tobias moser tobias moser committed [r498]

    remove keyboard

  • tobias moser tobias moser posted a comment on discussion Help

    Hi MichaƂ libmex.dylib does not seem to be found, which is a bit odd because it should be present, as it is part of Matlab itself. Also referring to fieldtrip, it should be compatible with MacOS without recompiling it. Maybe you could solve the problem by changing the search path for dylib. Unfortunately I'm not very familiar with MacOS but a bit of googling led me to http://www.manpagez.com/man/1/dyld/ . So maybe you could try to modify your environment using setenv() / getenv() to correct the search...

  • tobias moser tobias moser committed [r497]

    rewrite version check

  • tobias moser tobias moser committed [r496]

    small bugfix + fix test

  • tobias moser tobias moser committed [r495]

    update documentation + version

  • tobias moser tobias moser committed [r494]

    several minor changes

  • tobias moser tobias moser committed [r493]

    add comments

  • tobias moser tobias moser committed [r492]

    change from options to model

  • tobias moser tobias moser committed [r491]

    add substhresh and missing in dcm to documentation

  • tobias moser tobias moser committed [r490]

    enable missing epochs for pspm_dcm

  • tobias moser tobias moser committed [r489]

    add citations + edit pspm matlab requirements

  • tobias moser tobias moser committed [r488]

    small changes

  • tobias moser tobias moser committed [r487]

    describe pupil conversion in import functions header

  • tobias moser tobias moser committed [r486]

    set units to mm after pupil conversion

  • tobias moser tobias moser committed [r485]

    minor manual change + update release checklist

  • tobias moser tobias moser committed [r484]

    changes to manual + small bug in init

  • tobias moser tobias moser committed [r483]

    furhter eyelink conversion changes

  • tobias moser tobias moser committed [r482]

    rename scr_butter.mat to pspm_butter.mat

  • tobias moser tobias moser committed [r481]

    change eyelink conversion functions

  • tobias moser tobias moser committed [r480]

    further structural changes

  • tobias moser tobias moser committed [r479]

    some structural changes

  • tobias moser tobias moser committed [r478]

    adjust pupil transfer in manual

  • tobias moser tobias moser committed [r477]

    Manual changes & Pupil transfer

  • tobias moser tobias moser committed [r476]

    Manual changes

  • tobias moser tobias moser committed [r475]

    coding style changes + endmarker per file

  • tobias moser tobias moser committed [r474]

    update manual with version changes for v3.2

  • tobias moser tobias moser committed [r473]

  • tobias moser tobias moser committed [r472]

  • tobias moser tobias moser committed [r471]

  • tobias moser tobias moser committed [r470]

  • tobias moser tobias moser committed [r469]

    typos

1 >