Hide the function files to directory
authorLukáš Jiřiště <jiriste@icpf.cas.cz>
Mon, 14 Oct 2024 12:51:58 +0000 (14:51 +0200)
committerLukáš Jiřiště <jiriste@icpf.cas.cz>
Mon, 14 Oct 2024 12:51:58 +0000 (14:51 +0200)
commitfd93d28a03b6749bcfdbed7fc7b2d9791ab5dd61
tree1b53616e27b44e1e49386935099ff70fb9e5cc95
parent213cfa02d5f410e4a499652dad9a1db0280b63a3
Hide the function files to directory

Matlab needs to know where to look for the functions, so the scripts
were updated to add (and later remove) ./functions to path.
20 files changed:
Bubliny.m
create_mask.m
create_meter.m
functions/clean_mask.m [moved from clean_mask.m with 100% similarity]
functions/get_aggregate_images.m [moved from get_aggregate_images.m with 100% similarity]
functions/get_data_dir.m [moved from get_data_dir.m with 100% similarity]
functions/get_last_path.m [moved from get_last_path.m with 100% similarity]
functions/get_levels.m [moved from get_levels.m with 100% similarity]
functions/get_mark_frequency.m [moved from get_mark_frequency.m with 100% similarity]
functions/get_mark_indeces.m [moved from get_mark_indeces.m with 100% similarity]
functions/get_mask.m [moved from get_mask.m with 100% similarity]
functions/get_meter.m [moved from get_meter.m with 100% similarity]
functions/get_meter_picture.m [moved from get_meter_picture.m with 100% similarity]
functions/get_simple_mask.m [moved from get_simple_mask.m with 100% similarity]
functions/load_mask.m [moved from load_mask.m with 80% similarity]
functions/load_meter.m [moved from load_meter.m with 83% similarity]
functions/name_to_time.m [moved from name_to_time.m with 100% similarity]
functions/save_meter.m [moved from save_meter.m with 100% similarity]
functions/smooth_peaks.m [moved from smooth_peaks.m with 100% similarity]
functions/update_last_path.m [moved from update_last_path.m with 100% similarity]