File: purify.1

package info (click to toggle)
purify 5.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 186,852 kB
  • sloc: cpp: 17,731; python: 510; xml: 182; makefile: 7; sh: 6
file content (109 lines) | stat: -rw-r--r-- 3,304 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
.TH PURIFY "1" "October 2016" "purify 2.0.0" "User Commands"
.SH NAME
purify \- Reconstruct images from radio interferometers using PADMM
.SH SYNOPSIS
.B
purify
\-\-measurement_set \fIpath\fR \-\-name \fIpath\fR [\fIoptions\fR]
.SH DESCRIPTION
PURIFY is a tool for radio interferometric imaging including file handling
(for both visibilities and fits files), implementation of the measurement
operator and set-up of the different optimization problems used for image
deconvolution.
.PP
The code is given for educational purpose. The code is in beta and still under
development.
.SH OPTIONS
.TP
\fB\-\-measurement_set\fR
Path of measurement set. (required)
.TP
\fB\-\-name\fR
Path of file output. (required)
.TP
\fB\-\-noise\fR
Path of measurement_set with Stokes V noise estimate.
(Assumes Stokes V of measurement set). 
.TP
\fB\-\-niters\fR
Number of iterations.
.TP
\fB\-\-stokes\fR
Choice of stokes I, Q, U, or V (I is default).
.TP
\fB\-\-cellsize\fR
Size of a pixel in arcseconds.
.TP
\fB\-\-size\fR
Image size in pixels.
.TP
\fB\-\-width\fR
Image width in pixels.
.TP
\fB\-\-height\fR
Image height in pixels.
.TP
\fB\-\-beta\fR
Values used to set the stepsize of PADMM
.TP
\fB\-\-noadapt\fR
Choose not to update the stepsize.
.TP
\fB\-\-diagnostic\fR
Save diagnostic information to log file.
.TP
\fB\-\-l2_bound\fR
Factor to multiply the l2 bound by.
.TP
\fB\-\-relative_variation\fR
Convergence criteria on relative variation (default is 1e\-3).
.TP
\fB\-\-residual_convergence\fR
Factor to multiply the l2 bound by for convergence. (default is 1)
.TP
\fB\-\-relative_gamma_adapt\fR
Relative difference criteria for adapting the stepsize gamma (default 0.01).
.TP
\fB\-\-power_iterations\fR
Maximum iterations for the power method.
.TP
\fB\-\-primary_beam\fR
Choice of primary beam model. (none is the only option).
.TP
\fB\-\-fft_grid_correction\fR
Choose calculate the gridding correction using an FFT rather than analytic
formula.
.TP
\fB\-\-kernel\fR
Type of gridding kernel to use, kb, gauss, pswf, box. (kb is default)
.TP
\fB\-\-kernel_support\fR
Support of kernel in grid cells. (4 is the default)
.TP
\fB\-\-logging_level\fR
Determines the output logging level for sopt and purify. ("debug" is the
default)
.TP
\fB\-\-help\fR
Print usage information.
.SH AUTHORS
PURIFY was initially created by Rafael Carrillo, Jason McEwen and Yves Wiaux
but major contributions have since been made by a number of others. The full
list of contributors is as follows: Rafael E. Carrillo, Jason D. McEwen, Yves
Wiaux, Luke Pratley, and Mayeul d'Avezac.
.SH BUGS
If you have any questions or comments, feel free to contact Rafael Carrillo or
Jason McEwen, or add an issue in the issue tracker
https://github.com/astro-informatics/purify/issues
.SH LICENSE
PURIFY Copyright (C) 2013 Rafael Carrillo, Jason McEwen, Yves Wiaux
.PP
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation; either version 2 of the License, or (at your
option) any later version.
.PP
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License for more details.