O.K, I see the difference. I was trying to replace the positions
for the whole series which is not right. However, is there anyway
to recombine the data with the new positions into another series??
I would guess that things like rubbersheet would not work right
because they are autoscaled based on their range of values so each
frame will get a different scaling?? I am using ForEachMember to
spilt the series apart, I looked at collectSeries but it looks
like you need a tab per element. Is that right? Is there any
function that will allow the frames to be combined in a loop?
Thanks
Matt
Thanks
Matt
Yes, Append. Use this in a macro loop. I usually initialize GetLocal
with CollectSeries (empty), so the object hierarchy is established on
the first pass. Then extract or derive a valid series member ID from
ForEachMember and feed it and the series member itself to Append.
This keeps adding a new member to the end of the growing series. Thus
Append has only 3 wires ever: the initial object from GetLocal, the
current member field and the current member ID.
I thought the problem you were trying to solve was how to visualize
doubles but preserve them on output. There shouldn't be any
particular reason why you can't cast double to float JUST for the viz
(you can't see doubles anyway: not enough pixels (:-)), but preserve
the double array and Export it, as a user-defined 'data' or
'double-data' component of each series member.
--
Chris Pelkie
Managing Partner
Practical Video LLC
30 West Meadow Drive, Ithaca, NY 14850