hipscatalog_gen.selection.targets_per_tile

targets_per_tile(counts_depth, depth_total, bias)[source]

Distribute depth_total across active tiles with optional density bias.

Parameters:
  • counts_depth (ndarray)

  • depth_total (int)

  • bias (float)

Return type:

Dict[int, int]