Last change
on this file since 3128 was 2767, checked in by WataruKawasaki, 12 years ago |
New Development: Yes
JIRA Issue: Yes CAS-4794
Ready for Test: Yes
Interface Changes: No
What Interface Changed:
Test Programs:
Put in Release Notes: No
Module(s): sd
Description: functions to apply/write STBaselineTable in which baseline parameters stored.
|
File size:
657 bytes
|
Line | |
---|
1 | //
|
---|
2 | // C++ Interface: STBaselineEnum
|
---|
3 | //
|
---|
4 | // Description:
|
---|
5 | //
|
---|
6 | // Apply any apply tables to target data.
|
---|
7 | //
|
---|
8 | // Author: Wataru Kawasaki <wataru.kawasaki@nao.ac.jp> (C) 2013
|
---|
9 | //
|
---|
10 | // Copyright: See COPYING file that comes with this distribution
|
---|
11 | //
|
---|
12 | //
|
---|
13 | #ifndef ASAP_BASELINE_ENUM_H
|
---|
14 | #define ASAP_BASELINE_ENUM_H
|
---|
15 |
|
---|
16 | #include <casa/BasicSL/String.h>
|
---|
17 | #include <casa/Utilities/CountedPtr.h>
|
---|
18 |
|
---|
19 | namespace asap {
|
---|
20 |
|
---|
21 | /**
|
---|
22 | Apply any apply tables to target data
|
---|
23 |
|
---|
24 | @author Wataru Kawasaki
|
---|
25 | @date $Date:$
|
---|
26 | @version $Revision:$
|
---|
27 | */
|
---|
28 | class STBaselineFunc {
|
---|
29 | public:
|
---|
30 | enum FuncName {Polynomial = 1,
|
---|
31 | CSpline,
|
---|
32 | Sinusoid,
|
---|
33 | Chebyshev};
|
---|
34 | };
|
---|
35 |
|
---|
36 | }
|
---|
37 |
|
---|
38 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.