Add time range

This commit is contained in:
Cees Bassa 2014-09-17 16:42:16 +02:00
parent 7a7bdf5d24
commit b8e38b215d

View file

@ -368,7 +368,7 @@ int circular_fit(void)
orb.satno=d.p[0].satno;
orb.eqinc=0.5*M_PI;
orb.ascn=0.0;
orb.ecc=0.0;
orb.ecc=0.0001;
orb.argp=0.0;
orb.mnan=0.0;
orb.rev=14.0;
@ -618,8 +618,14 @@ int main(int argc,char *argv[])
}
}
// Plot MJD
cpgsvp(0.1,0.9,0.2,0.3);
cpgswin(mjdmin,mjdmax,-1.0,1.0);
cpgbox("BCTSN",0.,0,"BC",0.,0);
cpglab("Right Ascension","Declination"," ");
// Plot map
cpgsvp(0.1,0.9,0.2,0.9);
cpgsvp(0.1,0.9,0.4,0.9);
cpgswin(xmax,xmin,ymin,ymax);
cpgbox("BCTSN",0.,0,"BCTSN",0.,0);
cpglab("Right Ascension","Declination"," ");
@ -848,7 +854,7 @@ int main(int argc,char *argv[])
if (elset==0) {
orb.eqinc=0.5*M_PI;
orb.ascn=0.0;
orb.ecc=0.0;
orb.ecc=0.0001;
orb.argp=0.0;
orb.mnan=0.0;
orb.rev=14.0;
@ -866,7 +872,7 @@ int main(int argc,char *argv[])
} else if (elset==2) {
orb.eqinc=10.0*D2R;
orb.ascn=0.0;
orb.ecc=0.0;
orb.ecc=0.0001;
orb.argp=0.0;
orb.mnan=0.0;
orb.rev=1.0027;