20 #define COORDINATES "Geographic" 27 #define DISPLAY_WORLD_MAP 32 #define SGRA_NAME "SgrA*" 33 #define SGRA_DEC -29.11667 34 #define SGRA_RA 266.41667 37 #define SGR1806_NAME "SGR_1806_20" 38 #define SGR1806_DATE "2004-12-27 21:30:26.68 UTC Mon" 39 #define SGR1806_GPS_TIME 788218239.68 40 #define SGR1806_RA 270.095 41 #define SGR1806_DEC (90-(-20.41666)) 78 cout << ifo[0] <<
" " << ifo[1] << endl;
82 sprintf(ifostr,
"%s %s",ifostr,ifo[
n].Data());
95 gNET->
setDelay(const_cast<char*>(ifo[0].Data()));
101 #ifdef DISPLAY_WORLD_MAP 110 gNET->SetTitle(title);
119 for(
int n=0;n<
nIFO;n++) theta[n]=gNET->
GetSite(ifo[n],
"theta");
120 for(
int n=0;n<
nIFO;n++) phi[n]=gNET->
GetSite(ifo[n],
"theta");
122 double Tphi[3]={22,-4,-25};
123 double Ttheta[3]={44.25,30.25,53.58};
125 gSM->
DrawText(Tphi[0], Ttheta[0],
"AURIGA", 0.04, kBlack);
126 gSM->
DrawText(Tphi[1], Ttheta[1],
"NAUTILUS", 0.04, kBlack);
145 gSM->
DrawMarker(sphi,stheta, 29, 2.0, kBlack);
151 double dTau=gNET->
GetDelay(ifo[0],ifo[1]);
152 cout<<
"maximum time delay between detectors: "<<mTau<<endl;
153 cout<<
" maximum time delay difference: "<<dTau<<endl;
156 cout <<
"Write : " << ofileName << endl;
157 gSM->
Print(ofileName);
void DrawO1N1E1(bool draw_sensitivity=true)
void setAntenna(detector *)
param: detector (use theta, phi index array)
void DrawAntennaPattern(int polarization=-1, int dpaletteId=0, bool btitle=true, int order=6)
double GetSite(TString ifo, TString type="")
void DrawMarker(double phi, double theta, int marker, Size_t msize=1, Color_t tcolor=1)
void DrawText(double phi, double theta, TString text, double tsize=0.04, Color_t tcolor=1)
void setSkyMaps(double sms, double t1, double t2, double p1, double p2)
void SetGalacticDiskColor(Color_t colorGalacticDisk=kBlack)
void DrawSites(Color_t mcolor=kBlack, Size_t msize=2.0, Style_t mstyle=20)
void SetGalacticDisk(double gpsGalacticDisk=0.0)
double RA2phi(double ph, double gps)
void setDelay(const char *="L1")
double GetDelay(TString ifo1, TString ifo2, double phi, double theta)
void SetWorldMap(bool drawWorldMap=true)
void CwbToGeographic(double ilongitude, double ilatitude, double &olongitude, double &olatitude)
sprintf(tfres,"(1/%g)x(%g) (sec)x(Hz)", 2 *df, df)
void Print(TString pname)
void SetOptions(TString projection="hammer", TString coordinate="Geographic", double resolution=1, bool goff=false)