Skip to content

Commit

Permalink
style: in edd.EddMapReader, make map title be dataset-specific
Browse files Browse the repository at this point in the history
  • Loading branch information
keara-soloway committed Feb 8, 2024
1 parent 4da0621 commit 31f12ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHAP/edd/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def add_fly_axis(fly_axis_index):
# Construct initial map config dictionary
scanparser = ScanParser(parfile.spec_file, scan_nos[0])
map_config_dict = dict(
title=scanparser.scan_name,
title=f'{scanparser.scan_name}_dataset{dataset_id}',
station='id1a3',
experiment_type='EDD',
sample=dict(name=scanparser.scan_name),
Expand Down

0 comments on commit 31f12ad

Please sign in to comment.