# # For more information, please see: http://software.sci.utah.edu # # The MIT License # # Copyright (c) 2004 Scientific Computing and Imaging Institute, # University of Utah. # # License for the specific language governing rights and limitations under # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), # to deal in the Software without restriction, including without limitation # the rights to use, copy, modify, merge, publish, distribute, sublicense, # and/or sell copies of the Software, and to permit persons to whom the # Software is furnished to do so, subject to the following conditions: # # The above copyright notice and this permission notice shall be included # in all copies or substantial portions of the Software. # # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. # # SCI Network 1.20 ::netedit dontschedule set bbox {177 129 513 440} set Name {Main} # Create the Modules set m0 [addModuleAtPosition "SCIRun" "DataIO" "MatrixReader" 348 130] set m1 [addModuleAtPosition "SCIRun" "FieldsData" "ManageFieldData" 184 258] set m2 [addModuleAtPosition "SCIRun" "DataIO" "FieldWriter" 184 383] set m3 [addModuleAtPosition "SCIRun" "DataIO" "FieldReader" 177 129] # Set the Module Notes Dispaly Options set Notes($m0-Position) {def} # Create the Connections between Modules set c0 [addConnection $m3 0 $m1 0] set c1 [addConnection $m1 0 $m2 0] set c2 [addConnection $m0 0 $m1 1] # Mark which Connections are Disabled # Set the Connection Notes and Dislpay Options # Set the GUI variables for each Module set $m0-notes {Read dipole.mat data} set $m0-filename {/Users/dustman/Projects/srdp/dipole.dmat} set $m1-notes {} set $m2-notes {} set $m2-filename {/Users/dustman/Projects/srdp/dipole.c.fld} set $m2-filetype {Binary} set $m2-confirm {1} set $m3-notes {} set $m3-filename {} ::netedit scheduleok