Summary files for web script not being save to sub-directory


Author
Message
lakeside
lakeside
Guru (7.2K reputation)Guru (7.2K reputation)Guru (7.2K reputation)Guru (7.2K reputation)Guru (7.2K reputation)Guru (7.2K reputation)Guru (7.2K reputation)Guru (7.2K reputation)Guru (7.2K reputation)
Group: Forum Members
Posts: 34, Visits: 121
For most of the scripts I have hosted, the summary file is stored in a sub-directory called 'summarydata'. However, I have one script (http://scripts.millisecond.com/ahrb/dpdt/dpdt.iqx) that insists on mixing the data and summary files in the same /dpdt directory. Any thoughts on how to separate these going forward? It will make data processing easier.

Dave
Dave
Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)Supreme Being (1M reputation)
Group: Administrators
Posts: 12K, Visits: 98K
lakeside - Friday, February 3, 2017
For most of the scripts I have hosted, the summary file is stored in a sub-directory called 'summarydata'. However, I have one script (http://scripts.millisecond.com/ahrb/dpdt/dpdt.iqx) that insists on mixing the data and summary files in the same /dpdt directory. Any thoughts on how to separate these going forward? It will make data processing easier.

Try explicitly specifying different names for the raw vs summary data files in the script's <data> and <summarydata> elements respectively. E.g.

<data>

/columns = [date, time, script.subjectid, script.groupid, script.elapsedtime, computer.availablememory,
    blocknum, blockcode, trialnum, values.trialcount, trialcode,
    latency, response, text.question.currentitem, values.questiontype,
    text.subjectquestion.currentitem, text.subjectanswer.currentitem,
    values.var, values.std, values.t, values.p,
    ... ]
/ separatefiles = true
/ file = "dpdt_raw.iqdat"
</data>

<summarydata>

/ columns = [    script.startdate, script.starttime, script.subjectid, script.groupid, script.filename, script.elapsedtime,
                computer.availablememory, computer.memory, computer.os, computer.cpuspeed, computer.timerresolution,
                values.completed, expressions.nips,
                ...]
/ separatefiles = true
/ file = "dpdt_summary.iqdat"
</summarydata>

Edited 7 Years Ago by Dave
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Reading This Topic

Explore
Messages
Mentions
Search