#ifndef ptsrcinbandcalctools_H #define ptsrcinbandcalctools_H #include "abscalctool.h" #include "lightptsrclevsinband.h" #include "meanlobe.h" class PtSrcInBandCalTools:public AbsCalcTool { public: PtSrcInBandCalTools(LightPtSrcLevSInBand* pLightSource,MeanFreqLobe* pLob, LevSPanckBand thisBand); ~PtSrcInBandCalTools() { } virtual double compPixel(UnitVector& VP, UnitVector& VY); // Return power on detector (Watt/m2) for this Lobe and band // Pointing at these ccordinates. with this telescope orientation // Exact virtual void print(ostream& ReadMe) { ReadMe<<" La source physique: "<print(ReadMe); ReadMe<<" Le Lobe : "<print(ReadMe); ReadMe<<" Le Filtre: "<Print(ReadMe); ReadMe<