Home
last modified time | relevance | path

Searched refs:jdstart (Results 1 – 3 of 3) sorted by relevance

/dports/astro/marble/marble-21.12.3/src/3rdparty/sgp4/
H A Dsgp4io.cpp83 double startsec, stopsec, startdayofyr, stopdayofyr, jdstart, jdstop; in twoline2rv() local
203 jday( startyear,startmon,startday,starthr,startmin,startsec, jdstart ); in twoline2rv()
210 startmfe = (jdstart - satrec.jdsatepoch) * 1440.0; in twoline2rv()
225 jday( startyear,mon,day,hr,minute,sec, jdstart ); in twoline2rv()
229 startmfe = (jdstart - satrec.jdsatepoch) * 1440.0; in twoline2rv()
/dports/multimedia/ppm2fli/ppm2fli-2.1/
H A Daimage.c41 int idstart, idend, jdstart, jdend, isstart, jsstart; in get_image() local
163 jdstart = y_origin; in get_image()
168 jdstart = 0; in get_image()
175 pdest = data + (jdstart * fli_width + idstart); in get_image()
181 for (j=jdstart; j < jdend; j++) in get_image()
/dports/astro/py-sgp4/python-sgp4-2.20/extension/
H A DSGP4.cpp2185 double startsec, stopsec, startdayofyr, stopdayofyr, jdstart, jdstop, jdstartF, jdstopF; in twoline2rv() local
2352 jday_SGP4(startyear, startmon, startday, starthr, startmin, startsec, jdstart, jdstartF); in twoline2rv()
2363 startmfe = (jdstart - satrec.jdsatepoch) * 1440.0 + (jdstartF - satrec.jdsatepochF) * 1440.0; in twoline2rv()
2390 jday_SGP4(startyear, mon, day, hr, minute, sec, jdstart, jdstartF); in twoline2rv()
2394 startmfe = (jdstart - satrec.jdsatepoch) * 1440.0 + (jdstartF - satrec.jdsatepochF) * 1440.0; in twoline2rv()