Struct

NumCosmoGalaxySDPositionData

Description

struct NcGalaxySDPositionData {
  NcGalaxySDObsRedshiftData* sdz_data;
  gdouble ra;
  gdouble dec;
  gpointer ldata;
  GDestroyNotify ldata_destroy;
  void (* ldata_read_row) (
    NcGalaxySDPositionData* data,
    NcGalaxyWLObs* obs,
    const guint i
  );;
  void (* ldata_write_row) (
    NcGalaxySDPositionData* data,
    NcGalaxyWLObs* obs,
    const guint i
  );;
  void (* ldata_required_columns) (
    NcGalaxySDPositionData* data,
    GList* columns
  );;
  gatomicrefcount ref_count;
}

No description available.

Structure members
sdz_data: NcGalaxySDObsRedshiftData

No description available.

ra: gdouble

No description available.

dec: gdouble

No description available.

ldata: gpointer

No description available.

ldata_destroy: GDestroyNotify

No description available.

ldata_read_row: void (* ldata_read_row) ( NcGalaxySDPositionData* data, NcGalaxyWLObs* obs, const guint i )

No description available.

ldata_write_row: void (* ldata_write_row) ( NcGalaxySDPositionData* data, NcGalaxyWLObs* obs, const guint i )

No description available.

ldata_required_columns: void (* ldata_required_columns) ( NcGalaxySDPositionData* data, GList* columns )

No description available.

ref_count: gatomicrefcount

No description available.

Constructors

nc_galaxy_sd_position_data_new

Creates a new galaxy position data.

Instance methods

nc_galaxy_sd_position_data_read_row

Reads the row i from the galaxy position data.

nc_galaxy_sd_position_data_ref

Increases the reference count of data by one.

nc_galaxy_sd_position_data_required_columns

Gets the required columns for the galaxy position data.

nc_galaxy_sd_position_data_unref

Decreases the reference count of data by one. If the reference count reaches 0, the data is freed.

nc_galaxy_sd_position_data_write_row

Writes the galaxy position data to the observation.