Home
last modified time | relevance | path

Searched refs:AltAz (Results 1 – 25 of 106) sorted by relevance

12345

/dports/devel/indi/indi-1.9.1/examples/tutorial_seven/
H A Dsimple_telescope_simulator.cpp103 INDI::IHorizontalCoordinates AltAz { 0, 0 }; in Goto() local
139 if ((AltAz.altitude > 90.0) || (AltAz.altitude < -90.0)) in Goto()
147 if ((AltAz.azimuth > 360.0) || (AltAz.azimuth < -360.0)) in Goto()
154 if (AltAz.azimuth < 0.0) in Goto()
157 AltAz.azimuth = 360.0 + AltAz.azimuth; in Goto()
161 AltAz.azimuth); in Goto()
346 INDI::IHorizontalCoordinates AltAz { 0, 0 }; in Sync() local
639 if ((AltAz.altitude > 90.0) || (AltAz.altitude < -90.0)) in TimerHit()
647 if ((AltAz.azimuth > 360.0) || (AltAz.azimuth < -360.0)) in TimerHit()
654 if (AltAz.azimuth < 0.0) in TimerHit()
[all …]
/dports/devel/indi/indi-1.9.1/drivers/telescope/
H A DskywatcherAPIMount.cpp213 INDI::IHorizontalCoordinates AltAz { 0, 0 }; in Goto() local
219 AltitudeAzimuthFromTelescopeDirectionVector(TDV, AltAz); in Goto()
252 …DegreesToMicrosteps(AXIS2, AltAz.altitude), AltAz.azimuth, DegreesToMicrosteps(AXIS1, AltAz.azimut… in Goto()
736 INDI::IHorizontalCoordinates AltAz { 0, 0 }; in ReadScopeStatus() local
741 CurrentAltAz = AltAz; in ReadScopeStatus()
746 getCurrentRADE(AltAz, rade); in ReadScopeStatus()
838 INDI::IHorizontalCoordinates AltAz { 0, 0 }; in Sync() local
845 OrigAlt = AltAz.altitude; in Sync()
859 INDI::IHorizontalCoordinates AltAz { 0, 0 }; in Sync() local
986 INDI::IHorizontalCoordinates AltAz { 0, 0 }; in TimerHit() local
[all …]
H A DskywatcherAltAzSimple.cpp158 INDI::IHorizontalCoordinates AltAz { 0, 0 }; in Goto() local
160 AltAz = GetAltAzPosition(ra, dec); in Goto()
162 …DegreesToMicrosteps(AXIS2, AltAz.altitude), AltAz.azimuth, DegreesToMicrosteps(AXIS1, AltAz.azimut… in Goto()
164 AltAz.azimuth, in Goto()
165 … DegreesToMicrosteps(AXIS2, AltAz.altitude), DegreesToMicrosteps(AXIS1, AltAz.azimuth)); in Goto()
938 INDI::IHorizontalCoordinates AltAz { 0, 0 }; in ReadScopeStatus() local
947 CurrentAltAz = AltAz; in ReadScopeStatus()
956 RaDec = GetRaDecPosition(AltAz.altitude, AltAz.azimuth); in ReadScopeStatus()
962 AltAz.altitude, AltAz.azimuth, CurrentEncoders[AXIS2] - ZeroPositionEncoders[AXIS2], in ReadScopeStatus()
997 AltAz = GetAltAzPosition(ra, dec); in Sync()
[all …]
H A Ddsc.cpp411 INDI::IHorizontalCoordinates AltAz { 0, 0 }; in Sync() local
421 AltAz.azimuth = encoderHorizontalCoordinates.azimuth; in Sync()
422 AltAz.altitude = encoderHorizontalCoordinates.altitude; in Sync()
432 NewEntry.TelescopeDirection = TelescopeDirectionVectorFromAltitudeAzimuth(AltAz); in Sync()
/dports/astro/py-astropy/astropy-5.0/astropy/coordinates/builtin_frames/
H A Dicrs_observed_transforms.py17 from .altaz import AltAz
23 @frame_transform_graph.transform(FunctionTransformWithFiniteDifference, ICRS, AltAz)
44 if isinstance(observed_frame, AltAz):
57 @frame_transform_graph.transform(FunctionTransformWithFiniteDifference, AltAz, ICRS)
68 if isinstance(observed_coo, AltAz):
103 frame_transform_graph._add_merged_transform(AltAz, ICRS, AltAz)
H A Dcirs_observed_transforms.py17 from .altaz import AltAz
23 @frame_transform_graph.transform(FunctionTransformWithFiniteDifference, CIRS, AltAz)
43 if isinstance(observed_frame, AltAz):
62 @frame_transform_graph.transform(FunctionTransformWithFiniteDifference, AltAz, CIRS)
69 if isinstance(observed_coo, AltAz):
H A D__init__.py34 from .altaz import AltAz
H A Daltaz.py77 class AltAz(BaseCoordinateFrame): class
/dports/devel/indi/indi-1.9.1/libs/indibase/alignment/
H A Dalignment_white_paper.md180 struct ln_hrz_posn AltAz;
211 struct ln_hrz_posn AltAz;
288 struct ln_hrz_posn AltAz;
386 if ((AltAz.alt > 90.0) || (AltAz.alt < -90.0))
394 if ((AltAz.az > 360.0) || (AltAz.az < -360.0))
404 AltAz.az = 360.0 + AltAz.az;
503 ln_hrz_posn AltAz;
559 if ((AltAz.alt > 90.0) || (AltAz.alt < -90.0))
567 if ((AltAz.az > 360.0) || (AltAz.az < -360.0))
574 if (AltAz.az < 0.0)
[all …]
H A DAlignmentSubsystemForDrivers.cpp175 INDI::IHorizontalCoordinates AltAz {range360(mountAz), range360(mountAlt)}; in AddAlignmentEntryAltAz() local
177 TelescopeDirectionVector TDV = TelescopeDirectionVectorFromAltitudeAzimuth(AltAz); in AddAlignmentEntryAltAz()
/dports/astro/py-astropy/astropy-5.0/astropy/coordinates/tests/accuracy/
H A Dtest_altaz_icrs.py12 from astropy.coordinates.builtin_frames import AltAz
62 altaz_frame = AltAz(obstime=obstime, location=location,
64 altaz_frame_noatm = AltAz(obstime=obstime, location=location,
122 altaz_frame = AltAz(obstime=obstime, location=location,
152 altaz_frame = AltAz(obstime=obstime, location=location)
177 altaz_frame = AltAz(obstime=obstime, location=location,
/dports/devel/indi/indi-1.9.1/test/alignment/
H A Dtest_alignment.cpp68 INDI::IHorizontalCoordinates AltAz; in TEST() local
69 AltAz.altitude = range360(alt); in TEST()
70 AltAz.azimuth = range360(az); in TEST()
71 TelescopeDirectionVector TDV = s.TelescopeDirectionVectorFromAltitudeAzimuth(AltAz); in TEST()
78 ASSERT_DOUBLE_EQ(AltAz.altitude, AltAzResult.altitude); in TEST()
79 ASSERT_DOUBLE_EQ(AltAz.azimuth, AltAzResult.azimuth); in TEST()
/dports/astro/py-astropy/astropy-5.0/astropy/coordinates/tests/
H A Dtest_erfa_astrom.py7 from astropy.coordinates import EarthLocation, AltAz, GCRS, SkyCoord, CIRS
51 altaz = AltAz(location=location, obstime=obstime)
86 altaz = AltAz(location=fact, obstime=obstime)
100 from astropy.coordinates import SkyCoord, EarthLocation, AltAz
121 aa_frame = AltAz(obstime=times[:, np.newaxis], location=lst1)
H A Dtest_icrs_observed_transformations.py11 EarthLocation, ICRS, CIRS, AltAz, HADec, SkyCoord)
29 aa_frame = AltAz(obstime=obstime, location=observer)
32 trans = frame_transform_graph.get_transform(ICRS, AltAz).transforms
H A Dtest_iau_fullstack.py13 from astropy.coordinates.builtin_frames import ICRS, AltAz
30 altazframe = AltAz(location=EarthLocation(lat=0*u.deg, lon=0*u.deg, height=0*u.m),
83 altazframe = AltAz(obstime=fullstack_times, location=fullstack_locations,
176 SkyCoord(1*u.deg, 2*u.deg).transform_to(AltAz(location=location, obstime=t))
H A Dtest_regression.py18 AltAz, EarthLocation, SkyCoord, get_sun, ICRS,
72 aa = AltAz(location=loc, obstime=time)
108 aa = AltAz(location=location, obstime=time)
140 aa = AltAz(location=EarthLocation(lat=45*u.deg, lon=0*u.deg), obstime='2010-1-1')
319 altaz_frames = [AltAz(obstime=time, location=h) for h in homes]
351 aaf = AltAz(obstime=time, location=el)
393 aa = gcrs_topo.transform_to(AltAz(obstime=t, location=home))
597 @baseframe.frame_transform_graph.transform(FunctionTransform, MyFrame, AltAz)
H A Dtest_intermediate_transformations.py17 EarthLocation, get_sun, ICRS, GCRS, CIRS, ITRS, AltAz, HADec,
160 altazframe = AltAz(location=loc, obstime=Time('J2005'))
282 aaframe = AltAz(obstime=times, location=loc)
369 totest_frames = [AltAz(location=EarthLocation(-90*u.deg, 65*u.deg),
371 AltAz(location=EarthLocation(120*u.deg, -35*u.deg),
373 AltAz(location=EarthLocation(-90*u.deg, 65*u.deg),
375 AltAz(location=EarthLocation(-90*u.deg, 65*u.deg),
377 AltAz(location=EarthLocation(120*u.deg, -35*u.deg),
660 altaz = AltAz(location=location, obstime=t)
804 aa = cirs_topo.transform_to(AltAz(obstime=t, location=home))
[all …]
H A Dtest_skyoffset_transformations.py9 from astropy.coordinates.builtin_frames import ICRS, FK5, Galactic, AltAz, SkyOffsetFrame
18 origin1 = AltAz(0 * u.deg, 0*u.deg, obstime=Time("2000-01-01T12:00:00"),
24 origin2 = AltAz(0 * u.deg, 0*u.deg, obstime=Time("2000-01-01T11:00:00"),
33 origin3 = AltAz(0 * u.deg, 90*u.deg, obstime=Time("2000-01-01T12:00:00"),
344 altaz_frame = AltAz(obstime=Time('2020-04-22T13:00:00Z'),
H A Dtest_frames.py34 AltAz,
224 a = AltAz(1*u.deg, 2*u.deg)
259 AltAz(obstime=Time('2012-01-01') + np.arange(10.) * u.day,
459 aa = AltAz(alt=1*u.deg, az=2*u.deg, obstime=Time('J2000'))
745 aa = AltAz(1*u.deg, 2*u.deg)
749 aa2 = AltAz(1*u.deg, 2*u.deg, obstime='J2000')
1101 el1 = AltAz(location=el).location
1108 el2 = AltAz(location=it).location
1120 el3 = AltAz(location=gc).location
1152 aa1 = AltAz()
[all …]
H A Dtest_transformations.py10 from astropy.coordinates.builtin_frames import ICRS, FK5, FK4, FK4NoETerms, Galactic, AltAz, HCRS
404 aaf = AltAz(obstime='J2010', location=loc)
405 aaf2 = AltAz(obstime=aaf.obstime + 3*u.day, location=loc)
406 aaf3 = AltAz(obstime=aaf.obstime + np.arange(3)*u.day, location=loc)
407 aaf4 = AltAz(obstime=aaf.obstime, location=loc)
/dports/astro/py-astropy/astropy-5.0/examples/coordinates/
H A Dplot_obs-planning.py50 from astropy.coordinates import SkyCoord, EarthLocation, AltAz
76 m33altaz = m33.transform_to(AltAz(obstime=time,location=bear_mountain))
89 frame_July13night = AltAz(obstime=midnight+delta_midnight,
115 frame_July12_to_13 = AltAz(obstime=times_July12_to_13, location=bear_mountain)
/dports/astro/py-astropy/astropy-5.0/docs/coordinates/
H A Dcommon_errors.rst35 AltAz calculations for Earth-based objects
40 >>> from astropy.coordinates import EarthLocation, AltAz
47 >>> altaz_frame = AltAz(obstime=t, location=home)
65 >>> from astropy.coordinates import EarthLocation, AltAz, ITRS, CIRS
83 >>> # convert to AltAz
84 >>> aa = cirs_topo.transform_to(AltAz(obstime=t, location=home))
H A Dperformance.inc.rst51 >>> aa_frame = coord.AltAz(obstime=times[:, np.newaxis], location=lapalma)
64 frames (e.g. ``AltAz``) and sky-fixed frames (e.g. ``ICRS``) are the calculation
77 >>> from astropy.coordinates import SkyCoord, EarthLocation, AltAz
88 >>> frame = AltAz(obstime=obstime, location=location)
117 ``ICRS`` to ``AltAz`` and evaluate precision and runtime for different values
130 from astropy.coordinates import SkyCoord, EarthLocation, AltAz
147 altaz = AltAz(obstime=t, location=location)
H A Dvelocities.rst360 For example, transformations from the `~astropy.coordinates.AltAz` frame can
398 precision. To illustrate this problem, consider the AltAz to GCRS (i.e.,
412 from astropy.coordinates import EarthLocation, AltAz, GCRS
416 aa = AltAz(alt=[45]*1000*u.deg, az=90*u.deg, distance=100*u.au,
435 aa = AltAz(alt=[45]*1000*u.deg, az=90*u.deg, distance=100*u.kpc,
451 >>> from astropy.coordinates import EarthLocation, AltAz, GCRS
455 >>> aa = AltAz(alt=[45]*1000*u.deg, az=90*u.deg, distance=100*u.kpc,
462 >>> from astropy.coordinates import frame_transform_graph, AltAz, CIRS
463 >>> trans = frame_transform_graph.get_transform(AltAz, CIRS).transforms[0]
469 `~astropy.coordinates.AltAz` to `~astropy.coordinates.GCRS`. In general, there
H A Dsatellites.rst101 >>> from astropy.coordinates import EarthLocation, AltAz
103 … >>> aa = teme.transform_to(AltAz(obstime=t, location=siding_spring)) # doctest: +IGNORE_WARNINGS

12345