Scroll to navigation

MAKEPROFILES(1) User Commands MAKEPROFILES(1)

NAME

MakeProfiles - make standard 2D profiles on an image

SYNOPSIS

astmkprof [OPTION...] [BackgroundImage] Catalog

DESCRIPTION

MakeProfiles is part of GNU Astronomy Utilities 0.2.33-8a3b. MakeProfiles will create a FITS image containing any number of mock astronomical profiles based on an input catalog. All the profiles will be built from the center outwards. First by Monte Carlo integration, then using the central pixel position. The tolerance level specifies when to switch to a latter.

For more information, please run any of the following commands. They will respectively show you the `Invoking MakeProfiles' subsection, the complete `MakeProfiles' section, or the full GNU Astronomy Utilities manual. In particular the first contains a very complete explanation of each option.

info astmkprof
info MakeProfiles
info gnuastro

If you couldn't find your answer in the manual, you can get direct help from experienced Gnuastro users and developers. For more information, please run:

info help-gnuastro

MakeProfiles options:

Input:
-h, --hdu=STR
Extension name or number of input data.
Output:
-C, --inputascanvas
Use input image for output size and WCS.
-D, --dontdelete
Don't delete output if it exists.
-i, --individual
Build all profiles separately.
-K, --keepinputdir
Do not remove input's dir info for output.
-m, --nomerged
Do not create a merged image of all profiles.
-o, --output=STR
Output file or directory name.
--psfinimg
PSF profiles made with all in output image.
-s, --oversample=INT
Scale of oversampling.
-T, --type=STR
byte, short, long, longlong, float, double.
-x, --naxis1=INT
Number of pixels along first FITS axis.
-y, --naxis2=INT
Number of pixels along second FITS axis.
Profiles:
-c, --prepforconv
Shift and expand based on first catalog PSF.
-e, --envseed
Use GSL_RNG_SEED environment variable for seed.
--magatpeak
Magnitude is for peak pixel, not full profile.
-p, --tunitinp
Truncation is in units of pixels, not radius.
-r, --numrandom=INT
No. of random points in Monte Carlo integration.
-R, --replace
Replace overlapping profile pixels, don't add.
-t, --tolerance=FLT
Tolerance to switch to less accurate method.
-w, --circumwidth=FLT
Width of circumference (inward) profiles
-X, --xshift=FLT
Shift profile centers and enlarge image, X axis.
-Y, --yshift=FLT
Shift profile centers and enlarge image, Y axis.
-z, --zeropoint=FLT
Magnitude zero point.
Catalog (column number, starting from zero):
--deccol=INT
Center declination.
--fcol=INT
Sersic (0), Moffat (1), Gaussian (2), Point (3), Flat (4), Circumference (5).
-F, --mforflatpix
mcol is flat pixel value (when f is 4 or 5)
--mcol=INT
Magnitude.
--ncol=INT
Sersic index or Moffat beta.
--pcol=INT
Position angle.
--qcol=INT
Axis ratio.
--racol=INT
Center right ascension.
--rcol=INT
Effective radius or FWHM in pixels.
--tcol=INT
Truncation in units of --rcol, unless --tunitinp.
--xcol=INT
Center along first FITS axis (horizontal).
--ycol=INT
Center along second FITS axis (vertical).
WCS parameters:
--crpix1=FLT
Pixel coordinate of reference point (axis 1).
--crpix2=FLT
Pixel coordinate of reference point (axis 2).
--crval1=FLT
Right ascension at reference point (degrees).
--crval2=FLT
Declination at reference point (degrees).
--resolution=FLT
Resolution of image (arcseconds/pixel).
Operating modes:
-?, --help
give this help list
--cite
BibTeX citation for MakeProfiles.
--nolog
No log file for programs which make one.
-N, --numthreads=INT
Number of CPU threads to use.
--onlydirconf
Only read current directory configuration file.
--onlyversion=STR
Only run if the program version is this.
-P, --printparams
Print parameter values to be used and abort.
-q, --quiet
Only report errors, remain quiet about steps.
-S, --setdirconf
Set default values for this directory and abort.
--usage
give a short usage message
-U, --setusrconf
Set default values for this user and abort.
-V, --version
print program version

Mandatory or optional arguments to long options are also mandatory or optional for any corresponding short options.

GNU Astronomy Utilities home page: http://www.gnu.org/software/gnuastro/

AUTHOR

Written by Mohammad Akhlaghi

REPORTING BUGS

Report bugs to bug-gnuastro@gnu.org.

COPYRIGHT

Copyright © 2015-2016, Free Software Foundation, Inc. License GPLv3+: GNU General public license version 3 or later.
This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law.

SEE ALSO

The full documentation for MakeProfiles is maintained as a Texinfo manual. If the info and MakeProfiles programs are properly installed at your site, the command
info MakeProfiles

should give you access to the complete manual.

October 2016 GNU Astronomy Utilities 0.2.33-8a3b