SECTOR

May be used to display the average pixel values within a wedge shaped sector/slice of the image

Description:

May be used to display the average pixel values within a wedge shaped sector/slice of the image. The sector is in the form of a wedge (of user defined size) drawn outward from the galaxy origin point.

The results are displayed as mean pixel value (in terms of level relative to sky or surface brightness) versus distance from the galaxy origin. Pixel count values are summed over all the pixels at a given distance from the origin.

Options include:

The application is not intended to replace ELLPRO or ELLFOU profiling application, but merely to allow the user to obtain quickly a first approximation to the brightness cross-section of an interactively selected galaxy.

Usage:

SECTOR CURSOR ARDFIL BACK SIGMA PSIZE SURF RADISP MIRROR AUTOL ZEROP OUT [IN] [DEVICE] [IMGDEV] [FITLIM] [POSANG] [ANGWID] [RLIM] [SAME] [AGAIN] [ORIGIN] (COLOUR)

Parameters:

AGAIN = _LOGICAL(Read)
Should another profile be attempted?
ANGWID = _REAL (Read)
The angular width of the slice/wedge/sector to be considered. Units degrees.
ARDFIL = _CHAR (Read)
The name of an ARD file to be used to mask out regions of the image that are not to be used.
AUTOL = _LOGICAL
Is a simple method to be applied to get a better estimate of the galaxy centre position? The accuracy of the method used is no better than 1 pixel.
BACK = _REAL (Read)
The background value for the image. Units counts.
COLOUR = _INTEGER (Read)
Colour used when showing the galaxy centre and profiling radius.
CURSOR = _LOGICAL (Read)
Whether the galaxy location is to be identified using the graphics cursor or the keyboard.
DEVICE = _DEVICE (Read)
The name of the display device on which the results graphs should be displayed.
FITLIM = _REAL (Read)
The range of radius values over which the scale length ’fits’ are to be calculated. Units arc seconds.
IMGDEV = _DEVICE (Read)
Name of the graphics device displaying the image.
IN = _NDF (Read)
The name of the source NDF data structure/file.
MIRROR = _LOGICAL (Read)
Whether the summation is to be taken from two sectors/wedges/slices of the same size, but on diametrically opposite sides of the galaxy origin.
ORIGIN = _CHAR (Read)
Image indices for the origin point to be used. Given in the Current coordinate system of the WCS component of IN.
PORIGIN = _CHAR (Read)
Image indices for the origin point to be used, in pixel units. This parameter is present to aid the interface with the GAIA system. It should be regarded as an ‘internal’ parameter, and may disappear or change without notice. If present, the value of this parameter overrides any value specified by the ORIGIN parameter.
OUT = _CHAR (Read)
File name for the output text file containing the profile data.
POSANG = _REAL (Read)
The position angle of the sector relative to the top of the image. Convention is clockwise increases angle and the image Y axis represents 0 degrees. Units degrees.
PSIZE = _REAL (Read)
The size of each pixel in arc seconds. If the image contains a SKY co-ordinate frame this value will be determined automatically.
RADISP = _CHAR (Read)
The display mode used for the radius axis of the graphs.
  • Q=quarter power

  • L=logarithmic

  • S=square root

  • R=linear

RLIM = _INTEGER (Read)
Distance out from the origin at which the sector stops. Values are input as arc seconds, but the program works in pixels. A value of 0 causes the application to automatically select the distance at which to stop.
SAME = _LOGICAL (Read)
Should the graphs be displayed on the same device as the original image?
SIGMA = _REAL (Read)
The standard deviation of the background value. Units counts.
SURF = _LOGICAL (Read)
Are the pixel values to be expressed as surface brightness. If true then the output is surface brightness, otherwise the display shows brightness in terms of sigma above sky. i.e. (I-Back)/SIGMA
ZEROP = _REAL (Read)
Zero point of the scale for surface brightness plots. Units magnitudes per square arc second.

Examples:

sector cursor=true ardfil=^ardup.dat back=6200 sigma=390 psize=0.96 surf=true radisp=r mirror=true autol=true zerop=27.5 out=x2windows device=x2windows imgdev=xwindows same=false

Profiles an object identified on the currently displayed image using a cursor/mouse. The resulting profile is displayed as linear radius versus surface brightness. ARD file ARDUP is used to identify parts of the image that may not be used. The source image is currently displayed on device XWINDOW and the graphs will appear on device X2WINDOW. The galaxy centre co-ordinate identified is refined automatically. The radius limits to be employed when calculating scale length are defined using the cursor/mouse.

sector cursor=false ardfil=^ardfile.dat back=760 sigma=23 surf=true radisp=q mirror=false autol=false zerop=26.4 in=ic3374 out=ic3374.pro device=xwindows fitlim=0,20 posang=25 angwid=5 rlim=25 origin="12:36:53.42 62:12:21.8"

An object located at the co-ordinates indicated on image IC3374 is profiled in the 25 degree direction out to a distance of 25 arc seconds. The Current co-ordinate frame of IC3374 is in the SKY domain. The pixel size in arcseconds is determined automatically from the SKY coordinate frame. The wedge/sector used will be 5 degrees wide and the scale length will be calculated using data obtained in the radius range 0-20 arc seconds. The user supplied estimate of the galaxy centre will not be refined. Output is to the text file ic3374.pro. The graphs generated will be quarter power radius versus surface brightness.