📄 changes
字号:
This files describes the code changes between different versionsof SimTools.0.4 -> 0.5 ()main changes: o Renamed package SimTools rather than FinesseTools because we started to use it also with GWINC and Optickle (I renamed a few functions as well, see syntax change below) added feature :o added a number of functions to read and write surface maps, mainly: - FT_new_surface_map - FT_write_surface_map - FT_read_surface_map - FT_read_virgo_map.m - FT_plot_virgo_map.m - FT_recenter_virgo_map.mo added utility functions: - FT_find_text_in_file which finds the first occurence of a given text in a file - FT_replace_underscores too replace '_' in strings by another character - FT_remove_file_extension which removes the last '.' and subseuent text from a stringsyntax changes:o renamed a few functions to highlight that they apply specificly to Finesse: - old name new name - FT_create_new_run.m FT_create_new_kat_run.m - FT_read_constant.m FT_read_kat_constant.m - FT_write_constant.m FT_write_kat_constant.m - FT_read_output_header.m FT_read_kat_output_header.m - FT_read_output_data.m FT_read_kat_output_data.m - FT_clean.m FT_kat_clean.m - FT_prepare_filename_string.m FT_prepare_kat_filename.m0.3 -> 0.4 (04.07.2008)main changes:o added new function: FT_read_constant, FT_write_constant, FT_clean FT_delete_file, FT_copy_lines_block_to_block o changed some function to recognise block names or block indices would like to change more functions like thiso FT_write_block_into_file now writes the name of the block after %%% FTendo added a fucntion FT_split_line.m that splits a text line into cell. This replaces former regexp(....'split') commands that do not work on older versions of Matlab. New code was provided by Bryan Barr.added feature :known issues:fixed bugs: syntax changes:0.2 -> 0.3 (16.06.2008)main changes:o added some new functions: - new functions for finding text and elements in blocks excluding comment linesfixed bugs:o some functions lacked a 'fclose{FID)o FT_write_syrface_map now performs a backup before wrtiting syntax changes:0.1 -> 0.2 (22.05.2008)main changes:o chainched the syntax to be more verbose, added help to the function fileso added a few new functions: - several functions for commenting/uncommenting
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -