Changeset 3830 in Sophya for trunk/Cosmo/RadioBeam/fgndsub.h
- Timestamp:
- Aug 4, 2010, 1:59:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/RadioBeam/fgndsub.h
r3789 r3830 29 29 int CleanNegatives(TF seuil=1.e-6); 30 30 int CleanPointSources(double nsigmas=5.); 31 TArray< TF > extractLSSCube(TArray< TF >& synctemp, TArray< TF >& specidx); 31 // Ajustement d'une droite (a x + b) sur ln(Temp) = f(ln(Freq)) 32 TArray< TF > extractLSSCubeP1(TArray< TF >& synctemp, TArray< TF >& specidx); 33 // Ajustement d'une parabole (a x^2 + b x + c) sur ln(Temp) = f(ln(Freq)) 34 TArray< TF > extractLSSCubeP2(TArray< TF >& synctemp, TArray< TF >& specidx); 32 35 33 36 Four2DResponse& arrep_; // Array/Instrument beam response
Note:
See TracChangeset
for help on using the changeset viewer.