Searched refs:astTranN (Results 1 – 6 of 6) sorted by relevance
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/ |
H A D | cmpmap.c | 1920 astTranN( permmap1, 1, npin, 1, p, 1, npout, 1, q ); in MapMerge() 1924 astTranN( cmpmap2->map1, 1, nin2a, 1, q, 1, nout2a, 1, qa ); in MapMerge() 1925 astTranN( cmpmap2->map2, 1, nin2b, 1, q + nin2a, 1, nout2b, 1, qb ); in MapMerge() 3073 astTranN( c1, 1, nin1, 1, at, 1, nin2, 1, at2 ); in Rate()
|
H A D | mapping.h | 763 #define astTranN(this,npoint,ncoord_in,indim,in,forward,ncoord_out,outdim,out) \ macro
|
H A D | wcsmap.c | 4518 astTranN( wm, 1, npin, 1, p, 0, npin, 1, q ); in WcsPerm() 4559 astTranN( wm, 1, npout, 1, p, 1, npout, 1, q ); in WcsPerm()
|
H A D | switchmap.c | 1207 astTranN( smap, 1, nin, 1, at, 1, 1, 1, &sel ); in Rate()
|
H A D | fitschan.c | 5695 astTranN( fs, 1, 3, 1, xin, 1, 3, 1, xout ); in CLASSFromStore() 6149 astTranN( map3, 1, 2, 1, radec, 1, 2, 1, azel ); in CLASSFromStore() 24656 astTranN( tfs, 1, hii, 1, crval, 1, nax, 1, ret ); in ReadCrval() 30513 astTranN( map, 1, npix, 1, pix_origin, 1, nwcs, 1, iwc_origin ); in SplitMap() 33848 astTranN( *tabmap, 1, naxes, 1, ina, 1, naxes, 1, outa ); in WcsCelestial()
|
H A D | ast.h | 911 #define astTranN(this,npoint,ncoord_in,indim,in,forward,ncoord_out,outdim,out) astINVOKE(V,astTranN… macro
|