Home
last modified time | relevance | path

Searched defs:lbnd_in (Results 1 – 4 of 4) sorted by relevance

/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dmapping.h719 #define astRebinD(this,wlim,ndim_in,lbnd_in,ubnd_in,in,in_var,interp,params,flags,tol,maxpix,badval… argument
721 #define astRebinF(this,wlim,ndim_in,lbnd_in,ubnd_in,in,in_var,interp,params,flags,tol,maxpix,badval… argument
723 #define astRebinI(this,wlim,ndim_in,lbnd_in,ubnd_in,in,in_var,interp,params,flags,tol,maxpix,badval… argument
731 #define astResampleD(this,ndim_in,lbnd_in,ubnd_in,in,in_var,interp,finterp,params,flags,tol,maxpix,… argument
733 #define astResampleF(this,ndim_in,lbnd_in,ubnd_in,in,in_var,interp,finterp,params,flags,tol,maxpix,… argument
735 #define astResampleL(this,ndim_in,lbnd_in,ubnd_in,in,in_var,interp,finterp,params,flags,tol,maxpix,… argument
739 #define astResampleI(this,ndim_in,lbnd_in,ubnd_in,in,in_var,interp,finterp,params,flags,tol,maxpix,… argument
743 #define astResampleK(this,ndim_in,lbnd_in,ubnd_in,in,in_var,interp,finterp,params,flags,tol,maxpix,… argument
747 #define astResampleS(this,ndim_in,lbnd_in,ubnd_in,in,in_var,interp,finterp,params,flags,tol,maxpix,… argument
771 #define astMapBox(this,lbnd_in,ubnd_in,forward,coord_out,lbnd_out,ubnd_out,xl,xu) \ argument
[all …]
H A Dmapping.c6990 const double lbnd_in[], const double ubnd_in[], in MapBox()
10010 const int *lbnd_in, const int *ubnd_in, in RebinAdaptively()
10462 int ndim_in, const int *lbnd_in, const int *ubnd_in, in RebinSection()
12369 int ndim_in, const int *lbnd_in, in RebinWithBlocking()
14480 const int *lbnd_in, const int *ubnd_in, in ResampleSection()
15552 const int *lbnd_in, const int *ubnd_in, in ResampleWithBlocking()
20309 const int *lbnd_in, const int *ubnd_in, in TranGridAdaptively()
20621 int ndim_in, const int *lbnd_in, in TranGridSection()
21097 int ndim_in, const int *lbnd_in, in TranGridWithBlocking()
23609 const double lbnd_in[], const double ubnd_in[], int forward, in astMapBox_()
[all …]
H A Dast.h888 #define astRebinD(this,wlim,ndim_in,lbnd_in,ubnd_in,in,in_var,interp,params,flags,tol,maxpix,badval… argument
889 #define astRebinF(this,wlim,ndim_in,lbnd_in,ubnd_in,in,in_var,interp,params,flags,tol,maxpix,badval… argument
890 #define astRebinI(this,wlim,ndim_in,lbnd_in,ubnd_in,in,in_var,interp,params,flags,tol,maxpix,badval… argument
894 #define astResampleD(this,ndim_in,lbnd_in,ubnd_in,in,in_var,interp,finterp,params,flags,tol,maxpix,… argument
895 #define astResampleF(this,ndim_in,lbnd_in,ubnd_in,in,in_var,interp,finterp,params,flags,tol,maxpix,… argument
896 #define astResampleL(this,ndim_in,lbnd_in,ubnd_in,in,in_var,interp,finterp,params,flags,tol,maxpix,… argument
898 #define astResampleI(this,ndim_in,lbnd_in,ubnd_in,in,in_var,interp,finterp,params,flags,tol,maxpix,… argument
900 #define astResampleK(this,ndim_in,lbnd_in,ubnd_in,in,in_var,interp,finterp,params,flags,tol,maxpix,… argument
902 #define astResampleS(this,ndim_in,lbnd_in,ubnd_in,in,in_var,interp,finterp,params,flags,tol,maxpix,… argument
904 #define astResampleB(this,ndim_in,lbnd_in,ubnd_in,in,in_var,interp,finterp,params,flags,tol,maxpix,… argument
[all …]
H A Dfitschan.c18082 static int IsMapLinear( AstMapping *smap, const double lbnd_in[], in IsMapLinear()