Changes

Jump to: navigation, search

Using QL outputs

356 bytes added, 08:24, 22 December 2016
/* Important Notes */
i.e. in python, to reproduce the same transformation, one would do:<br />
from astropy.io import fits<br />
 
im2D = fits.getdata('image.fits')<br />
fits.writeto('outimage.fits',im2D)<br />
This image could then be used for a fresh extraction using IRAF or the user's preffered package, and will be one-to-one pixel aligned with the [approximate] WLC from the 1D extracted arc.
 
 
In IRAF, the equivalent would be:</ br>
imcopy a0361665[-*,*] test.fits</ br>
imcopy test.fits[99:2146,*] out65.fits</br >
[Note the 1-based indexing]
118
edits