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:
startypestr (‘allstars’, ‘wdstars’)

Load the luminosity function for all stars (‘allstars’), which includes main-sequence stars white dwarfs, blue horozontal branch, RR Lyrae, and Cepheids. The ‘wdstars’ option only includes white dwarf stars.

filternamestr

Filter to use. Options of u,g,r,i,z,y

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.