PSR
CHIVE
Ask a Question
Search
PSR
CHIVE:
powered by
FreeFind
Home
Install
Use
Develop
Support
News
Credits
hosted by
Base
Formats
Timer
timer_supp.h
1
/***************************************************************************
2
*
3
* Copyright (C) 2004 by Willem van Straten
4
* Licensed under the Academic Free License version 2.1
5
*
6
***************************************************************************/
7
// psrchive/Base/Formats/Timer/timer_supp.h
8
9
#ifndef __TIMER_SUPP_H
10
#define __TIMER_SUPP_H
11
12
/* As timer.bandb is not used by any of the current software, the space
13
occupied by this structure is being converted into useful storage.
14
As bandb.npol should be set to -1 in all previous files, this value
15
will be used to distinguish between pre-supp and post-supp archives.
16
17
Willem van Straten
18
23 July 04
19
*/
20
21
struct
supp {
22
23
/*
24
* Future versions may use these attributes.
25
*/
26
27
double
unused1;
28
double
unused2;
29
double
unused3;
30
31
double
unused4;
32
double
unused5;
33
double
unused6;
34
35
float
unused7;
36
37
int
unused8;
38
int
unused9;
39
int
unused10;
40
41
float
unused11;
42
float
unused12;
43
int
unused13;
44
45
int
unused14;
46
47
/*
48
* Version -2 attributes
49
*/
50
51
/* Receiver Extension class parameters; stored in degrees */
52
float
X_offset;
53
float
Y_offset;
54
float
calibrator_offset;
55
56
/*
57
* Supplemental version number (note that it is always -ve)
58
*/
59
int
version;
60
61
};
62
63
#endif
Generated using
doxygen
1.8.17