Skip to content

Commit

Permalink
--no-geom conflicts with --pointing-centre and --phase-centre
Browse files Browse the repository at this point in the history
  • Loading branch information
d3v-null committed Nov 5, 2024
1 parent b0c78d0 commit 5313a67
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,9 @@ impl<'a> BirliContext<'a> {
.help_heading("CORRECTION"),
arg!(--"no-geometric-delay" "Do not perform geometric corrections")
.help_heading("CORRECTION")
.alias("no-geom"),
.alias("no-geom")
.conflicts_with("pointing-centre")
.conflicts_with("phase-centre"),
arg!(--"no-digital-gains" "Do not perform digital gains corrections")
.help_heading("CORRECTION"),
arg!(--"passband-gains" <TYPE> "Type of PFB passband filter gains correction to apply")
Expand Down

0 comments on commit 5313a67

Please sign in to comment.