Christoph Deil
Christoph Deil
Added `HESS J1832-085` as `source_id=163` in 0dfcccc
Added `HESS J1844-030` as `source_id=164` in b1a11bf
@WMGoBuffs - Thanks for filing the issue. `probfit` hasn't been very active, so don't expect someone to pick up the suggestion and implement the change, you'll probably have to do...
Yes, I think having a `grid_search` method as well as a quick way to visualize model vs. data (and maybe residuals) to find good start values for `MIGRAD` and debug...
Related suggestion for improvement: the six functions `fit_uml`, `try_uml`, `fit_binx2`, `try_chi2`, `fit_binlh` and `try_binlh` in [oneshot.py](https://github.com/iminuit/probfit/blob/master/probfit/oneshot.py) are not included in the [probfit docs]((http://iminuit.github.io/probfit/search.html?q=fit_uml) Either remove them or add them to...
@silvanmelchior - Cool, thanks! I don't think this would work for us: we use a conda env to ship software to our users (see original description above). So if they...
Here's what we have now: http://astropy-healpix.readthedocs.io/en/latest/api.html#module-astropy_healpix.healpy As mentioned, `reorder` is still missing: http://healpy.readthedocs.io/en/latest/generated/healpy.pixelfunc.reorder.html @astrofrog - Do you think we should add it now, or wait for users to request it?...
@bmatthieu3 @fxpineau @tboch - Thank you for all your work on the CDS HEALPix codes! As I mentioned at PyGamma19, I would consider a C HEALPix lib that we bundle...
@bmatthieu3 - Interesting. I see that you don't use `OpenMP`, there's no `libopenmp` here: ``` $ otool -L cdshealpix/cdshealpix.cpython-37m-darwin.so cdshealpix/cdshealpix.cpython-37m-darwin.so: /private/var/folders/nz/vv4_9tw56nv9k3tkvyszvwg80000gn/T/pip-req-build-fpcomatb/target/release/deps/libcdshealpix.dylib (compatibility version 0.0.0, current version 0.0.0) /usr/lib/libSystem.B.dylib (compatibility version...
IMO packaging and distribution maintenance effort for the coming years is the main concern with introducing Rust. There's also the fact that pretty much no-one knows Rust yet or is...