des
Here are 155 public repositories matching this topic...
-
Updated
Apr 5, 2020 - JavaScript
-
Updated
Apr 17, 2020 - C#
-
Updated
Sep 13, 2019 - Java
-
Updated
May 30, 2020 - Python
-
Updated
Feb 2, 2020 - C++
-
Updated
May 3, 2017 - Java
-
Updated
May 7, 2020 - Go
-
Updated
Apr 14, 2019 - C++
-
Updated
Jun 11, 2020 - Dart
Currently psf.draw(x,y) centers the PSF profile at the sub-pixel values of the provided x,y positions.
This is sometimes a desirable feature, but not always. We should make it easier for the user to specify how they want the PSF image centered. I'm proposing a new center keyword argument to the draw command with the following options:
center=None # (default) the current behavior u
-
Updated
Nov 24, 2018 - C#
-
Updated
Nov 7, 2018 - JavaScript
-
Updated
May 3, 2017 - C
-
Updated
Oct 3, 2019 - Java
--runall # if not set, only the main file
# if set, runs the other metacal files (1p,1m,2p,2m), totally 5 times
--head # uses only random subset of source catalog
--nopairs # does not log source-lens pairs
--noclust # skip clusters
--norands # skip randoms
--params PARAMS # forces to use config file at path PARAMS
--metachunk METACHUNK # reruns the i-th
We currently track two coordinate systems: Galactic (gal) and celestial (cel). Celestial just means "sky" and doesn't actually contain information about coordinate frame. The actual system is the equatorial coordinate system, so we should update instances of cel to equ. This is a trivial change, but permeates the codebase.
Improve this page
Add a description, image, and links to the des topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the des topic, visit your repo's landing page and select "manage topics."
In numpy, if I want a random array uniformly distributed between -0.6 and +0.6 with 100 elements, I'd write:
Using GalSim deviates, I'd do something like:
I find the former easier to read. I d