-
Notifications
You must be signed in to change notification settings - Fork 5
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
Project init #16
Merged
Merged
Project init #16
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* checkpoint * More tests * fix * Add row slicing * Generic axis slicing. Segfaults in some cases * This seems to resolve the segfaults * Modularise * Test flags are the same * Seems to fix segfaults * Contiguity handling * Remove debug in jit decorators * tidy up * Mode enums * Outline, segfaults when compiling * utils.py -> numba_llvm.py * Use step in downsampling convolution * Fixes and more tests, but not working yet * numba_llvm.py => intrinsics.py * Extend test_slice_axis * dwt working * simplify * idwt_axis working * Working idwtn * Argument promotion fixups * More test case * Complain about periodisation downsampling * cache decorators * waverecn in place, coeff trimming not yet done * Add extent to slice_axis * Clip coefficients in idwt_axis This also gets the waverecn test case working. * cache=True, remove level arg from waverecn * Add axes and level tests to waverecn/wavedecn tests * Add fastmath decorators * Use numba typed Lists * test zeropad and levels * Disable wavelet level warnings for now
* Refactored PSI functions. Dask results agree but no speedup * Also clean up prox_21 * Refactored code producing identical results * Added some checks for exponential model. Seems to cope much better with point sources * Refactor prox * New prox seems to be working. Testing on ESO137 * Change value of alpha -> 1e-8 * Add reweight_alpha_min option * Add testing solve_x0 with tidy * Still no cigar * Looks like exponential model works best for point source fields * Ok * Add logic for spatial 'taper' in prior * Try convolving expsq kernel * Try convolving expsq kernel * K.iconvolve working * Try new K in exponential model * Trying K.iconvolve in exponential model * Use pywt.ravel_coeffs instead of doing it manually * New PSI working * Remove exponential scripts * Move scripts into subdirectory * Change project structure * Remove old tests. Getting pfb is not a package error * Rename pfb.py to pfbclean.py * Do not put pfb executable in pfb package * Parallel pywt correct but not really much faster * Rewriting gridder * Dirty accumulation * All gridder functions working
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix readme and change defaults scripts added during install