Changeset 67


Ignore:
Timestamp:
08/03/08 08:56:45 (8 years ago)
Author:
mmckerns
Message:

more cleanup

Files:
44 edited

Legend:

Unmodified
Added
Removed
  • branches/ooe-tests/mogi/forward_mogi.py

    r62 r67  
    33# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44# 
    5 #                               Patrick Hung, Caltech 
    6 #                        (C) 1998-2006  All Rights Reserved 
     5#                       Patrick Hung & Mike McKerns, Caltech 
     6#                        (C) 1998-2008  All Rights Reserved 
    77# 
    88# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     
    3535 
    3636 
    37 # version 
    38 __id__ = "$Id: forward_mogi.py,v 1.1.1.1 2006/08/01 20:47:15 patrickh Exp $" 
    39  
    4037# End of file 
  • branches/pyina/Make.mm

    r62 r67  
    11# -*- Makefile -*- 
    2 # 
    3 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    4 # 
    5 #                               Michael A.G. Aivazis 
    6 #                        California Institute of Technology 
    7 #                        (C) 1998-2005  All Rights Reserved 
    8 # 
    9 # <LicenseText> 
    10 # 
    11 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    122# 
    133 
  • branches/pyina/applications/Make.mm

    r62 r67  
    11# -*- Makefile -*- 
    22# 
    3 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    4 # 
    5 #                               Michael A.G. Aivazis 
    6 #                        California Institute of Technology 
    7 #                        (C) 1998-2005 All Rights Reserved 
    8 # 
    9 # <LicenseText> 
    10 # 
    11 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    123 
    134PROJECT = pyre 
  • branches/pyina/pyinamodule/Make.mm

    r62 r67  
    1 # Patrick Hung 
    2 # Calif. Inst. of Tech. 
    3  
    41PROJECT = pyina 
    52PACKAGE = _pyina 
     
    1411    dummy.cc 
    1512 
    16 # version 
    17 # $Id: Make.mm,v 1.2 2006/08/01 22:48:32 patrickh Exp $ 
    18  
    1913# End of file 
    2014 
  • branches/pyina/pyinamodule/_pyina.cc

    r62 r67  
    1 // Patrick Hung 
     1// Patrick Hung & Mike McKerns 
    22// California Inst. of Tech. 
    33 
  • branches/pyina/pyinamodule/local.def

    r62 r67  
    1717endif 
    1818 
    19 # version 
    20 # $Id: local.def,v 1.4 2008/05/20 22:59:46 patrickh Exp $ 
    21  
    2219# End of file 
    2320 
  • branches/pyina/python/Make.mm

    r66 r67  
    11# -*- Makefile -*- 
    2 # 
    3 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    4 # 
    5 #                               Michael A.G. Aivazis 
    6 #                        California Institute of Technology 
    7 #                        (C) 1998-2003 All Rights Reserved 
    8 # 
    9 # <LicenseText> 
    10 # 
    11 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    122 
    133PROJECT = pyina 
     
    6555#export:: export-package-python-modules 
    6656 
    67 # version 
    68 # $Id: Make.mm,v 1.6 2008/05/20 22:59:46 patrickh Exp $ 
    69  
    7057# End of file 
  • branches/pyina/python/__init__.py

    r62 r67  
    33# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44# 
    5 #                               Patrick Hung, Caltech 
    6 #                        (C) 1997-2006  All Rights Reserved 
     5#                       Patrick Hung & Mike McKerns, Caltech 
     6#                        (C) 1997-2008  All Rights Reserved 
    77# 
    88# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     
    1111 
    1212""" 
    13 The Caltech Geophysics Inversion Framework. 
     13A Simple Model-Independent Inversion Framework. 
    1414""" 
    1515 
    1616from mpiconsts import mpi 
    1717 
    18 #import differential_evolution, detools, yang 
    1918import differential_evolution, detools 
    2019 
  • branches/pyina/python/const.py

    r62 r67  
    33# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44# 
    5 #                               Patrick Hung, Caltech 
    6 #                        (C) 1998-2006  All Rights Reserved 
     5#                       Patrick Hung & Mike McKerns, Caltech 
     6#                        (C) 1997-2008  All Rights Reserved 
    77# 
    88# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     
    3434 
    3535 
    36 # version 
    37 __id__ = "$Id: const.py,v 1.1.1.1 2006/08/01 20:47:15 patrickh Exp $" 
    38  
    3936# End of file 
  • branches/pyina/python/derun.py

    r62 r67  
    33# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44# 
    5 #                               Patrick Hung, Caltech 
    6 #                        (C) 1998-2006  All Rights Reserved 
     5#                       Patrick Hung & Mike McKerns, Caltech 
     6#                        (C) 1997-2008  All Rights Reserved 
    77# 
    88# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     
    115115 
    116116 
    117  
    118 # version 
    119 __id__ = "$Id: derun.py,v 1.3 2006/08/08 07:43:21 patrickh Exp $" 
    120  
    121117# End of file 
  • branches/pyina/python/example.py

    r62 r67  
    33# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44# 
    5 #                               Patrick Hung, Caltech 
    6 #                        (C) 1998-2006  All Rights Reserved 
     5#                       Patrick Hung & Mike McKerns, Caltech 
     6#                        (C) 1997-2008  All Rights Reserved 
    77# 
    88# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     
    5151 
    5252 
    53 # version 
    54 __id__ = "$Id: example.py,v 1.1.1.1 2006/08/01 20:47:15 patrickh Exp $" 
    55  
    5653# End of file 
  • branches/pyina/python/filters.py

    r62 r67  
    33# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44# 
    5 #                               Patrick Hung, Caltech 
    6 #                        (C) 1998-2006  All Rights Reserved 
     5#                       Patrick Hung & Mike McKerns, Caltech 
     6#                        (C) 1997-2008  All Rights Reserved 
    77# 
    88# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     
    2121 
    2222 
    23 # version 
    24 __id__ = "$Id: filters.py,v 1.1.1.1 2006/08/01 20:47:15 patrickh Exp $" 
    25  
    2623# End of file 
  • branches/pyina/python/forward_model.py

    r62 r67  
    33# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44# 
    5 #                               Patrick Hung, Caltech 
    6 #                        (C) 1998-2006  All Rights Reserved 
     5#                       Patrick Hung & Mike McKerns, Caltech 
     6#                        (C) 1997-2008  All Rights Reserved 
    77# 
    88# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     
    155155 
    156156 
    157 # version 
    158 __id__ = "$Id: forward_model.py,v 1.3 2007/03/09 21:39:33 patrickh Exp $" 
    159  
    160157# End of file 
  • branches/pyina/python/forward_mogi.py

    r62 r67  
    33# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44# 
    5 #                               Patrick Hung, Caltech 
    6 #                        (C) 1998-2006  All Rights Reserved 
     5#                       Patrick Hung & Mike McKerns, Caltech 
     6#                        (C) 1997-2008  All Rights Reserved 
    77# 
    88# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     
    3535 
    3636 
    37 # version 
    38 __id__ = "$Id: forward_mogi.py,v 1.1.1.1 2006/08/01 20:47:15 patrickh Exp $" 
    39  
    4037# End of file 
  • branches/pyina/python/helputil.py

    r62 r67  
    33# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44# 
    5 #                               Patrick Hung, Caltech 
    6 #                        (C) 1998-2006  All Rights Reserved 
     5#                       Patrick Hung & Mike McKerns, Caltech 
     6#                        (C) 1997-2008  All Rights Reserved 
    77# 
    88# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     
    5656 
    5757 
    58 # version 
    59 __id__ = "$Id: helputil.py,v 1.1.1.1 2006/08/01 20:47:15 patrickh Exp $" 
    60  
    6158# End of file 
  • branches/pyina/python/launchers.py

    r62 r67  
    33# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44# 
    5 #                               Patrick Hung, Caltech 
    6 #                        (C) 1998-2006  All Rights Reserved 
     5#                       Patrick Hung & Mike McKerns, Caltech 
     6#                        (C) 1997-2008  All Rights Reserved 
    77# 
    88# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     
    9191 
    9292 
    93 # version 
    94 __id__ = "$Id: launchers.py,v 1.3 2007/07/27 09:04:26 patrickh Exp $" 
    95  
    9693# End of file 
  • branches/pyina/python/mpiconsts.py

    r62 r67  
    33# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44# 
    5 #                               Patrick Hung, Caltech 
    6 #                        (C) 1998-2006  All Rights Reserved 
     5#                       Patrick Hung & Mike McKerns, Caltech 
     6#                        (C) 1997-2008  All Rights Reserved 
    77# 
    88# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     
    2929sys.modules[__name__].__dict__.__delitem__('v') 
    3030 
    31 # version 
    32 __id__ = "$Id: mpiconsts.py,v 1.2 2008/05/20 22:59:46 patrickh Exp $" 
    33  
    3431# End of file 
  • branches/pyina/python/nelder_mead.py

    r62 r67  
    230230    main() 
    231231 
    232 # 
    233 # $Id: nelder_mead.py,v 1.1.1.1 2006/08/01 20:47:15 patrickh Exp $ 
    234 # 
     232 
    235233# End of file 
  • branches/pyina/python/parallel_map.py

    r62 r67  
    122122     
    123123 
    124 # version 
    125 __id__ = "$Id: parallel_map.py,v 1.1.1.1 2006/08/01 20:47:15 patrickh Exp $" 
    126  
    127124# End of file 
  • branches/pyina/python/parallel_map2.py

    r62 r67  
    136136     
    137137 
    138 # version 
    139 __id__ = "$Id: parallel_map2.py,v 1.3 2007/03/09 21:39:33 patrickh Exp $" 
    140  
    141138# End of file 
  • branches/pyina/python/polytools.py

    r62 r67  
    33# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44# 
    5 #                               Patrick Hung, Caltech 
    6 #                        (C) 1998-2006  All Rights Reserved 
     5#                       Patrick Hung & Mike McKerns, Caltech 
     6#                        (C) 1997-2008  All Rights Reserved 
    77# 
    88# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     
    4949 
    5050 
    51 # version 
    52 __id__ = "$Id: polytools.py,v 1.1.1.1 2006/08/01 20:47:15 patrickh Exp $" 
    53  
    5451# End of file 
  • branches/pyina/python/tools.py

    r62 r67  
    33# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44# 
    5 #                               Patrick Hung, Caltech 
    6 #                        (C) 1998-2006  All Rights Reserved 
     5#                       Patrick Hung & Mike McKerns, Caltech 
     6#                        (C) 1997-2008  All Rights Reserved 
    77# 
    88# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     
    167167    doctest.testmod(verbose=True) 
    168168 
    169 # version 
    170 __id__ = "$Id: tools.py,v 1.1.1.1 2006/08/01 20:47:15 patrickh Exp $" 
    171  
    172169# End of file 
  • branches/pyina/tests/Make.mm

    r62 r67  
    11# -*- Makefile -*- 
    2 # 
    3 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    4 # Patrick Hung 
    5 # Caltech,  
    6 # (C) 1997-2006 All Rights Reserved 
    7 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    8 # 
    92 
    103PROJECT = pyina 
     
    5548 
    5649 
    57 # version 
    58 # $Id: Make.mm,v 1.1.1.1 2006/08/01 20:47:15 patrickh Exp $ 
    59  
    6050# End of file 
    6151 
  • branches/pyina/tests/hello.py

    r62 r67  
    4747     
    4848 
    49 # version 
    50 __id__ = "$Id: hello.py,v 1.3 2008/05/20 22:59:46 patrickh Exp $" 
    51  
    5249# End of file 
  • branches/pyina/tests/test_parallelmap.py

    r62 r67  
    6161     
    6262 
    63 # version 
    64 __id__ = "$Id: test_parallelmap.py,v 1.2 2006/10/11 18:03:28 patrickh Exp $" 
    65  
    6663# End of file 
  • python/Make.mm

    r48 r67  
    11# -*- Makefile -*- 
    2 # 
    3 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    4 # 
    5 #                               Michael A.G. Aivazis 
    6 #                        California Institute of Technology 
    7 #                        (C) 1998-2003 All Rights Reserved 
    8 # 
    9 # <LicenseText> 
    10 # 
    11 # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    122 
    133PROJECT = mystic 
     
    5949export:: export-python-modules 
    6050 
    61 # version 
    62 # $Id: Make.mm,v 1.3 2006/10/11 18:20:47 patrickh Exp $ 
    63  
    6451# End of file 
  • python/README

    r2 r67  
    1 A subset of the code from my "pyina" project for geophysics. 
    2 This is my implementation of the Storn and Price differential evolution solver in python 
     1This package contains the beginnings of a simple model-independent 
     2inversion framework. The core optimizer is an implementation of the 
     3Storn and Price differential evolution solver in python. 
     4 
     5The parallel framework implementation is being developed in branches/pyina. 
    36 
    47# end of file 
  • python/__init__.py

    r2 r67  
    33# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44# 
    5 #                               Patrick Hung, Caltech 
    6 #                        (C) 1997-2006  All Rights Reserved 
     5#                       Patrick Hung & Mike McKerns, Caltech 
     6#                        (C) 1997-2008  All Rights Reserved 
    77# 
    88# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
  • python/const.py

    r2 r67  
    33# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44# 
    5 #                               Patrick Hung, Caltech 
    6 #                        (C) 1998-2006  All Rights Reserved 
     5#                       Patrick Hung & Mike McKerns, Caltech 
     6#                        (C) 1998-2008  All Rights Reserved 
    77# 
    88# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     
    3434 
    3535 
    36 # version 
    37 __id__ = "$Id: const.py,v 1.1.1.1 2006/08/01 20:47:15 patrickh Exp $" 
    38  
    3936# End of file 
  • python/derun.py

    r65 r67  
    33# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44# 
    5 #                               Patrick Hung, Caltech 
    6 #                        (C) 1998-2006  All Rights Reserved 
     5#                       Patrick Hung & Mike McKerns, Caltech 
     6#                        (C) 1998-2008  All Rights Reserved 
    77# 
    88# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     
    124124 
    125125 
    126 # version 
    127 __id__ = "$Id: derun.py,v 1.3 2006/08/08 07:43:21 patrickh Exp $" 
    128  
    129126# End of file 
  • python/example.py

    r2 r67  
    33# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44# 
    5 #                               Patrick Hung, Caltech 
    6 #                        (C) 1998-2006  All Rights Reserved 
     5#                       Patrick Hung & Mike McKerns, Caltech 
     6#                        (C) 1998-2008  All Rights Reserved 
    77# 
    88# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     
    5151 
    5252 
    53 # version 
    54 __id__ = "$Id: example.py,v 1.1.1.1 2006/08/01 20:47:15 patrickh Exp $" 
    55  
    5653# End of file 
  • python/example_getCost.py

    r65 r67  
    8888    getch() 
    8989 
    90 # version 
    91 __id__ = "$Id: example.py,v 1.1.1.1 2006/08/01 20:47:15 patrickh Exp $" 
    92  
    9390# End of file 
  • python/filters.py

    r2 r67  
    33# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44# 
    5 #                               Patrick Hung, Caltech 
    6 #                        (C) 1998-2006  All Rights Reserved 
     5#                       Patrick Hung & Mike McKerns, Caltech 
     6#                        (C) 1998-2008  All Rights Reserved 
    77# 
    88# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     
    2121 
    2222 
    23 # version 
    24 __id__ = "$Id: filters.py,v 1.1.1.1 2006/08/01 20:47:15 patrickh Exp $" 
    25  
    2623# End of file 
  • python/forward_model.py

    r40 r67  
    33# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44# 
    5 #                               Patrick Hung, Caltech 
    6 #                        (C) 1998-2006  All Rights Reserved 
     5#                       Patrick Hung & Mike McKerns, Caltech 
     6#                        (C) 1998-2008  All Rights Reserved 
    77# 
    88# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     
    153153 
    154154 
    155 # version 
    156 __id__ = "$Id: forward_model.py,v 1.2 2006/10/11 18:20:47 patrickh Exp $" 
    157  
    158155# End of file 
  • python/forward_mogi.py

    r65 r67  
    33# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44# 
    5 #                               Patrick Hung, Caltech 
    6 #                        (C) 1998-2006  All Rights Reserved 
     5#                       Patrick Hung & Mike McKerns, Caltech 
     6#                        (C) 1998-2008  All Rights Reserved 
    77# 
    88# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     
    3535 
    3636 
    37 # version 
    38 __id__ = "$Id: forward_mogi.py,v 1.1.1.1 2006/08/01 20:47:15 patrickh Exp $" 
    39  
    4037# End of file 
  • python/helputil.py

    r2 r67  
    33# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44# 
    5 #                               Patrick Hung, Caltech 
    6 #                        (C) 1998-2006  All Rights Reserved 
     5#                       Patrick Hung & Mike McKerns, Caltech 
     6#                        (C) 1998-2008  All Rights Reserved 
    77# 
    88# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     
    5656 
    5757 
    58 # version 
    59 __id__ = "$Id: helputil.py,v 1.1.1.1 2006/08/01 20:47:15 patrickh Exp $" 
    60  
    6158# End of file 
  • python/metropolis.py

    r44 r67  
    4747 
    4848 
    49 # $Id$ 
    50  
    5149# end of file 
  • python/nelder_mead.py

    r2 r67  
    230230    main() 
    231231 
    232 # 
    233 # $Id: nelder_mead.py,v 1.1.1.1 2006/08/01 20:47:15 patrickh Exp $ 
    234 # 
     232 
    235233# End of file 
  • python/polytools.py

    r2 r67  
    33# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44# 
    5 #                               Patrick Hung, Caltech 
    6 #                        (C) 1998-2006  All Rights Reserved 
     5#                       Patrick Hung & Mike McKerns, Caltech 
     6#                        (C) 1998-2008  All Rights Reserved 
    77# 
    88# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     
    4949 
    5050 
    51 # version 
    52 __id__ = "$Id: polytools.py,v 1.1.1.1 2006/08/01 20:47:15 patrickh Exp $" 
    53  
    5451# End of file 
  • python/svctools.py

    r36 r67  
    4242    return -0.5 * (sum(alpha*y*k1) + sum(alpha*y*k2)) 
    4343 
    44 # $Id$ 
    45 #  
    4644# end of file 
  • python/svmtools.py

    r28 r67  
    5353    return f 
    5454 
    55 # $Id$ 
    56 #  
    5755# end of file 
  • python/tools.py

    r41 r67  
    33# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44# 
    5 #                               Patrick Hung, Caltech 
    6 #                        (C) 1998-2006  All Rights Reserved 
     5#                       Patrick Hung & Mike McKerns, Caltech 
     6#                        (C) 1998-2008  All Rights Reserved 
    77# 
    88# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     
    190190    doctest.testmod(verbose=True) 
    191191 
    192 # version 
    193 __id__ = "$Id: tools.py,v 1.1.1.1 2006/08/01 20:47:15 patrickh Exp $" 
    194  
    195192# End of file 
  • tests/README

    r62 r67  
    11Note. 
    22 
    3 # These tests are inherited from the package "pyina" 
     3# These tests are duplicated in the "pyina" branch... 
    44# pyina has the parallel version of the DE solver, as well as pyre mpi patches 
    5 # for doing parallel maps. These are removed to make this package standalone 
     5# for doing parallel maps. 
    66 
    77 
  • tests/forward_mogi.py

    r5 r67  
    33# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
    44# 
    5 #                               Patrick Hung, Caltech 
    6 #                        (C) 1998-2006  All Rights Reserved 
     5#                       Patrick Hung & Mike McKerns, Caltech 
     6#                        (C) 1998-2008  All Rights Reserved 
    77# 
    88# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 
     
    3535 
    3636 
    37 # version 
    38 __id__ = "$Id: forward_mogi.py,v 1.1.1.1 2006/08/01 20:47:15 patrickh Exp $" 
    39  
    4037# End of file 
Note: See TracChangeset for help on using the changeset viewer.