Method

NumCosmoGalaxySDPositionget_ra_lim

Declaration [src]

gboolean
nc_galaxy_sd_position_get_ra_lim (
  NcGalaxySDPosition* gsdp,
  gdouble* ra_min,
  gdouble* ra_max
)

Description [src]

Gets the right ascension limits of the distribution.

Parameters

ra_min

Type: gdouble*

The minimum right ascension.

The argument will be set by the function.
ra_max

Type: gdouble*

The maximum right ascension.

The argument will be set by the function.

Return value

Type: gboolean

TRUE if the limits were retrieved successfully, FALSE otherwise.