Constructor

NumCosmoGalaxySDPositionFlatnew

Declaration [src]

NcGalaxySDPositionFlat*
nc_galaxy_sd_position_flat_new (
  const gdouble ra_min,
  const gdouble ra_max,
  const gdouble dec_min,
  const gdouble dec_max
)

Description [src]

Creates a new NcGalaxySDPositionFlat.

Parameters

ra_min

Type: const gdouble

Minimum right ascension.

ra_max

Type: const gdouble

Maximum right ascension.

dec_min

Type: const gdouble

Minimum declination.

dec_max

Type: const gdouble

Maximum declination.

Return value

Type: NcGalaxySDPositionFlat

A new NcGalaxySDPositionFlat.

The caller of the function takes ownership of the data, and is responsible for freeing it.