Changes between Initial Version and Version 1 of Ticket #317


Ignore:
Timestamp:
Jan 30, 2009, 4:53:17 PM (16 years ago)
Author:
rwilson
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #317

    • Property Owner changed from Ross Wilson to rwilson
    • Property Status changed from new to assigned
  • Ticket #317 – Description

    initial v1  
    11Currently the EventSelection tool generates a python fragment containing MUX filenames and the global weight, in the hope that the generated module would be used in build_boundary.py.
    22
    3 A better approach would be to modify build_boundary.py to get urs2sts() to take the generated older generated event_<event#>.list file which already contains the MUX filenames and weight.  The approach would be to remove the existing 'urs_filenames' and 'weight' parameters and replace them with a full path to the *.list file plus the 'base' path to the MUX files.
     3A better approach would be to modify build_boundary.py to get urs2sts() to take the older generated event_<event#>.list file which already contains the MUX filenames and weight.  The approach would be to remove the existing 'urs_filenames' and 'weight' parameters and replace them with a full path to the *.list file plus the 'base' path to the MUX files.
    44
    55Changes to build_boundary.py should be made with a view to eventually including the code into ANUGA proper, which means removing any reference to project-specific values and passing them in as a parameter.
    66
    7 Note that any code existing outside ANUGA may hacve references to Numeric that must be changed when ANUGA goes to numpy.
     7Note that any code existing outside ANUGA may have references to Numeric that must be changed when ANUGA goes to numpy.