Method

NumCosmoGalaxySDPositionget_dec_lim

Declaration [src]

gboolean
nc_galaxy_sd_position_get_dec_lim (
  NcGalaxySDPosition* gsdp,
  gdouble* dec_min,
  gdouble* dec_max
)

Description [src]

Gets the declination limits of the distribution.

Parameters

dec_min

Type: gdouble*

The minimum declination.

The argument will be set by the function.
dec_max

Type: gdouble*

The maximum declination.

The argument will be set by the function.

Return value

Type: gboolean

TRUE if the limits were retrieved successfully, FALSE otherwise.