Skip to content

Commit

Permalink
Update astro.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilia Platone committed Sep 10, 2023
1 parent 8c126d7 commit 1e3d42d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vlbi/astro.c
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,6 @@ void vlbi_astro_scan_spectrum(dsp_stream_p stream, int sample_size)
star.diameter = dev-meandev;
star.center.location[0] = x;
dsp_stream_add_star(stream, star);
fprintf(stderr, "line %d: intensity=%lf wavelength=%lf\n", stream->stars_count, star.diameter, star.center.location[0]);
}
}
free(star.center.location);
Expand Down

0 comments on commit 1e3d42d

Please sign in to comment.