Changeset 3986 in Sophya for trunk/Cosmo/RadioBeam/fgndsub.h
- Timestamp:
- May 5, 2011, 7:25:18 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/RadioBeam/fgndsub.h
r3830 r3986 25 25 class ForegroundCleaner { 26 26 public: 27 ForegroundCleaner(Four2DResponse& arrep, Four2DResponse& tbeam, TArray< TF >& skycube );27 ForegroundCleaner(Four2DResponse& arrep, Four2DResponse& tbeam, TArray< TF >& skycube, double maxratio=10.); 28 28 void BeamCorrections(); 29 29 int CleanNegatives(TF seuil=1.e-6); … … 37 37 Four2DResponse& tbeam_; // Target beam to which would be corrected using BeamCorrections() 38 38 TArray< TF > skycube_; 39 double maxratio_; 39 40 double dx_, dy_; // taille des pixels (radians) de skycube 40 41 double freq0_, dfreq_; // 1ere frequence et bin en frequence de skycube_;
Note:
See TracChangeset
for help on using the changeset viewer.