@@ -50,6 +50,7 @@ static struct Gmt_moduleinfo g_core_module[] = {
50
50
{"blockmedian" , "core" , "Block average (x,y,z) data tables by L1 norm (spatial median)" , "<D{,>D},GG),A->" },
51
51
{"blockmode" , "core" , "Block average (x,y,z) data tables by mode estimation" , "<D{,>D},GG),A->" },
52
52
{"clear" , "core" , "Delete current history, conf, cpt, or the cache, data or sessions directories" , "" },
53
+ {"dimfilter" , "core" , "Directional filtering of grids in the space domain" , "<G{,GG},>DQ" },
53
54
{"docs" , "core" , "Show the HTML documentation of the specified module" , "" },
54
55
{"end" , "core" , "Terminate GMT modern mode session and produce optional graphics" , "" },
55
56
{"figure" , "core" , "Set attributes for the current modern mode session figure" , "" },
@@ -147,6 +148,7 @@ static struct Gmt_moduleinfo g_core_module[] = {
147
148
{"blockmedian" , "core" , "Block average (x,y,z) data tables by L1 norm (spatial median)" , "<D{,>D},GG),A->" , & GMT_blockmedian },
148
149
{"blockmode" , "core" , "Block average (x,y,z) data tables by mode estimation" , "<D{,>D},GG),A->" , & GMT_blockmode },
149
150
{"clear" , "core" , "Delete current history, conf, cpt, or the cache, data or sessions directories" , "" , & GMT_clear },
151
+ {"dimfilter" , "core" , "Directional filtering of grids in the space domain" , "<G{,GG},>DQ" , & GMT_dimfilter },
150
152
{"docs" , "core" , "Show the HTML documentation of the specified module" , "" , & GMT_docs },
151
153
{"end" , "core" , "Terminate GMT modern mode session and produce optional graphics" , "" , & GMT_end },
152
154
{"figure" , "core" , "Set attributes for the current modern mode session figure" , "" , & GMT_figure },
0 commit comments