-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathforward.yaml
42 lines (41 loc) · 919 Bytes
/
forward.yaml
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
inputs:
nband:
dtype: int
required: true
abbreviation: nb
info: Number of imaging bands
postfix:
dtype: str
default: main
info: Can be used to specify a custom name for the image space data product
mask:
dtype: str
abbreviation: mask
info: Either path to mask.fits or set to model to construct from model
sigmainv:
dtype: float
default: 1e-5
abbreviation: sinv
info: Standard deviation of assumed GRF prior
gamma:
dtype: float
default: 1.0
info: Step size of update
use-psf:
dtype: bool
default: true
info: Whether to approximate the Hessian as a convolution by the PSF
fits-mfs:
dtype: bool
default: true
info: Output MFS fits files
fits-cubes:
dtype: bool
default: false
info: Output fits cubes
_include:
- (.)gridding.yml
- (.)cgopts.yml
- (.)dist.yml
- (.)out.yml
outputs: {}