Sky positions #542
Replies: 3 comments 3 replies
-
FYI there was previously a skypy.positions module that could sample from a circular area around a given position on the sky, or from within a healpix pixel. This was removed before v0.4, I don't remember exactly but I believe it was shelved until we could implement a more complete scheme for simulation volumes based on healpix maps and redshift slices (which we also prototyped as "lightcone mode"). I could certainly look at reverting the positions module onto a branch if there was interest in it? However if we do want to go ahead with something like "lightcone mode" it probably needs a more fundamental redesign. |
Beta Was this translation helpful? Give feedback.
-
I'd very much need some function to produce a catalog given a healpix mask: the catalog would be Object_ID, RA, DEC, redshift.
Inputs:
Outputs
We could either revive skypy.positions or create a skypy.survey and add positions with the random function and also the uniform_around function. Is this reasonable @itrharrison @rrjbca @WillHartley ? |
Beta Was this translation helpful? Give feedback.
-
Yes, of course! |
Beta Was this translation helpful? Give feedback.
-
It would be very useful to have positional functionality in the short-ish timescale, and I think there are many uses that we need that are distinct and separate from the physical dark matter density distribution of the Universe.
Examples:
To me, this feels like it's own module that would be called by a galaxies simulation (for instance), though I don't yet have a clear idea of how it should be implemented. Via Healpy / Healsparse is one thought, though survey boundaries often are expressed in the form of polygons / trivial shapes.
Beta Was this translation helpful? Give feedback.
All reactions