draw_points(radec, unique_ids[, obj, seed, …]) |
|
draw_points_cosmos(radec, unique_ids[, obj, …]) |
| param radec: | dict with keys ra1,ra2,dec1,dec2 the ra,dec limits for the sample :param unique_ids: list of unique integers for each draw :param obj: star,elg,lrg,qso :param seed: to initialize random number generator :param outdir: dir to write randoms to |
|
draw_points_desi(radec, unique_ids[, obj, …]) |
| param radec: | dict with keys ra1,ra2,dec1,dec2 the ra,dec limits for the sample :param unique_ids: list of unique integers for each draw :param obj: star,elg,lrg,qso :param seed: to initialize random number generator :param outdir: dir to write randoms to |
|
draw_points_eboss(radec, unique_ids[, obj, …]) |
| param radec: | dict with keys ra1,ra2,dec1,dec2 the ra,dec limits for the sample :param unique_ids: list of unique integers for each draw :param obj: star,elg,lrg,qso :param seed: to initialize random number generator :param outdir: dir to write randoms to |
|
get_area(radec) |
returns area on sphere between ra1,ra2,dec2,dec1 https://github.com/desihub/imaginglss/model/brick.py#L64, self.area=… |
get_parser() |
|
get_py_version() |
|
get_radec(radec[, ndraws, random_state]) |
Draws ndraws samples of Ra,Dec from the unit sphere. |
get_sample_dir(outdir, obj) |
|
get_sample_fn([seed, startid]) |
|
inEbossBox(rz, gr[, pad]) |
|
mkdir_needed(d) |
make each needed directory d= dictionary, vars(args) |
mog_param_dir() |
path to Mixture of Gaussian directory, containing the fitted params |
outside_lims_eboss(z) |
|
ptime(text, t0) |
|
write_calling_seq(d) |
each *_randoms/ directory should have a file listing how randoms were created |