We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a8a9a commit eab7748Copy full SHA for eab7748
phrosty/pipeline.py
@@ -62,7 +62,7 @@ def __init__( self, imagepath, pointing, sca, pipeline ):
62
if self.keep_intermediate:
63
self.save_dir = pathlib.Path( self.config.value( 'photometry.phrosty.paths.scratch_dir' ) )
64
elif not self.keep_intermediate:
65
- self.save_dir = pathlib.Path( self.config.value( 'photometry.phrosty.paths.temp_dir' ) )
+ self.save_dir = self.temp_dir
66
67
if self.config.value( 'photometry.phrosty.image_type' ) == 'ou2024fits':
68
self.image = OpenUniverse2024FITSImage( imagepath, None, sca )
0 commit comments