Animated FSC_Surface [message #61658] |
Thu, 24 July 2008 06:42 |
humanumbrella
Messages: 52 Registered: June 2008
|
Member |
|
|
I thought I'd give this code back to the community. It's basic in
what it does, and I've done a lot of modifications since I wrote
this.
Basically I changed the structure of the fsc_surface program from a
procedure to a function, and what it returns is a pointer to the
information structure that David created.
Then, I redraw the surface as new data comes in, this version suffers
from the axis adjusting, but if you pass in a correct zrange, ie, the
max of the entire dataset and the min of the entire dataset, then you
can bypass the scaling problem.
Enjoy.
http://csserver04.furman.edu/Research/ResearchBlogs/justin/f iles/code/animatedFSC_surface/
--Justin
Let me know if you have questions
|
|
|