Changeset 3830 in Sophya for trunk/Cosmo/RadioBeam/fgndsub.h


Ignore:
Timestamp:
Aug 4, 2010, 1:59:10 PM (15 years ago)
Author:
ansari
Message:

Amelioration soustraction des avant-plans par l'introduction d'un fit polynome deg 2 sur ln(Temp)=f(ln(freq)), Reza 04/08/2010

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Cosmo/RadioBeam/fgndsub.h

    r3789 r3830  
    2929  int CleanNegatives(TF seuil=1.e-6);
    3030  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);
    3235
    3336  Four2DResponse& arrep_;   // Array/Instrument beam response
Note: See TracChangeset for help on using the changeset viewer.