Top-hat Window Function

Top-hat Window Function — Provides a NcWindow of top-hat type filter.

Synopsis

#define             NC_WINDOW_VOLUME_TOPHAT
struct              NcWindowTophat;
struct              NcWindowTophatClass;
NcWindow *          nc_window_tophat_new                ();

Object Hierarchy

  GObject
   +----NcWindow
         +----NcWindowTophat

Description

This object implements the NcWindow abstract class for a top-hat window function. See also Top-hat for more details.

Details

NC_WINDOW_VOLUME_TOPHAT

#define NC_WINDOW_VOLUME_TOPHAT (4.0 * M_PI / 3.0)

struct NcWindowTophat

struct NcWindowTophat;

struct NcWindowTophatClass

struct NcWindowTophatClass {
};

nc_window_tophat_new ()

NcWindow *          nc_window_tophat_new                ();

This function returns a NcWindow with a NcWindowTophat implementation.

Returns :

A new NcWindow.