Man page - getpix(1)
Packages contains this manual
- gethead(1)
- isfits(1)
- getfits(1)
- sp2char(1)
- crlf(1)
- setpix(1)
- sky2xy(1)
- sua2(1)
- filext(1)
- bincat(1)
- wcstools(1)
- xy2sky(1)
- isrange(1)
- sethead(1)
- immatch(1)
- keyhead(1)
- filename(1)
- isnum(1)
- imua2(1)
- sgsc(1)
- htmlsp(1)
- delwcs(1)
- wcshead(1)
- imstar(1)
- edhead(1)
- susa2(1)
- delhead(1)
- char2sp(1)
- skycoor(1)
- i2f(1)
- imstack(1)
- isfile(1)
- wcsremap(1)
- imrot(1)
- fileroot(1)
- imusa2(1)
- gettab(1)
- imfill(1)
- sumpix(1)
- addpix(1)
- imgsc(1)
- subpix(1)
- cphead(1)
- simpos(1)
- getdate(1)
- conpix(1)
- imresize(1)
- newfits(1)
- imextract(1)
- imwcs(1)
- scat(1)
- getcol(1)
- imhead(1)
- imsmooth(1)
- imcatalog(1)
- getpix(1)
- imsize(1)
- fixpix(1)
apt-get install wcstools
Manual
getpix
NameSynopsis
Description
Options
Author
Name
getpix -Display FITS or IRAF image values
Synopsis
setpix [-vn] file.fts [x_range y_range value] [@valuefile] getpix [-vp][-n num][-g val][-l val] file.fits x_range y_range getpix [-vp][-n num][-g val][-l val] file.fits x1 y1 x2 y2 ... xn yn getpix [-vp][-n num][-g val][-l val] file.fits @file
Description
Display the values of list of specified pixels or ranges of pixels in a FITS or IRAF 2-D image. Pixel values from a file of x y pairs may be displayed
Options
filename
Name of IRAF image header file or FITS file. This must be present.
@coordfile
File with x y coordinates as first two tokens on lines
xrange yrange
Image coordinate x and y ranges as x1-x2 y1-y2 or lists of x and y coordinates, where x is the horizontal and y is along the vertical axis starting at 1,1 in the lower left corner of the image. If either range is "0", all of the coordinate values along that axis are displayed.
-d number
Set the number of decimal places in displayed pixel values
-e pixel value range
Print range of pixel values in specified image region
-f name
Write specified region to a FITS file
|
-g num |
Keep pixels with values greater than this |
|||
|
-h |
Print file name on line above pixel values |
|||
|
-i |
Ignore first token per line of coordinate file |
|||
|
-l num |
Keep pixels with values less than this |
|||
|
-m |
Print mean of pixel values in specified image region |
|||
|
-n num |
Number of pixel values printed per line |
-o format: Output format in C style without leading %
|
-p |
Label pixel rows and columns |
||
|
-r num |
Radius (<0=box) to extract in degrees/arcsec |
||
|
-s |
Print x y value with no punctuation |
||
|
-t |
Separate columns in table with tabs instead of spaces |
||
|
-v |
Verbose header with more about the image and label pixel coordinates from input list |
||
|
-y |
Display x as rows (vertically) and y as columns (horizontally) |
Author
Jessica Mink, SAO (jmink@cfa.harvard.edu)