Skip to content

Commit

Permalink
Update MOC default path (STOKESI_MOC -> STOKESI_MOCS) (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobie authored May 17, 2024
1 parent 4f449bf commit ba1ab96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vast_post_processing/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ def create_mocs(
logger.info(f"Generating MOC for {image_path}")

# Define path to MOC output file
moc_dir = f"STOKES{stokes}_MOC_{processed_dir_suffix}"
moc_dir = f"STOKES{stokes}_MOCS_{processed_dir_suffix}"
moc_output_dir = Path(out_root / moc_dir / epoch_dir).resolve()
moc_output_dir.mkdir(parents=True, exist_ok=True)
moc_filename = image_path.name.replace(".fits", ".moc.fits")
Expand Down

0 comments on commit ba1ab96

Please sign in to comment.