DS
PSR
Ask a Question
Search DS
PSR
:
powered by
FreeFind
Home
Install
Use
Develop
Support
News
Credits
hosted by
Kernel
Formats
cpsr2
dsp
CPSR2_Observation.h
1
//-*-C++-*-
2
/***************************************************************************
3
*
4
* Copyright (C) 2002 by Willem van Straten
5
* Licensed under the Academic Free License version 2.1
6
*
7
***************************************************************************/
8
9
// dspsr/Kernel/Formats/cpsr2/dsp/CPSR2_Observation.h
10
11
#ifndef __CPSR2_Observation_h
12
#define __CPSR2_Observation_h
13
14
#include "dsp/ASCIIObservation.h"
15
16
namespace
dsp
{
17
18
/*
19
* 2023-Jun-29 - Willem van Straten
20
*
21
* The CPSR2 instrument was decommissioned in 2010 and it is
22
* not recommended to begin any new development using this software.
23
* See the warning in CSPR2File.h for more information.
24
*
25
*/
26
28
33
class
CPSR2_Observation :
public
ASCIIObservation {
34
35
public
:
36
38
CPSR2_Observation
(
const
char
* header=0);
39
40
std::string prefix;
41
};
42
43
}
44
45
#endif
dsp
Contains all Baseband Data Reduction Library classes.
Definition:
ASCIIObservation.h:17
Error
dsp::CPSR2_Observation::CPSR2_Observation
CPSR2_Observation(const char *header=0)
Construct from a CPSR2 ASCII header block.
Definition:
CPSR2_Observation.C:16
Signal::Intensity
Intensity
dsp::version
const float version
The baseband/dsp version number.
Definition:
dsp.C:19
Generated using
doxygen
1.8.17