WorldViz User Forum  

Go Back   WorldViz User Forum > Search Forums

Showing results 51 to 75 of 77
Search took 0.01 seconds; generated 72 minute(s) ago.
Search: Posts Made By: Elittdogg
Forum: Vizard 11-27-2007, 01:00 PM
Replies: 24
Views: 77,122
Posted By Elittdogg
So with this code would I have to alter the code...

So with this code would I have to alter the code between each trial? Like if I'm running 10 trials each of which lasts as long as it takes the participant to perform the desired goal-action, would I...
Forum: Vizard 11-26-2007, 01:21 PM
Replies: 24
Views: 77,122
Posted By Elittdogg
I got that, but what if I need MAX SAMPLES to be...

I got that, but what if I need MAX SAMPLES to be variable...i.e. to be able to be changed depending on how long the participant takes to complete a task. I.e. to make a general code because I won't...
Forum: Vizard 11-26-2007, 01:10 PM
Replies: 28
Views: 65,264
Posted By Elittdogg
So 0.5 should be a floating point if I'm...

So 0.5 should be a floating point if I'm understanding correctly. And my desired distance is already "0.12" which would also be a floating point. Yet it is still not working for me. Am I missing...
Forum: Vizard 11-26-2007, 01:08 PM
Replies: 24
Views: 77,122
Posted By Elittdogg
But I also need it to be flexible in the sense...

But I also need it to be flexible in the sense that if I collect for one minute so then I get 1800 samples at a rate of 30 Hz, but if I only collect for 30 seconds then I need 900 samples still at a...
Forum: Vizard 11-26-2007, 01:04 PM
Replies: 28
Views: 65,264
Posted By Elittdogg
Also, even if I make it 1/2.0 it goes really fast...

Also, even if I make it 1/2.0 it goes really fast and doesn't last one minute. Maybe I'm just confusing myself?
Forum: Vizard 11-26-2007, 12:58 PM
Replies: 28
Views: 65,264
Posted By Elittdogg
what's a floating point value? Like if I...

what's a floating point value?

Like if I want it to move .12 meters in .5 seconds how would I code that?

I'm not familiar with floating point values.

Even if I make it 1/20.0 instead of .05...
Forum: Vizard 11-26-2007, 12:45 PM
Replies: 28
Views: 65,264
Posted By Elittdogg
The problem with this is that it makes the...

The problem with this is that it makes the transitions very very very quickly if I put decimals in the list "movetime."

movetime = [.05, .25, .75, 1, 2]
sequences = []
for time in movetime:...
Forum: Vizard 11-26-2007, 11:37 AM
Replies: 24
Views: 77,122
Posted By Elittdogg
Flock of Birds question (again)

If I collect with the Birds through Vizard, I get a different number of data points each time I run the program. Even if I standardize the collection rate at "(1.0/30)" because I want it to collect...
Forum: Vizard 10-18-2007, 10:20 AM
Replies: 3
Views: 37,419
Posted By Elittdogg
I tried exactly that. That was my first thought,...

I tried exactly that. That was my first thought, but I got this error message:

Traceback (most recent call last):
File "<string>", line 2, in ?
File "MOVING ROOM (FINAL).py", line 61
...
Forum: Vizard 10-18-2007, 09:23 AM
Replies: 3
Views: 37,419
Posted By Elittdogg
timer question again

So I've created an "elapsed time" timer. Now I want that timer to start when I start my program (i.e. when I start moving the picture) (which starts on an "onkeydown" command).

def timer1():
...
Forum: Vizard 10-18-2007, 08:37 AM
Replies: 28
Views: 65,264
Posted By Elittdogg
Movement Question

So I'm trying to move an object (a picture) forward and backward a certain distance for a certain period of time. What I can't get it to do in this case is to move some fixed amount (e.g. 2 m) for X...
Forum: Vizard 10-10-2007, 02:49 PM
Replies: 5
Views: 78,468
Posted By Elittdogg
Nevermind I figure it out...I'm a moron

Nevermind I figure it out...I'm a moron
Forum: Vizard 10-10-2007, 02:42 PM
Replies: 5
Views: 78,468
Posted By Elittdogg
it didn't work because it still printed out: ...

it didn't work because it still printed out:

Elapsed time: 0.0404154717988 seconds
Elapsed time: 0.0300169434942 seconds
Elapsed time: 0.0302259086001 seconds
Elapsed time: 0.0502695174945...
Forum: Vizard 10-10-2007, 11:30 AM
Replies: 5
Views: 78,468
Posted By Elittdogg
I want to keep the original mytimer because that...

I want to keep the original mytimer because that enables the stimulus to run when i press the spacebar. But i don't know how to incorporate the other timer--time elapsed--into the code. I tried the...
Forum: Vizard 10-08-2007, 12:50 PM
Replies: 5
Views: 78,468
Posted By Elittdogg
timer question

Ok, so I feel really stupid but I can't figure this one out. I'm trying to implement a timer that tells you how much time has elapsed at certain intervals. In other words, if I'm running a 600...
Forum: Vizard 10-02-2007, 01:16 PM
Replies: 9
Views: 49,033
Posted By Elittdogg
I think Motion Monitor does filter it using a...

I think Motion Monitor does filter it using a Butterworth Double Pass Filter at 10 Hz cutoff (whatever that means). But I don't know how that would smooth the data and get such a different result...
Forum: Vizard 10-02-2007, 11:51 AM
Replies: 9
Views: 49,033
Posted By Elittdogg
I actually thought of that, but the emitter has...

I actually thought of that, but the emitter has been in the same place for a while (for many other studies) and there wasn't this problem. Also, I collected data on motion monitor with the emitter...
Forum: Vizard 10-02-2007, 11:32 AM
Replies: 9
Views: 49,033
Posted By Elittdogg
Thank you. Another question pertaining to the...

Thank you. Another question pertaining to the birds. I've been collecting data from the birds and it seems a bit jagged. Like I think it's collecting at a faster Hz then the computer can...
Forum: Vizard 10-02-2007, 10:00 AM
Replies: 9
Views: 49,033
Posted By Elittdogg
I'm not sure I understand the port number. I...

I'm not sure I understand the port number. I have a total of 6 birds. Only bird #1 is plugged into this computer (the others are connected directly to another computer); however, I am nonetheless...
Forum: Vizard 10-02-2007, 08:46 AM
Replies: 9
Views: 49,033
Posted By Elittdogg
Flock of Birds

I'm using FOB to capture position and orientation data. But sometimes Vizard has problems recognizing the birds. I often get an error message like (or something to the extent of): "cannot find bird...
Forum: Vizard 09-10-2007, 08:12 AM
Replies: 6
Views: 32,788
Posted By Elittdogg
Thank you so much. That really helps. Sorry for...

Thank you so much. That really helps. Sorry for any confusion.
Forum: Vizard 09-10-2007, 08:12 AM
Replies: 2
Views: 38,466
Posted By Elittdogg
Thank you for your help. It makes so much sense...

Thank you for your help. It makes so much sense in retrospect.
Forum: Vizard 09-06-2007, 09:53 AM
Replies: 6
Views: 32,788
Posted By Elittdogg
What will this let me do? I don't really...

What will this let me do? I don't really follow--how do I flag the data with this? Press a button? Hook an event marker up? Etc?

I think I'm just creating a text file and then writing the data...
Forum: Vizard 09-06-2007, 09:44 AM
Replies: 2
Views: 38,466
Posted By Elittdogg
Question Object animation using a picture?

I need to animate a picture such that it moves forward a bit and backward a bit. Kind of like a moving room. I'm having trouble; here's what I've got:

import viz

tex1 = viz.add('picture.jpg')...
Forum: Vizard 09-05-2007, 10:13 AM
Replies: 6
Views: 32,788
Posted By Elittdogg
I'm not sure if it's a text file. Here's a...

I'm not sure if it's a text file. Here's a sample line of what I've got:

head_data = str(Subnum) + '\t' + str(HEADAP) + '\t' +str(HEADLAT) + '\t' +str(HEADVERT) + '\t' +str(HEADYAW) + '\t'...
Showing results 51 to 75 of 77

 
Forum Jump

All times are GMT -7. The time now is 09:31 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC