Searched refs:AstDSBSpecFrame (Results 1 – 6 of 6) sorted by relevance
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/ |
H A D | dsbspecframe.h | 79 typedef struct AstDSBSpecFrame { struct 90 } AstDSBSpecFrame; argument 111 double (* GetIF)( AstDSBSpecFrame *, int * ); 112 int (* TestIF)( AstDSBSpecFrame *, int * ); 113 void (* ClearIF)( AstDSBSpecFrame *, int * ); 116 int (* GetSideBand)( AstDSBSpecFrame *, int * ); 117 int (* TestSideBand)( AstDSBSpecFrame *, int * ); 187 double astGetIF_( AstDSBSpecFrame *, int * ); 188 int astTestIF_( AstDSBSpecFrame *, int * ); 189 void astClearIF_( AstDSBSpecFrame *, int * ); [all …]
|
H A D | dsbspecframe.c | 277 static double GetIF( AstDSBSpecFrame *, int * ); 278 static int TestIF( AstDSBSpecFrame *, int * ); 279 static void ClearIF( AstDSBSpecFrame *, int * ); 341 this = (AstDSBSpecFrame *) this_object; in ClearAttrib() 450 this = (AstDSBSpecFrame *) this_object; in GetAttrib() 583 this = (AstDSBSpecFrame *) this_frame; in GetDomain() 1096 template = (AstDSBSpecFrame *) template_frame; in Match() 1309 this = (AstDSBSpecFrame *) this_object; in SetAttrib() 1775 this = (AstDSBSpecFrame *) this_object; in TestAttrib() 2718 this = (AstDSBSpecFrame *) this_object; in astMAKE_CLEAR() [all …]
|
H A D | ast.h | 2998 typedef struct AstDSBSpecFrame { struct 3007 } AstDSBSpecFrame; argument 3011 AstDSBSpecFrame *astDSBSpecFrameId_( const char *, ... )__attribute__((format(printf,1,2)));
|
H A D | fitschan.c | 1812 static void DSBSetUp( AstFitsChan *, FitsStore *, AstDSBSpecFrame *, char, double, const char *, co… 8059 AstDSBSpecFrame *dsb, char s, double crval, in DSBSetUp() 8112 AstDSBSpecFrame *dsb_src; /* New DSBSpecFrame in which StdOfRest is source */ in DSBSetUp() 8113 AstDSBSpecFrame *dsb_topo;/* New DSBSpecFrame in which StdOfRest is topo */ in DSBSetUp() 28593 imagfreq = astGetImagFreq( (AstDSBSpecFrame *) specfrm ); in SpectralAxes() 37195 DSBSetUp( this, store, (AstDSBSpecFrame *) specfrm, s, in WcsSpectral()
|
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ |
H A D | typemap | 25 AstDSBSpecFrame * T_ASTOBJ
|
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/lib/Starlink/ |
H A D | AST.xs | 111 typedef void AstDSBSpecFrame; typedef 1155 AstDSBSpecFrame *
|