/dports/astro/py-astropy/astropy-5.0/astropy/coordinates/tests/accuracy/data/ |
H A D | rv.ecsv | 8 # - {name: obslat, unit: deg, datatype: float64} 17 # obslat: 20 # value: !astropy.table.SerializedColumn {name: obslat} 50 target.ra target.dec obstime obslon obslat geocent heliocent lsrk lsrd galactoc localgrp
|
/dports/astro/p5-Astro/Astro-0.78/Astro/ |
H A D | Time.pm | 1229 my ($ra, $dec, $obslat, $el_limit) = @_; 1232 $obslat = turn2rad($obslat); 1240 my $z = acos(sin($obslat)*sin($dec) + cos($obslat)*cos($dec)); # Highest point 1245 $z = acos(sin($obslat)*sin($dec) - cos($obslat)*cos($dec)); # Lowest point 1249 my $cos_ha = (cos($z_limit) - sin($obslat)*sin($dec)) 1250 /(cos($obslat)*cos($dec));
|
/dports/astro/wcslib/wcslib-7.7/utils/ |
H A D | sundazel.c | 118 int sundazel(char *mode, double obslng, double obslat, double obstz, 157 double obslng = OBSLNG, obslat = OBSLAT, obstz = OBSTZ; in main() local 208 sscanf(argv[i], "%lf,%lf", &obslng, &obslat); in main() 284 if (sundazel(mode, obslng, obslat, obstz, pole_az, pole_el, zlng, iy, im, in main() 393 double obslat, in sundazel() argument 426 const double COSLAT = cosd(obslat); in sundazel() 427 const double SINLAT = sind(obslat); in sundazel() 432 euler1[1] = 90.0 - obslat; in sundazel()
|
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/ |
H A D | skyframe.c | 1173 double obslat, double obsalt, double dut1, in CalcLAST() argument 1236 result = GetCachedLAST( this, epoch, obslon, obslat, obsalt, dut1, in CalcLAST() 1266 astSetObsLat( tdbframe, obslat ); in CalcLAST() 1267 astSetObsLat( lastframe, obslat ); in CalcLAST() 1287 SetCachedLAST( this, result, epoch0, obslon, obslat, obsalt, dut1, in CalcLAST() 2868 double obslat, double obsalt, double dut1, in GetCachedLAST() argument 2951 if( fabs( table->obslat - obslat ) < 2.0E-7 && in GetCachedLAST() 8638 double obslon, double obslat, double obsalt, in SetCachedLAST() argument 8712 if( fabs( table->obslat - obslat ) < 2.0E-7 && in SetCachedLAST() 8733 table->obslat = obslat; in SetCachedLAST()
|
H A D | specmap.c | 246 double obslat; /* Observers geodetic latitude (rads) */ member 1467 def.obslat = AST__BAD; in FrameChange() 1504 def.obslat = args[ 1 ]; in FrameChange() 1516 def.obslat = args[ 1 ]; in FrameChange() 3564 vobs = 1000.0*Rverot( def->obslat, def->obsalt, raa, deca, def->last, in TopoVel()
|
H A D | skyframe.h | 170 double obslat; /* ObsLat at which LAST values were calculated */ member
|
H A D | timeframe.c | 6593 double obslat; /* Value for ObsLat attribute */ in astLoadTimeFrame_() local 6693 obslat = astReadDouble( channel, "cllat", AST__BAD ); in astLoadTimeFrame_() 6694 if ( obslat != AST__BAD ) astSetObsLat( new, obslat ); in astLoadTimeFrame_()
|
H A D | frame.c | 13174 astMAKE_CLEAR(Frame,ObsLat,obslat,AST__BAD) in MAKE_SET() 13175 astMAKE_GET(Frame,ObsLat,double,0.0,((this->obslat!=AST__BAD)?this->obslat:0.0)) in MAKE_SET() 13176 astMAKE_SET(Frame,ObsLat,double,obslat,value) in MAKE_SET() 13177 astMAKE_TEST(Frame,ObsLat,(this->obslat!=AST__BAD)) in MAKE_SET() 14141 new->obslat = AST__BAD; in astInitFrame_() 14488 new->obslat = astReadDouble( channel, "obslat", AST__BAD ); in astLoadFrame_() 14489 if ( TestObsLat( new, status ) ) SetObsLat( new, new->obslat, status ); in astLoadFrame_()
|
H A D | specframe.c | 6993 double obslat; /* Value for ObsLat attribute */ in astLoadSpecFrame_() local 7098 obslat = astReadDouble( channel, "geolat", AST__BAD ); in astLoadSpecFrame_() 7099 if ( obslat != AST__BAD ) astSetObsLat( new, obslat ); in astLoadSpecFrame_()
|
H A D | frame.h | 609 double obslat; /* Geodetic latitude of observer */ member
|
H A D | ast.h | 2037 double obslat; member 2618 double obslat; member
|