Ivo Flipse

Results 74 comments of Ivo Flipse

I've been working on calculating temporal/spatial stuff again: ![Temporal spatial](http://i.stack.imgur.com/NvKOM.png) Though I haven't decided how to create an average yet, lets just say the code from iApp was ugly to...

I've actually coded up a whole bunch of these for the article we're working on, so I'm hoping to add these in the coming week.

I've been adding these, but now there's an issue when loading contacts. Contacts.create_contact checks the table to see if the result is there and if so returns that. If not,...

That turned out to be harder than I thought, because to calculate some results, I need access to the right plate and measurement information. I'm tempted to add the plate...

Now I'm running into another issue, some results like the time of peak force or vertical impulse aren't arrays, so storing them the way I normally do is problematic. I...

Which apparently doesn't work, because the shape of the resulting array is just empty. So perhaps I should add another table, that contains all these results. That might not be...

I've written a function that checks most tables in the database and if they aren't up to spec, tries to convert it. Which works for now, as long as you...

I just merged in some changes, which required a different database layout. Upgrading seems to work OK, but it doesn't calculate any missing results by default, so you might have...

This is a pretty hairy problem, since selected contacts depend on the measurement that's currently selected (it doesn't span multiple measurements). If I'd have to update it to accommodate that,...

Perhaps it would be even nicer to have profiles, where you can have named settings files and just pick some relevant settings. That way I could make the default be...