PSR
CHIVE
Ask a Question
Search
PSR
CHIVE:
powered by
FreeFind
Home
Install
Use
Develop
Support
News
Credits
hosted by
More
General
Pulsar
DurationWeight.h
1
//-*-C++-*-
2
/***************************************************************************
3
*
4
* Copyright (C) 2006-2008 by Willem van Straten
5
* Licensed under the Academic Free License version 2.1
6
*
7
***************************************************************************/
8
9
// psrchive/More/General/Pulsar/DurationWeight.h
10
11
#ifndef _Pulsar_DurationWeight_H
12
#define _Pulsar_DurationWeight_H
13
14
#include "Pulsar/IntegrationWeight.h"
15
16
namespace
Pulsar
{
17
19
class
DurationWeight :
public
IntegrationWeight
20
{
21
double
get_weight (
const
Integration*,
unsigned
ichan);
22
};
23
24
}
25
26
#endif
27
Pulsar
Defines the PSRCHIVE library.
Definition:
CalSource.h:17
Generated using
doxygen
1.8.17