Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#365 - changing GSObject and HSM parameters on the fly #385

Merged
merged 69 commits into from Apr 24, 2013
Merged

Commits on Mar 31, 2013

  1. Configuration menu
    Copy the full SHA
    51bc243 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e3d8a7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70cd109 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2013

  1. Configuration menu
    Copy the full SHA
    6f91f23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c10674 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6388ae View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e18c919 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e1ccd2c View commit details
    Browse the repository at this point in the history
  6. throw HSMErrors everywhere

    rmandelb committed Apr 3, 2013
    Configuration menu
    Copy the full SHA
    8360222 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    29ae7c0 View commit details
    Browse the repository at this point in the history
  8. unit tests for HSMParams

    rmandelb committed Apr 3, 2013
    Configuration menu
    Copy the full SHA
    aa8433b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6e5d050 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7b1029f View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2013

  1. Fix drawShoot to not use a lot of memory

    (#343)
    
    Conflicts:
    	galsim/base.py
    rmjarvis committed Apr 4, 2013
    Configuration menu
    Copy the full SHA
    ba8d6d1 View commit details
    Browse the repository at this point in the history
  2. Remove debugging edit

    rmjarvis committed Apr 4, 2013
    Configuration menu
    Copy the full SHA
    6a157e3 View commit details
    Browse the repository at this point in the history
  3. Enable GSParams to set the previously-termed Magic Numbers dynamically

    (#343)
    
    Conflicts:
    	include/galsim/SBAiryImpl.h
    	include/galsim/SBDeconvolveImpl.h
    	include/galsim/SBLaguerreImpl.h
    	include/galsim/SBShapelet.h
    	src/SBBox.cpp
    	src/SBDeconvolve.cpp
    	src/SBExponential.cpp
    	src/SBGaussian.cpp
    	src/SBInterpolatedImage.cpp
    	src/SBKolmogorov.cpp
    	src/SBLaguerre.cpp
    	src/SBMoffat.cpp
    	src/SBSersic.cpp
    rmjarvis committed Apr 4, 2013
    Configuration menu
    Copy the full SHA
    1518467 View commit details
    Browse the repository at this point in the history
  4. Add unit tests of using GSParams

    rmjarvis committed Apr 4, 2013
    Configuration menu
    Copy the full SHA
    da5c315 View commit details
    Browse the repository at this point in the history
  5. Add docs about GSParams

    rmjarvis committed Apr 4, 2013
    Configuration menu
    Copy the full SHA
    bafdb76 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    67a0113 View commit details
    Browse the repository at this point in the history
  7. fixing a random typo

    rmandelb authored and rmjarvis committed Apr 4, 2013
    Configuration menu
    Copy the full SHA
    4f12aea View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7816692 View commit details
    Browse the repository at this point in the history
  9. sterner warning

    rmandelb authored and rmjarvis committed Apr 4, 2013
    Configuration menu
    Copy the full SHA
    dbab9d2 View commit details
    Browse the repository at this point in the history
  10. Make GSParams members writable.

    rmjarvis committed Apr 4, 2013
    Configuration menu
    Copy the full SHA
    b190892 View commit details
    Browse the repository at this point in the history
  11. Remove the catch(char*) bit

    rmjarvis committed Apr 4, 2013
    Configuration menu
    Copy the full SHA
    5140243 View commit details
    Browse the repository at this point in the history
  12. updated CHANGELOG for 343 stuff

    rmandelb committed Apr 4, 2013
    Configuration menu
    Copy the full SHA
    3a2e055 View commit details
    Browse the repository at this point in the history
  13. make hsmparams members writable

    rmandelb committed Apr 4, 2013
    Configuration menu
    Copy the full SHA
    f9ed486 View commit details
    Browse the repository at this point in the history
  14. typo

    rmandelb committed Apr 4, 2013
    Configuration menu
    Copy the full SHA
    c653bc6 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2013

  1. Configuration menu
    Copy the full SHA
    4e8c748 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2013

  1. Configuration menu
    Copy the full SHA
    0b852c6 View commit details
    Browse the repository at this point in the history
  2. made it actually worked, and moved SBAutoConvolve+SBAutoCorrelate con…

    …structors into .cpp for consistency with SBConvolve
    
    (#365)
    rmandelb committed Apr 15, 2013
    Configuration menu
    Copy the full SHA
    5375c68 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6bb153 View commit details
    Browse the repository at this point in the history
  4. more use of gsparams

    rmandelb committed Apr 15, 2013
    Configuration menu
    Copy the full SHA
    ee950f5 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2013

  1. typo fix, relerr -> abserr

    rmandelb committed Apr 16, 2013
    Configuration menu
    Copy the full SHA
    b1391f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    946378b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    051a794 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2013

  1. Configuration menu
    Copy the full SHA
    b9568c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7cb4738 View commit details
    Browse the repository at this point in the history
  3. minor edit to changelog

    barnabytprowe committed Apr 17, 2013
    Configuration menu
    Copy the full SHA
    11baddd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c04852 View commit details
    Browse the repository at this point in the history
  5. fixed some whitespace

    barnabytprowe committed Apr 17, 2013
    Configuration menu
    Copy the full SHA
    d0f2077 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f2e7701 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2013

  1. tweak dox

    rmandelb committed Apr 18, 2013
    Configuration menu
    Copy the full SHA
    dc8656c View commit details
    Browse the repository at this point in the history
  2. clarify dox re: num_iter_default

    rmandelb committed Apr 18, 2013
    Configuration menu
    Copy the full SHA
    274eca3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f889cfe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    66c9d4e View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2013

  1. Configuration menu
    Copy the full SHA
    a524873 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into #365

    rmandelb committed Apr 21, 2013
    Configuration menu
    Copy the full SHA
    299c5ce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8374978 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2013

  1. fix silliness

    rmandelb committed Apr 22, 2013
    Configuration menu
    Copy the full SHA
    281f4ab View commit details
    Browse the repository at this point in the history
  2. mildly OCD adjustments to dox

    rmandelb committed Apr 22, 2013
    Configuration menu
    Copy the full SHA
    b660619 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a40193 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b94955 View commit details
    Browse the repository at this point in the history
  5. beefed up HSMParams tests

    rmandelb committed Apr 22, 2013
    Configuration menu
    Copy the full SHA
    a424b42 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    82aaee9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    01185e7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a064358 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ace9c96 View commit details
    Browse the repository at this point in the history
  10. formatting

    reikonakajima committed Apr 22, 2013
    Configuration menu
    Copy the full SHA
    f47cead View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2013

  1. Configuration menu
    Copy the full SHA
    acc49df View commit details
    Browse the repository at this point in the history
  2. Enable gsparams options in config

    rmjarvis committed Apr 23, 2013
    Configuration menu
    Copy the full SHA
    8e485bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a43282f View commit details
    Browse the repository at this point in the history
  4. Add gsparams capabilities to demo7

    rmjarvis committed Apr 23, 2013
    3 Configuration menu
    Copy the full SHA
    51a7135 View commit details
    Browse the repository at this point in the history
  5. More unit tests related to gsparams

    rmjarvis committed Apr 23, 2013
    Configuration menu
    Copy the full SHA
    f4a1990 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e0239b2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    245ae29 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2013

  1. Merge branch 'master' into #365

    Conflicts:
    	galsim/base.py
    	include/galsim/SBSersic.h
    	include/galsim/SBSersicImpl.h
    	pysrc/SBSersic.cpp
    	src/SBMoffat.cpp
    	src/SBSersic.cpp
    rmjarvis committed Apr 24, 2013
    Configuration menu
    Copy the full SHA
    d881dfb View commit details
    Browse the repository at this point in the history
  2. typos

    rmandelb committed Apr 24, 2013
    Configuration menu
    Copy the full SHA
    b582bef View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3457a92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    346cac6 View commit details
    Browse the repository at this point in the history