Array_Type ds9_get_array()
Array_Type ds9_get_array( handle )
Returns the image being displayed in the current DS9 frame, as a 2D S-Lang array of pixel values. The array will be of dimension and type reflecting the BITPIX value of the image.
By default DS9 returns pixel arrays in FITS (big-endian) format. This routine will transparently byteswap its return value, when necessary, to match the calling platform.
- ds9
-
ds9_center,
ds9_clear,
ds9_get_cmap,
ds9_get_coords,
ds9_get_crosshair,
ds9_get_file,
ds9_get_regions,
ds9_get_scale,
ds9_get_zoom,
ds9_launch,
ds9_pan,
ds9_put_array,
ds9_put_crosshair,
ds9_put_file,
ds9_put_regions,
ds9_put_wcs,
ds9_put_wcs_keys,
ds9_put_wcs_struct,
ds9_quit,
ds9_set_cmap,
ds9_set_scale,
ds9_set_zoom,
ds9_view
- modules
-
ds9
|