![]() |
Using DSS Sources |
![]() |
Sometimes, the field covered by
an image
does not contain enough stars from the
HST Guide Star Catalog to fit a world coordinate
system. For the image at the left with this header
NAXIS1 = 251 NAXIS2 = 239 DEC = -25:15:01.90 RA = 5:47:56.50 PLTSCALE= 1.16 EPOCH = 2000.imgsc only finds two stars: $ > imgsc -v i17h.fits 6494.1679 5:47:46.414 -25:15:18.83 12.03 243.5 104.9 0 6494.1659 5:47:58.613 -25:12:55.80 14.24 100.8 228.2 0 |
In such a case, imsize can be used to get the nominal region of the sky covered by the image:
$ > imsize -d i17h.fits i17h 5 47 56.500 -25 15 01.90 4.833 4.601
![]() |
By piping this output to the Digitized Sky Survey extraction program,
getimage, a FITS
image covering the
nominal field of the telescope image can be extracted:
$ imsize -d i17h.fits | rsh saturn /sat0/jshaw/getimage/getimage |
imstar is used to make a
Starbase catalog
of the
sources in the DSS image,
with positions computed using the world coordinate system in the DSS
image header.
$ > imstar -vhi 7000 i17h.dss.fitsThe image catalog produced, i17h.dss.fits.stars, is then used as a reference catalog to fit a world coordinate system to the telescope image. |
![]() |
Click on image for larger version |
$ > imwcs -wv -i 100 -c i17h.dss.fits.stars i17h.fits