PSR
CHIVE
Ask a Question
Search
PSR
CHIVE:
powered by
FreeFind
Home
Install
Use
Develop
Support
News
Credits
hosted by
More
General
Pulsar
CompareWithEachOther.h
1
//-*-C++-*-
2
/***************************************************************************
3
*
4
* Copyright (C) 2021 by Willem van Straten
5
* Licensed under the Academic Free License version 2.1
6
*
7
***************************************************************************/
8
9
// psrchive/More/General/Pulsar/CompareWithEachOther.h
10
11
#ifndef __CompareWithEachOther_h
12
#define __CompareWithEachOther_h
13
14
#include "Pulsar/CompareWith.h"
15
16
class
UnaryStatistic
;
17
18
namespace
Pulsar
{
19
21
26
class
CompareWithEachOther :
public
CompareWith
27
{
29
ndArray<2,double>
temp;
30
32
Reference::To<UnaryStatistic>
summary;
33
35
std::vector<double> rms;
36
38
void
compute (
unsigned
iprimary,
ndArray<2,double>
& result);
39
40
public
:
41
42
CompareWithEachOther ();
43
45
void
set_summary
(
UnaryStatistic
*);
46
};
47
}
48
49
#endif
Pulsar::CompareWithEachOther::set_summary
void set_summary(UnaryStatistic *)
Used to summarize comparisons.
Definition
CompareWithEachOther.C:23
Reference::To
UnaryStatistic
ndArray
Pulsar
Defines the PSRCHIVE library.
Definition
CalSource.h:17
Generated using
doxygen
1.14.0