Searched refs:DSBSpecFrame (Results 1 – 12 of 12) sorted by relevance
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/ |
H A D | dsbspecframe.c | 152 #define astCLASS DSBSpecFrame 219 astMAKE_INITGLOBALS(DSBSpecFrame) 222 #define class_init astGLOBAL(DSBSpecFrame,Class_Init) 223 #define class_vtab astGLOBAL(DSBSpecFrame,Class_Vtab) 225 #define getlabel_buff astGLOBAL(DSBSpecFrame,GetLabel_Buff) 2546 astMAKE_CLEAR(DSBSpecFrame,IF,ifr,AST__BAD) in astMAKE_CLEAR() 2548 astMAKE_SET(DSBSpecFrame,IF,double,ifr,value) in astMAKE_CLEAR() 2549 astMAKE_TEST(DSBSpecFrame,IF,( this->ifr != AST__BAD )) in astMAKE_CLEAR() 2588 astMAKE_CLEAR(DSBSpecFrame,SideBand,sideband,BADSB) in astMAKE_CLEAR() 2773 astMAKE_ISA(DSBSpecFrame,SpecFrame) in astMAKE_ISA() argument [all …]
|
H A D | dsbspecframe.h | 149 astPROTO_CHECK(DSBSpecFrame) /* Check class membership */ 150 astPROTO_ISA(DSBSpecFrame) /* Test class membership */ 219 #define astCheckDSBSpecFrame(this) astINVOKE_CHECK(DSBSpecFrame,this,0) 220 #define astVerifyDSBSpecFrame(this) astINVOKE_CHECK(DSBSpecFrame,this,1) 223 #define astIsADSBSpecFrame(this) astINVOKE_ISA(DSBSpecFrame,this)
|
H A D | loader.c | 128 LOAD(DSBSpecFrame); in astGetLoader()
|
H A D | globals.h | 156 AstDSBSpecFrameGlobals DSBSpecFrame; member
|
H A D | globals.c | 165 INIT( DSBSpecFrame ); in astGlobalsInit_()
|
H A D | ast.news | 483 - The DSBSpecFrame class now reports an error if the local oscillator 693 TimeFrame, SpecFrame, DSBSpecFrame or FluxFrame). That is, if an instance 704 - The DSBSpecFrame class has a new attribute called AlignSB that 747 - The SideBand attribute of the DSBSpecFrame class can now take the 749 DSBSpecFrame to represent the offset from the local oscillator frequency,
|
H A D | ast_par.source | 318 * DSBSpecFrame class.
|
H A D | ast.h | 3008 astPROTO_CHECK(DSBSpecFrame) 3009 astPROTO_ISA(DSBSpecFrame) 3012 #define astCheckDSBSpecFrame(this) astINVOKE_CHECK(DSBSpecFrame,this,0) 3013 #define astVerifyDSBSpecFrame(this) astINVOKE_CHECK(DSBSpecFrame,this,1) 3015 #define astIsADSBSpecFrame(this) astINVOKE_ISA(DSBSpecFrame,this)
|
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ |
H A D | META.yml | 45 Starlink::AST::DSBSpecFrame:
|
H A D | README | 126 + Support for DSBSpecFrame
|
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/lib/Starlink/ |
H A D | AST.pm | 1030 package Starlink::AST::DSBSpecFrame;
|
H A D | AST.xs | 1153 MODULE = Starlink::AST PACKAGE = Starlink::AST::DSBSpecFrame
|