Home
last modified time | relevance | path

Searched refs:x_pixel_offset (Results 1 – 8 of 8) sorted by relevance

/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Ddssmap.c284 if( this_wcs->x_pixel_offset == that_wcs->x_pixel_offset && in Equal()
536 if( !astGetFitsF( fits, name, &ret->x_pixel_offset ) && astOK ){ in BuildWcs()
710 astSetFitsI( ret, "CNPIX1", NINT( wcs->x_pixel_offset ), in DssFits()
1033 cnpix1 = wcs->x_pixel_offset; in MapMerge()
1467 astWriteDouble( channel, "CNPix1", 1, 1, wcs->x_pixel_offset, "X Pixel offset (pixels)" ); in Dump()
1879 wcs->x_pixel_offset = astReadDouble( channel, "cnpix1", AST__BAD ); in astLoadDssMap_()
1880 if( wcs->x_pixel_offset == AST__BAD && astOK ){ in astLoadDssMap_()
2039 x = xpix + wcs->x_pixel_offset - 1.0 + 0.5;
2253 *xpix = x - wcs->x_pixel_offset + 1.0 - 0.5;
H A Ddssmap.h176 double x_pixel_offset; /* X pixel offset of image lower right */ member
/dports/astro/py-astlib/astLib-0.11.7/PyWCSTools/wcssubs-3.9.5/
H A Ddsspos.c73 x = xpix + wcs->x_pixel_offset - 1.0 + 0.5;
293 *xpix = x - wcs->x_pixel_offset + 1.0 - 0.5;
H A Dwcs.i64 double x_pixel_offset; /* X pixel offset of image lower right */ member
H A Dwcs.h68 double x_pixel_offset; /* X pixel offset of image lower right */ member
H A Dwcsinit.c876 hgetr8 (hstring,"CNPIX1",&wcs->x_pixel_offset);
H A Dwcs_wrap.c4886 if (arg1) (arg1)->x_pixel_offset = arg2; in _wrap_WorldCoor_x_pixel_offset_set()
4909 result = (double) ((arg1)->x_pixel_offset); in _wrap_WorldCoor_x_pixel_offset_get()
/dports/astro/py-astlib/astLib-0.11.7/PyWCSTools/
H A Dwcs.py206 …if _newclass:x_pixel_offset = _swig_property(_wcs.WorldCoor_x_pixel_offset_get, _wcs.WorldCoor_x_p…