Skip to content

Commit

Permalink
changes to config
Browse files Browse the repository at this point in the history
  • Loading branch information
landmanbester committed Mar 5, 2024
1 parent 64dc3f4 commit d642ef2
Show file tree
Hide file tree
Showing 11 changed files with 32 additions and 32 deletions.
6 changes: 3 additions & 3 deletions pfb/parser/clean.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ inputs:
info:
Holds data in memory if set
_include:
- gridding.yml
- dist.yml
- out.yml
- (.)gridding.yml
- (.)dist.yml
- (.)out.yml

outputs:
{}
4 changes: 2 additions & 2 deletions pfb/parser/degrid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ inputs:
Accumulate onto model column

_include:
- gridding.yml
- dist.yml
- (.)gridding.yml
- (.)dist.yml

outputs:
{}
4 changes: 2 additions & 2 deletions pfb/parser/fastim.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ inputs:
Average this number if channels together

_include:
- dist.yml
- out.yml
- (.)dist.yml
- (.)out.yml

outputs:
{}
8 changes: 4 additions & 4 deletions pfb/parser/forward.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ inputs:
info:
Output fits cubes
_include:
- gridding.yml
- cgopts.yml
- dist.yml
- out.yml
- (.)gridding.yml
- (.)cgopts.yml
- (.)dist.yml
- (.)out.yml

outputs:
{}
12 changes: 6 additions & 6 deletions pfb/parser/fwdbwd.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
inputs:
_include:
- gridding.yml
- pdopts.yml
- pmopts.yml
- cgopts.yml
- dist.yml
- out.yml
- (.)gridding.yml
- (.)pdopts.yml
- (.)pmopts.yml
- (.)cgopts.yml
- (.)dist.yml
- (.)out.yml
model-name:
dtype: str
abbreviation: mname
Expand Down
6 changes: 3 additions & 3 deletions pfb/parser/grid.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ inputs:
Small values (eg. 2) result in aggressive reweighting and should be avoided
if the model is still incomplete.
_include:
- gridding.yml
- dist.yml
- out.yml
- (.)gridding.yml
- (.)dist.yml
- (.)out.yml

outputs:
{}
4 changes: 2 additions & 2 deletions pfb/parser/init.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ inputs:
Average this number if channels together

_include:
- dist.yml
- out.yml
- (.)dist.yml
- (.)out.yml

outputs:
{}
4 changes: 2 additions & 2 deletions pfb/parser/model2comps.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ inputs:
Multiple of the identity to add to the hessian for stability

_include:
- dist.yml
- out.yml
- (.)dist.yml
- (.)out.yml

outputs:
{}
2 changes: 1 addition & 1 deletion pfb/parser/pdopts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ pd-verbose:
info: 'Verbosity of primal dual algorithm. Set to > 1 for \
debugging, 0 for silence'
abbreviation: pdverb
pd-report_freq:
pd-report-freq:
dtype: int
default: 10
info: 'Report frequency of primal dual algorithm'
Expand Down
4 changes: 2 additions & 2 deletions pfb/parser/restore.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
inputs:
_include:
- dist.yml
- out.yml
- (.)dist.yml
- (.)out.yml
model-name:
dtype: str
abbreviation: mname
Expand Down
10 changes: 5 additions & 5 deletions pfb/parser/spotless.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
inputs:
_include:
- gridding.yml
- pdopts.yml
- pmopts.yml
- dist.yml
- out.yml
- (.)gridding.yml
- (.)pdopts.yml
- (.)pmopts.yml
- (.)dist.yml
- (.)out.yml
nband:
dtype: int
required: true
Expand Down

0 comments on commit d642ef2

Please sign in to comment.