Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emmacarli authored Jan 9, 2025
1 parent c781b16 commit 71bd66c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meerpipe/scripts/generate_images_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def dynamic_spectra(

dyn = Dynspec(dynspec_file, process=False, verbose=False)
dynspec_image = f"{dynspec_file}.png"
dyn.plot_dyn(filename=dynspec_image, display=False, title=f"Dynamic Spectral ({label})", dpi=150)
dyn.plot_dyn(filename=dynspec_image, display=False, title=f"Dynamic Spectrum ({label})", dpi=150)
logger.info("Refilling")
dyn.trim_edges()
dyn.refill(linear=False)
Expand Down Expand Up @@ -360,4 +360,4 @@ def main():


if __name__ == '__main__':
main()
main()

0 comments on commit 71bd66c

Please sign in to comment.