Skip to content

Commit

Permalink
Merge pull request #294 from sot/whitespace_dither
Browse files Browse the repository at this point in the history
Remove extra space in Dither line of report
  • Loading branch information
jeanconn authored Jan 23, 2019
2 parents 35bc88d + c0b21c0 commit 5bf5f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starcheck/src/lib/Ska/Starcheck/Obsid.pm
Original file line number Diff line number Diff line change
Expand Up @@ -2078,7 +2078,7 @@ sub print_report {
my $z_amp = int($self->{dither_guide}->{ampl_p} + .5);
my $y_amp = int($self->{dither_guide}->{ampl_y} + .5);
if ($self->{dither_guide}->{state} eq 'ENAB'){
$o .= sprintf "Dither: ON ";
$o .= sprintf "Dither: ON ";
$o .= sprintf ("Y_amp=%4.1f Z_amp=%4.1f Y_period=%6.1f Z_period=%6.1f \n",
$y_amp, $z_amp, $self->{dither_guide}->{period_y}, $self->{dither_guide}->{period_p});
}
Expand Down

0 comments on commit 5bf5f44

Please sign in to comment.