Skip to content

Commit

Permalink
Merge pull request #1451 from spacetelescope/develop
Browse files Browse the repository at this point in the history
Updates Readnoise Plot Path
  • Loading branch information
mfixstsci committed Jan 25, 2024
2 parents 4bd3ebc + 50fdc41 commit ee94548
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,7 @@ def __init__(self, instrument, aperture):
self.db = ReadnoiseMonitorData(self.instrument, self.aperture)

# Use outputs directory to obtain server name in path.
server_name = OUTPUTS_DIR.split("outputs/", 1)[1]
self.file_path = static(os.path.join("outputs", server_name, "readnoise_monitor", "data", self.ins_ap))
self.file_path = static(os.path.join("outputs", "readnoise_monitor", "data", self.ins_ap))

self.plot_readnoise_amplifers()
self.plot_readnoise_difference_image()
Expand Down

0 comments on commit ee94548

Please sign in to comment.