Searched refs:astGetObsAlt (Results 1 – 7 of 7) sorted by relevance
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/ |
H A D | specframe.c | 1070 !EQUAL( astGetObsAlt( this ), astGetObsAlt( that ) ) || in EqualSor() 2688 astSetObsAlt( align_target, astGetObsAlt( target ) ); in MakeSpecMapping() 2698 astSetObsAlt( align_result, astGetObsAlt( result ) ); in MakeSpecMapping() 4342 alt = astGetObsAlt( this ); in SorConvert() 4385 alt = astGetObsAlt( that ); in SorConvert()
|
H A D | skyframe.c | 1571 orig = astGetObsAlt( this ); in ClearObsAlt() 1579 if( fabs( orig - astGetObsAlt( this ) ) > 0.001 ) { in ClearObsAlt() 3609 palGeoc( astGetObsLat( this ), astGetObsAlt( this ), &uau, &vau ); in GetDiurab() 3690 astGetObsLat( this ), astGetObsAlt( this ), in GetLAST() 8912 astGetObsLat( this ), astGetObsAlt( this ), in SetLast() 8964 orig = astGetObsAlt( this ); in SetObsAlt()
|
H A D | timeframe.c | 3127 args[ 3 ] = this ? astGetObsAlt( this ) : 0.0; in MakeMap() 3408 astGetObsAlt( target ) != astGetObsAlt( result ) ); in MakeTimeMapping()
|
H A D | cmpframe.c | 3804 result = astGetObsAlt( this->frame1 ); in GetObsAlt() 3809 result = astGetObsAlt( this->frame2 ); in GetObsAlt() 3814 result = astGetObsAlt( this->frame1 ); in GetObsAlt()
|
H A D | frame.h | 1385 #define astGetObsAlt(this) \ macro
|
H A D | frame.c | 4896 dval = astGetObsAlt( this ); in GetAttrib() 13841 dval = set ? GetObsAlt( this, status ) : astGetObsAlt( this ); in Dump()
|
H A D | fitschan.c | 27812 h = astGetObsAlt( skyfrm ); in SkySys() 28572 h = astGetObsAlt( specfrm ); in SpectralAxes()
|