create_path_dict

grizli.pipeline.auto_script.create_path_dict(root='j142724+334246', home='$PWD', raw=None, prep=None, extract=None, persist=None, thumbs=None, paths={})[source]

Generate path dict.

Default:

{home} {home}/{root} {home}/{root}/RAW {home}/{root}/Prep {home}/{root}/Persistence {home}/{root}/Extractions {home}/{root}/Thumbnails

If home specified as ‘$PWD’, then will be calculated from os.getcwd.

Only generates values for keys not already specified in paths.