askap-vast / vast-post-processing

MIT License
0 stars 0 forks source link

Corrected files are being written in full run #66

Closed ddobie closed 8 months ago

ddobie commented 8 months ago

For example, running vast_post_processing --data-root=/data/VAST/vast-data/TILES/ --stokes=I --epoch=42 --overwrite --debug results in corrected catalogues being written to STOKESI_SELAVY_CORRECTED and corrected images being written to STOKESI_IMAGES_CORRECTED, despite them being intermediate data products that should not be stored.

Need to pass write_output=False.