StellarDensityMap¶
- class rubin_sim.maf.maps.StellarDensityMap(startype='allstars', filtername='r', map_dir=None)¶
Bases:
BaseMap
Return the cumulative stellar luminosity function for each slice_point. Units of stars per sq degree. Uses a healpix map of nside=64. Uses the nearest healpix point for other ra,dec values.
- Parameters:
Methods Summary
run
(slice_points)Given slice_points (dict containing metadata about each slice_point, including ra/dec),
Methods Documentation
- run(slice_points)¶
- Given slice_points (dict containing metadata about each slice_point, including ra/dec),
adds additional metadata at each slice_point and returns updated dict.