Skip to content
Snippets Groups Projects
Commit b2f9cfb0 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Fix merge issues

parent 2d96ad0e
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,6 @@ inputs: ...@@ -62,7 +62,6 @@ inputs:
doc: | doc: |
The axis to plot in different colours - e.g. pol to get correlations with The axis to plot in different colours - e.g. pol to get correlations with
different colors. different colors.
- id: axisDiff - id: axisDiff
type: string? type: string?
doc: | doc: |
...@@ -70,6 +69,7 @@ inputs: ...@@ -70,6 +69,7 @@ inputs:
- e.g. ‘pol’ to plot XX-YY. - e.g. ‘pol’ to plot XX-YY.
- id: NColFig - id: NColFig
type: int? type: int?
type: string
doc: | doc: |
Number of columns in a multi-table image. By default is automatically Number of columns in a multi-table image. By default is automatically
chosen. chosen.
...@@ -92,17 +92,14 @@ inputs: ...@@ -92,17 +92,14 @@ inputs:
type: string? type: string?
doc: | doc: |
Use Log=’XYZ’ to set which axes to put in Log. Use Log=’XYZ’ to set which axes to put in Log.
- id: plotFlag - id: plotFlag
type: boolean? type: boolean?
default: false default: false
doc: Whether to plot also flags as red points in 2D plots. doc: Whether to plot also flags as red points in 2D plots.
- id: doUnwrap - id: doUnwrap
type: boolean? type: boolean?
default: false default: false
doc: Unwrap phases. doc: Unwrap phases.
- id: refAnt - id: refAnt
type: string? type: string?
default: '' default: ''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment