thuiop

Results 30 comments of thuiop

What do you mean how did I install the code ? All I did is run `python setup.py install`. And yes, I made sure to get outside the directory before...

Oh sorry my bad, I only said that to mean that I did not use pip for installation (I actually did at first but ran into the problem from issue...

I repost my answer here : Well the magnitude of the change is not abnormal, right now if there is one more or one less detection the value will change...

I think the point of implementing WCS feature in BTK was to be able to manage the celestial projection if needed ; using a simple pixel scale is not much...

I had in mind the equation 7 of this paper https://arxiv.org/pdf/2005.12039.pdf

This basically what we do for sampling functions anyway so I guess it would make sense ; however the idea behind the measure_kwargs was more about being able to run...

This would make sense. It may be better to disable the test regarding galsim_hub permanently, we do not want to be overusing the bandwidth just to make sure the test...

I removed it from the v1.0 milestone since we said we would try to publish something once the v1.0 is out.

Note on how it could be done : - Modify the render_single function to add a gal.shear() - Have a custom sampling function which adds a shear column to the...

Several thoughts : ## Modularization Your last suggestion can probably be done without breaking anything, just adding a layer on top of the DrawBlendsGenerator. The generators are still useful though,...