Changeset 1427 for trunk/external/atnf/PKSIO/PKSMBrecord.cc
- Timestamp:
- 07/04/08 13:23:49 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/external/atnf/PKSIO/PKSMBrecord.cc
r1325 r1427 2 2 //# PKSMBrecord.cc: Class to store an MBFITS single-dish data record. 3 3 //#--------------------------------------------------------------------------- 4 //# Copyright (C) 2000-200 64 //# Copyright (C) 2000-2008 5 5 //# Mark Calabretta, ATNF 6 6 //# … … 27 27 //# AUSTRALIA 28 28 //# 29 //# $Id: PKSMBrecord.cc,v 19. 6 2006/07/05 04:52:07 mcalabreExp $29 //# $Id: PKSMBrecord.cc,v 19.7 2008-06-26 02:10:21 cal103 Exp $ 30 30 //#--------------------------------------------------------------------------- 31 31 //# The PKSMBrecord class stores an MBFITS single-dish data record. … … 53 53 raRate = 0.0f; 54 54 decRate = 0.0f; 55 rateAge = 0; 55 56 nIF = 0; 56 57 } … … 226 227 // Beam-dependent parameters. 227 228 beamNo = other.beamNo; 228 ra = other.ra; 229 dec = other.dec; 230 raRate = other.raRate; 231 decRate = other.decRate; 229 ra = other.ra; 230 dec = other.dec; 231 raRate = other.raRate; 232 decRate = other.decRate; 233 rateAge = other.rateAge; 234 rateson = other.rateson; 232 235 233 236 // IF-dependent parameters. … … 343 346 // Beam-dependent parameters. 344 347 beamNo = other.beamNo; 345 ra = other.ra; 346 dec = other.dec; 347 raRate = other.raRate; 348 decRate = other.decRate; 348 ra = other.ra; 349 dec = other.dec; 350 raRate = other.raRate; 351 decRate = other.decRate; 352 rateAge = other.rateAge; 353 rateson = other.rateson; 349 354 350 355 // IF-dependent parameters.
Note:
See TracChangeset
for help on using the changeset viewer.