Scroll to navigation

MAKEPROFILES(1) User Commands MAKEPROFILES(1)

NAME

MakeProfiles - make standard 2D profiles on an image

SYNOPSIS

astmkprof [OPTION...] [Options] [Catalog]

DESCRIPTION

MakeProfiles is part of GNU Astronomy Utilities 0.22. 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 the switch will occur.

For more information, please run any of the following commands. In particular the second contains a very comprehensive explanation of MakeProfiles's invocation: expected input(s), output(s), and a full description of all the options.

$ astmkprof -P
$ 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:
HDU of background image.
Image file for 'custom-img' profile.

--customimghdu=INT/STR HDU of image given to '--customimg'.

--customtable=FITS/TXT File for 'custom-prof' profile.

HDU of table given to '--customtable'.
All pixels in background image read as zero.
Parameters to only build one kernel.
Input catalog HDU name or number (if FITS).
Ignore case in matching/searching columns.
A background image to make the profiles on.
Select column(s): 'name', 'unit', 'comment'.
Micro-seconds to wait for standard input.
Output:
Don't delete output if it exists.
Build all profiles separately.
Keep input directory for automatic output.
Do not create a merged image of all profiles.
No Git commit in 0-th HDU of output FITS.
No metadata in 0-th HDU of output FITS.
No 'DATE' in 0-th HDU of output FITS.
No versions in 0-th HDU of output FITS.
Output file name.
PSF profiles made with all in output image.
Scale of oversampling (>0 and odd).
Type of output: e.g., int16, float32, etc...
WCS linear matrix of output ('pc' or 'cd').
Merged image size along each dimension.
Profiles:
Shift and expand based on first catalog PSF.
Use GSL_RNG_SEED environment variable for seed.
mcol is flat pixel value (when fcol is 5 or 6)
Magnitude is for peak pixel, not full profile.
mcol is total sum, not magnitude.
Ignore value of mcol in 'custom-img'.
Ignore value of mcol in 'custom-prof'.
Mode of '--ccol': 'img' or 'wcs'.
Truncation is in units of pixels, not radius.
No. of random points in Monte Carlo integ.
Replace overlapping profile pixels, don't add.
Tolerance to switch to less accurate method.
Width of circumference (inward) profiles
Shift profile centers in output image.
Magnitude zero point.
Columns, by info (see '--searchin'), or number (starting from 1):
Coordinate columns (one call for each dim.).
sersic (1), moffat (2), gaussian (3), point (4), flat (5), circumference (6), distance (7), custom-prof (8), azimuth (9), custom-img (10).
Magnitude.
Sersic index or Moffat beta.
Second Euler angle (X-Z-X order).
Third Euler angle (X-Z-X order).
Position angle (3D: first X-Z-X Euler angle).
Axis ratio (major/dim3 in 3D).
Axis ratio (major/dim2 in 3D).
Effective radius or FWHM in pixels.
Truncation in units of --rcol.
WCS parameters:
Resolution in each dimension.
Pixel coordinates of reference point.
WCS coordinates of reference point.
One of FITS standard WCS types.
Units of the WCS coordinates (e.g., 'deg').
WCS rotation matrix (all elements).
Operating modes:
-?, --help
give this help list
List all config files and variables read.
BibTeX citation for this program.
Read configuration file STR immediately.
Custom prefix of option names config files.
Do not parse any more configuration files.
Information about output(s) in a log file.
Min. bytes to avoid RAM automatically.
Number of CPU threads to use.
Only run if the program version is STR.
Print parameter values to be used and abort.
Don't print mmap'd file's name and size.
Only report errors, remain quiet about steps.
Set default values for this directory and abort.
give a short usage message
Set default values for this user and abort.
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/

REPORTING BUGS

Report bugs to bug-gnuastro@gnu.org.

COPYRIGHT

Copyright © 2015-2024 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.

Written/developed by Mohammad Akhlaghi

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.

February 2024 GNU Astronomy Utilities 0.22