Method

NumCosmoGalaxySDPositionset_dec_lim

Declaration [src]

gboolean
nc_galaxy_sd_position_set_dec_lim (
  NcGalaxySDPosition* gsdp,
  const gdouble dec_min,
  const gdouble dec_max
)

Description [src]

Sets the declination limits of the distribution.

Parameters

dec_min

Type: const gdouble

The minimum declination.

dec_max

Type: const gdouble

The maximum declination.

Return value

Type: gboolean

TRUE if the limits were set successfully, FALSE otherwise.