Changeset 1757 for branches/alma/src/STDefs.h
- Timestamp:
- 06/09/10 19:03:06 (16 years ago)
- Location:
- branches/alma
- Files:
-
- 2 edited
-
. (modified) (2 props)
-
src/STDefs.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/alma
-
Property svn:ignore
set to
.sconf_temp
.sconsign.dblite
-
Property svn:mergeinfo
set to
/branches/asap-3.x 1747-1748,1750-1751
-
Property svn:ignore
set to
-
branches/alma/src/STDefs.h
r1388 r1757 34 34 35 35 namespace asap { 36 enum AxisNo { BeamAxis=0,37 IFAxis,38 PolAxis,39 ChanAxis,40 nAxes};41 36 42 37 enum Instrument {UNKNOWNINST=0, … … 53 48 enum FeedPolType {UNKNOWNFEED, LINEAR, CIRCULAR, N_POL}; 54 49 55 enum WeightType {NONE=0, VAR, TSYS, TINT, TINTSYS, N_WEIGHTTYPES}; 56 57 enum TableType {MEMORY=0, PERSISTENT}; 58 50 enum WeightType {W_NONE=0, W_VAR, W_TSYS, W_TINT, W_TINTSYS, W_N_WEIGHTTYPES}; 59 51 60 52
Note:
See TracChangeset
for help on using the changeset viewer.
