Starlink-AST
view release on metacpan or search on metacpan
ast/src/fitschan.c view on Meta::CPAN
if( coord_in ) *coord_in = ins[ 0 ];
/* If so, invert the map so that it goes from pixel to wcs. Here on we
use "map" in place of the supplied Mapping "smap", so modify the other
supplied arguments so that they refer to the single output of "map". */
astInvert( map );
lbnd_in += ins[ 0 ];
ubnd_in += ins[ 0 ];
coord_out = 0;
/* If the output was fed by more than one input, annul the split mapping
and use the supplied nmapping. */
} else {
(void) astAnnul( map );
map = astClone( smap );
}
ins = astFree( ins );
/* If the supplied Mapping could not be split, use the supplied nmapping. */
} else {
map = astClone( smap );
( run in 0.749 second using v1.01-cache-2.11-cpan-71847e10f99 )