diff --git a/gstlal-burst/bin/Makefile.am b/gstlal-burst/bin/Makefile.am
index b8561a15cf9de779190c26a93e985cc1dcfb1b4d..6631dbf871ed644a41eb1e43b1a9706995937636 100644
--- a/gstlal-burst/bin/Makefile.am
+++ b/gstlal-burst/bin/Makefile.am
@@ -2,13 +2,13 @@ dist_bin_SCRIPTS = \
 	gstlal_cs_triggergen \
 	gstlal_excesspower \
 	gstlal_excesspower_trigvis \
-	gstlal_feature_aggregator \
-	gstlal_feature_combiner \
-	gstlal_feature_extractor \
-	gstlal_feature_extractor_pipe \
-	gstlal_ll_feature_extractor_pipe \
-	gstlal_feature_extractor_whitener_check \
-	gstlal_feature_extractor_template_overlap \
-	gstlal_feature_hdf5_sink \
-	gstlal_feature_monitor \
-	gstlal_feature_synchronizer
+	gstlal_snax_aggregate \
+	gstlal_snax_bank_overlap \
+	gstlal_snax_combine \
+	gstlal_snax_dag_online \
+	gstlal_snax_dag_offline \
+	gstlal_snax_extract \
+	gstlal_snax_monitor \
+	gstlal_snax_sink \
+	gstlal_snax_synchronize \
+	gstlal_snax_whiten
diff --git a/gstlal-burst/bin/gstlal_feature_aggregator b/gstlal-burst/bin/gstlal_snax_aggregate
similarity index 99%
rename from gstlal-burst/bin/gstlal_feature_aggregator
rename to gstlal-burst/bin/gstlal_snax_aggregate
index 9f6a86161cff803018ff2c506338327a58c1cbad..bca2d2e36bc73af22a9343236ca364ecf6911930 100755
--- a/gstlal-burst/bin/gstlal_feature_aggregator
+++ b/gstlal-burst/bin/gstlal_snax_aggregate
@@ -40,7 +40,7 @@ from confluent_kafka import Consumer, KafkaError
 from ligo.scald import aggregator
 from ligo.scald import io
 
-from gstlal.fxtools import utils
+from gstlal.snax import utils
 
 #-------------------------------------------------
 #                  Functions
diff --git a/gstlal-burst/bin/gstlal_feature_extractor_template_overlap b/gstlal-burst/bin/gstlal_snax_bank_overlap
similarity index 99%
rename from gstlal-burst/bin/gstlal_feature_extractor_template_overlap
rename to gstlal-burst/bin/gstlal_snax_bank_overlap
index de1d7a76431a8e6493c2135fac1c64f5afaabda2..c7454d636c60daf380d88826e99589ba63650658 100755
--- a/gstlal-burst/bin/gstlal_feature_extractor_template_overlap
+++ b/gstlal-burst/bin/gstlal_snax_bank_overlap
@@ -42,7 +42,7 @@ from glue import markup
 
 from gstlal import plotutil
 from gstlal import aggregator
-from gstlal.fxtools import utils
+from gstlal.snax import utils
 
 import matplotlib
 matplotlib.use('Agg')
diff --git a/gstlal-burst/bin/gstlal_feature_combiner b/gstlal-burst/bin/gstlal_snax_combine
similarity index 99%
rename from gstlal-burst/bin/gstlal_feature_combiner
rename to gstlal-burst/bin/gstlal_snax_combine
index 370ee35227444c941311974080a697ee25306d85..2c5c622228464e4dd92becd20f38e7b6508682ca 100755
--- a/gstlal-burst/bin/gstlal_feature_combiner
+++ b/gstlal-burst/bin/gstlal_snax_combine
@@ -39,7 +39,7 @@ import numpy
 from ligo.segments import infinity, segment, segmentlist
 
 from gstlal import aggregator
-from gstlal.fxtools import utils
+from gstlal.snax import utils
 
 # =============================================================================
 #
diff --git a/gstlal-burst/bin/gstlal_feature_extractor_pipe b/gstlal-burst/bin/gstlal_snax_dag_offline
similarity index 98%
rename from gstlal-burst/bin/gstlal_feature_extractor_pipe
rename to gstlal-burst/bin/gstlal_snax_dag_offline
index 259a80724d692b5879b4d4ba932f3967ed7c4a9f..af28d4cee2069c9fb9fb1b2c44d17982f8872450 100755
--- a/gstlal-burst/bin/gstlal_feature_extractor_pipe
+++ b/gstlal-burst/bin/gstlal_snax_dag_offline
@@ -37,10 +37,10 @@ from ligo import segments
 from gstlal import aggregator
 from gstlal import dagparts
 
-from gstlal.fxtools import feature_extractor
-from gstlal.fxtools import multichannel_datasource
-from gstlal.fxtools import multirate_datasource
-from gstlal.fxtools import utils
+from gstlal.snax import feature_extractor
+from gstlal.snax import multichannel_datasource
+from gstlal.snax import multirate_datasource
+from gstlal.snax import utils
 
 PSD_DROP_FACTOR = 16
 
diff --git a/gstlal-burst/bin/gstlal_ll_feature_extractor_pipe b/gstlal-burst/bin/gstlal_snax_dag_online
similarity index 98%
rename from gstlal-burst/bin/gstlal_ll_feature_extractor_pipe
rename to gstlal-burst/bin/gstlal_snax_dag_online
index c0b38f1c1299270a5fcce3c98f5189eedec9dea3..e2d99e181e606af1efe939daed2cd213adfa341e 100755
--- a/gstlal-burst/bin/gstlal_ll_feature_extractor_pipe
+++ b/gstlal-burst/bin/gstlal_snax_dag_online
@@ -34,10 +34,10 @@ import os
 from gstlal import aggregator
 from gstlal import dagparts
 
-from gstlal.fxtools import feature_extractor
-from gstlal.fxtools import multichannel_datasource
-from gstlal.fxtools import multirate_datasource
-from gstlal.fxtools import utils
+from gstlal.snax import feature_extractor
+from gstlal.snax import multichannel_datasource
+from gstlal.snax import multirate_datasource
+from gstlal.snax import utils
 
 # =============================
 #
diff --git a/gstlal-burst/bin/gstlal_feature_extractor b/gstlal-burst/bin/gstlal_snax_extract
similarity index 98%
rename from gstlal-burst/bin/gstlal_feature_extractor
rename to gstlal-burst/bin/gstlal_snax_extract
index ce2cf04a76ea568288735dfc8b9ff9c6e4a9ac88..4174773a1f97bd44057b975d4f250d92e55bc7e2 100755
--- a/gstlal-burst/bin/gstlal_feature_extractor
+++ b/gstlal-burst/bin/gstlal_snax_extract
@@ -156,13 +156,13 @@ from gstlal import httpinterface
 from gstlal import pipeparts
 from gstlal import simplehandler
 
-from gstlal.fxtools import auxcache
-from gstlal.fxtools import feature_extractor
-from gstlal.fxtools import multichannel_datasource
-from gstlal.fxtools import multirate_datasource
-from gstlal.fxtools import sngltriggertable
-from gstlal.fxtools import utils
-from gstlal.fxtools import waveforms as fxwaveforms
+from gstlal.snax import auxcache
+from gstlal.snax import feature_extractor
+from gstlal.snax import multichannel_datasource
+from gstlal.snax import multirate_datasource
+from gstlal.snax import sngltriggertable
+from gstlal.snax import utils
+from gstlal.snax import waveforms as fxwaveforms
 
 #
 # Make sure we have sufficient resources
diff --git a/gstlal-burst/bin/gstlal_feature_monitor b/gstlal-burst/bin/gstlal_snax_monitor
similarity index 99%
rename from gstlal-burst/bin/gstlal_feature_monitor
rename to gstlal-burst/bin/gstlal_snax_monitor
index e6af4c059784d0d6167051b8e9ef0e27fd86a9a2..acd439993cb4f0f188648f0a1fa177396c1c4750 100755
--- a/gstlal-burst/bin/gstlal_feature_monitor
+++ b/gstlal-burst/bin/gstlal_snax_monitor
@@ -37,8 +37,8 @@ from confluent_kafka import Consumer, KafkaError
 
 from ligo.scald import io
 
-from gstlal.fxtools import multichannel_datasource
-from gstlal.fxtools import utils
+from gstlal.snax import multichannel_datasource
+from gstlal.snax import utils
 
 #-------------------------------------------------
 #                  Functions
diff --git a/gstlal-burst/bin/gstlal_feature_hdf5_sink b/gstlal-burst/bin/gstlal_snax_sink
similarity index 99%
rename from gstlal-burst/bin/gstlal_feature_hdf5_sink
rename to gstlal-burst/bin/gstlal_snax_sink
index d5922d82a196d3ccf5d715c4d99acd058fe6e50d..fdc806dfaf9ba60f50765f4706c661139bc7715a 100755
--- a/gstlal-burst/bin/gstlal_feature_hdf5_sink
+++ b/gstlal-burst/bin/gstlal_snax_sink
@@ -40,8 +40,8 @@ import numpy
 
 from gstlal import aggregator
 
-from gstlal.fxtools import multichannel_datasource
-from gstlal.fxtools import utils
+from gstlal.snax import multichannel_datasource
+from gstlal.snax import utils
 
 #-------------------------------------------------
 #                  Functions
diff --git a/gstlal-burst/bin/gstlal_feature_synchronizer b/gstlal-burst/bin/gstlal_snax_synchronize
similarity index 99%
rename from gstlal-burst/bin/gstlal_feature_synchronizer
rename to gstlal-burst/bin/gstlal_snax_synchronize
index da41740e73de1b7924d0030c155990091386f085..51c336df2496126d6c10417052764adb7880957f 100755
--- a/gstlal-burst/bin/gstlal_feature_synchronizer
+++ b/gstlal-burst/bin/gstlal_snax_synchronize
@@ -40,7 +40,7 @@ from lal import gpstime
 
 from confluent_kafka import Producer, Consumer, KafkaError
 
-from gstlal.fxtools import utils
+from gstlal.snax import utils
 
 #-------------------------------------------------
 #                  Functions
diff --git a/gstlal-burst/bin/gstlal_feature_extractor_whitener_check b/gstlal-burst/bin/gstlal_snax_whiten
similarity index 98%
rename from gstlal-burst/bin/gstlal_feature_extractor_whitener_check
rename to gstlal-burst/bin/gstlal_snax_whiten
index 15a25a244e070a00871b6a8470d5f6be02a244b6..c1369157f3437e175884724637f061c1ba1f3baf 100755
--- a/gstlal-burst/bin/gstlal_feature_extractor_whitener_check
+++ b/gstlal-burst/bin/gstlal_snax_whiten
@@ -17,7 +17,7 @@
 # 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
 """
-A program that allows diagnosis of the whitening stage of gstlal_feature_extractor
+A program that whitens timeseries
 """
 
 
@@ -49,7 +49,7 @@ from gstlal import reference_psd
 from gstlal import pipeparts
 from gstlal import simplehandler
 
-from gstlal.fxtools import multichannel_datasource
+from gstlal.snax import multichannel_datasource
 
 # global settings for whitening properties
 PSD_FFT_LENGTH = 32
diff --git a/gstlal-burst/configure.ac b/gstlal-burst/configure.ac
index b3db80770a3f062bff104fa55de34c7ffd3ceb5b..609dc3c33ebb9a3f81507562f3c9a362856dd01d 100644
--- a/gstlal-burst/configure.ac
+++ b/gstlal-burst/configure.ac
@@ -25,7 +25,7 @@ AC_CONFIG_FILES([ \
 	lib/gstlal-burst/Makefile \
 	python/Makefile \
 	python/excesspower/Makefile \
-	python/fxtools/Makefile \
+	python/snax/Makefile \
 	share/Makefile
 ])
 
diff --git a/gstlal-burst/python/Makefile.am b/gstlal-burst/python/Makefile.am
index 3000ccc981c5892bcd76a8bbb436d5047075affa..377cab2bbc20ebda25392a569b88cc4e8c459a8d 100644
--- a/gstlal-burst/python/Makefile.am
+++ b/gstlal-burst/python/Makefile.am
@@ -1,6 +1,6 @@
 AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_builddir)/lib
 
-SUBDIRS = excesspower fxtools
+SUBDIRS = excesspower snax
 
 pkgpythondir = $(pkgpyexecdir)
 
diff --git a/gstlal-burst/python/fxtools/Makefile.am b/gstlal-burst/python/snax/Makefile.am
similarity index 94%
rename from gstlal-burst/python/fxtools/Makefile.am
rename to gstlal-burst/python/snax/Makefile.am
index 14c2ad7e00194cd45e000693b4745df5b0366c11..242cb6380c21453dc3bfc4fb7c92aa1f3e653824 100644
--- a/gstlal-burst/python/fxtools/Makefile.am
+++ b/gstlal-burst/python/snax/Makefile.am
@@ -5,9 +5,9 @@ AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_builddir)/lib
 # which prevents the module from getting spread across lib and lib64
 # on e.g. CentOS.
 pkgpythondir = $(pkgpyexecdir)
-fxtoolsdir = $(pkgpythondir)/fxtools
+snaxdir = $(pkgpythondir)/snax
 
-fxtools_PYTHON = \
+snax_PYTHON = \
 	__init__.py \
 	auxcache.py \
 	utils.py \
diff --git a/gstlal-burst/python/fxtools/__init__.py b/gstlal-burst/python/snax/__init__.py
similarity index 100%
rename from gstlal-burst/python/fxtools/__init__.py
rename to gstlal-burst/python/snax/__init__.py
diff --git a/gstlal-burst/python/fxtools/auxcache.py b/gstlal-burst/python/snax/auxcache.py
similarity index 99%
rename from gstlal-burst/python/fxtools/auxcache.py
rename to gstlal-burst/python/snax/auxcache.py
index 061ee74258792e5e9aae66bd3b7eba933462980a..d73462cb24e5735a3f8042965921a43d22fbcecd 100644
--- a/gstlal-burst/python/fxtools/auxcache.py
+++ b/gstlal-burst/python/snax/auxcache.py
@@ -42,7 +42,7 @@ Gst.init(None)
 from gstlal import datasource
 from gstlal import pipeparts
 from gstlal import simplehandler
-from gstlal.fxtools import multichannel_datasource
+from gstlal.snax import multichannel_datasource
 
 #
 # =============================================================================
diff --git a/gstlal-burst/python/fxtools/feature_extractor.py b/gstlal-burst/python/snax/feature_extractor.py
similarity index 99%
rename from gstlal-burst/python/fxtools/feature_extractor.py
rename to gstlal-burst/python/snax/feature_extractor.py
index fdb37fa1992c8064ffeb9ebb3268053eeddf509f..16ccb7fb2374613da27d6796e843ed7d5ea0a542 100644
--- a/gstlal-burst/python/fxtools/feature_extractor.py
+++ b/gstlal-burst/python/snax/feature_extractor.py
@@ -54,8 +54,8 @@ from gstlal import pipeio
 from gstlal import pipeparts
 from gstlal import simplehandler
 
-from gstlal.fxtools import sngltriggertable
-from gstlal.fxtools import utils
+from gstlal.snax import sngltriggertable
+from gstlal.snax import utils
 
 # set up confluent_kafka as an optional library
 try:
diff --git a/gstlal-burst/python/fxtools/multichannel_datasource.py b/gstlal-burst/python/snax/multichannel_datasource.py
similarity index 100%
rename from gstlal-burst/python/fxtools/multichannel_datasource.py
rename to gstlal-burst/python/snax/multichannel_datasource.py
diff --git a/gstlal-burst/python/fxtools/multirate_datasource.py b/gstlal-burst/python/snax/multirate_datasource.py
similarity index 100%
rename from gstlal-burst/python/fxtools/multirate_datasource.py
rename to gstlal-burst/python/snax/multirate_datasource.py
diff --git a/gstlal-burst/python/fxtools/sngltriggertable.c b/gstlal-burst/python/snax/sngltriggertable.c
similarity index 100%
rename from gstlal-burst/python/fxtools/sngltriggertable.c
rename to gstlal-burst/python/snax/sngltriggertable.c
diff --git a/gstlal-burst/python/fxtools/sngltriggertable.py b/gstlal-burst/python/snax/sngltriggertable.py
similarity index 100%
rename from gstlal-burst/python/fxtools/sngltriggertable.py
rename to gstlal-burst/python/snax/sngltriggertable.py
diff --git a/gstlal-burst/python/fxtools/utils.py b/gstlal-burst/python/snax/utils.py
similarity index 100%
rename from gstlal-burst/python/fxtools/utils.py
rename to gstlal-burst/python/snax/utils.py
diff --git a/gstlal-burst/python/fxtools/waveforms.py b/gstlal-burst/python/snax/waveforms.py
similarity index 100%
rename from gstlal-burst/python/fxtools/waveforms.py
rename to gstlal-burst/python/snax/waveforms.py
diff --git a/gstlal-burst/share/feature_extractor/Makefile.gstlal_feature_extractor_offline b/gstlal-burst/share/snax/Makefile.offline
similarity index 98%
rename from gstlal-burst/share/feature_extractor/Makefile.gstlal_feature_extractor_offline
rename to gstlal-burst/share/snax/Makefile.offline
index 75949f69295c5dbcb237c04412e788889d017aa5..9f97e8d6c386fa4d6a9833d8bb1066c11ab3babc 100644
--- a/gstlal-burst/share/feature_extractor/Makefile.gstlal_feature_extractor_offline
+++ b/gstlal-burst/share/snax/Makefile.offline
@@ -17,11 +17,11 @@ SHELL := /bin/bash # Use bash syntax
 #
 # To get the full list of commands, run:
 #
-#   $ make help -f Makefile.gstlal_feature_extractor_offline
+#   $ make help -f Makefile.offline
 #
 # To generate the DAG needed to start an analysis, run:
 #
-#   $ make dag -f Makefile.gstlal_feature_extractor_offline
+#   $ make dag -f Makefile.offline
 #
 
 #################################################################################
@@ -178,7 +178,7 @@ CONCURRENCY = 1
 
 ## Generate offline analysis DAG
 dag : frame.cache $(CHANNEL_LIST) segments.xml.gz
-	gstlal_feature_extractor_pipe \
+	gstlal_snax_dag_offline \
 		--data-source frames \
 		--gps-start-time $(START) \
 		--gps-end-time $(STOP) \
diff --git a/gstlal-burst/share/feature_extractor/Makefile.gstlal_feature_extractor_online b/gstlal-burst/share/snax/Makefile.online
similarity index 98%
rename from gstlal-burst/share/feature_extractor/Makefile.gstlal_feature_extractor_online
rename to gstlal-burst/share/snax/Makefile.online
index d874c07351493e3166d2ec14400c1fcb2b739ea7..def7c3fe5816865aec3ae8fba7fb2cf13d31de61 100644
--- a/gstlal-burst/share/feature_extractor/Makefile.gstlal_feature_extractor_online
+++ b/gstlal-burst/share/snax/Makefile.online
@@ -25,11 +25,11 @@ SHELL := /bin/bash # Use bash syntax
 #
 # To get the full list of commands, run:
 #
-#   $ make help -f Makefile.gstlal_feature_extractor_online
+#   $ make help -f Makefile.online
 #
 # For example, to generate the DAG needed to start an analysis, run:
 #
-#   $ make dag -f Makefile.gstlal_feature_extractor_online
+#   $ make dag -f Makefile.online
 
 #################################################################################
 # CONFIGURATION                                                                 #
@@ -184,7 +184,7 @@ MAX_STREAMS = 100
 
 ## Generate online analysis DAG
 dag : kafka_broker_$(TAG).dag $(CHANNEL_LIST)
-	gstlal_ll_feature_extractor_pipe \
+	gstlal_snax_dag_online \
 		--data-source $(DATA_SOURCE) \
 		--shared-memory-partition $(IFO)=$(SHM_PARTITION) \
 		--shared-memory-assumed-duration 1 \
@@ -263,7 +263,7 @@ clean :
 
 ## Clean directory of all files, including data products.
 clean-all :
-	-rm -rvf *.sub *.dag* *.cache *.sh logs *.ini *.txt monitor aggregator features snapshots synchronizer gstlal_feature_* kafka* zookeeper*
+	-rm -rvf *.sub *.dag* *.cache *.sh logs *.ini *.txt monitor aggregator features snapshots synchronizer gstlal_snax_* kafka* zookeeper*
 
 #################################################################################
 # SELF DOCUMENTING COMMANDS                                                     #
diff --git a/gstlal-burst/share/feature_extractor/O1/H1_O1_deep_channel_list.txt b/gstlal-burst/share/snax/O1/H1_O1_deep_channel_list.txt
similarity index 100%
rename from gstlal-burst/share/feature_extractor/O1/H1_O1_deep_channel_list.txt
rename to gstlal-burst/share/snax/O1/H1_O1_deep_channel_list.txt
diff --git a/gstlal-burst/share/feature_extractor/O1/H1_O1_standard_channel_list.txt b/gstlal-burst/share/snax/O1/H1_O1_standard_channel_list.txt
similarity index 100%
rename from gstlal-burst/share/feature_extractor/O1/H1_O1_standard_channel_list.txt
rename to gstlal-burst/share/snax/O1/H1_O1_standard_channel_list.txt
diff --git a/gstlal-burst/share/feature_extractor/O1/L1_O1_deep_channel_list.txt b/gstlal-burst/share/snax/O1/L1_O1_deep_channel_list.txt
similarity index 100%
rename from gstlal-burst/share/feature_extractor/O1/L1_O1_deep_channel_list.txt
rename to gstlal-burst/share/snax/O1/L1_O1_deep_channel_list.txt
diff --git a/gstlal-burst/share/feature_extractor/O1/L1_O1_standard_channel_list.txt b/gstlal-burst/share/snax/O1/L1_O1_standard_channel_list.txt
similarity index 100%
rename from gstlal-burst/share/feature_extractor/O1/L1_O1_standard_channel_list.txt
rename to gstlal-burst/share/snax/O1/L1_O1_standard_channel_list.txt
diff --git a/gstlal-burst/share/feature_extractor/O2/H1_O2_deep_channel_list.txt b/gstlal-burst/share/snax/O2/H1_O2_deep_channel_list.txt
similarity index 100%
rename from gstlal-burst/share/feature_extractor/O2/H1_O2_deep_channel_list.txt
rename to gstlal-burst/share/snax/O2/H1_O2_deep_channel_list.txt
diff --git a/gstlal-burst/share/feature_extractor/O2/H1_O2_full_channel_list.txt b/gstlal-burst/share/snax/O2/H1_O2_full_channel_list.txt
similarity index 100%
rename from gstlal-burst/share/feature_extractor/O2/H1_O2_full_channel_list.txt
rename to gstlal-burst/share/snax/O2/H1_O2_full_channel_list.txt
diff --git a/gstlal-burst/share/feature_extractor/O2/H1_O2_standard_channel_list.txt b/gstlal-burst/share/snax/O2/H1_O2_standard_channel_list.txt
similarity index 100%
rename from gstlal-burst/share/feature_extractor/O2/H1_O2_standard_channel_list.txt
rename to gstlal-burst/share/snax/O2/H1_O2_standard_channel_list.txt
diff --git a/gstlal-burst/share/feature_extractor/O2/L1_O2_deep_channel_list.txt b/gstlal-burst/share/snax/O2/L1_O2_deep_channel_list.txt
similarity index 100%
rename from gstlal-burst/share/feature_extractor/O2/L1_O2_deep_channel_list.txt
rename to gstlal-burst/share/snax/O2/L1_O2_deep_channel_list.txt
diff --git a/gstlal-burst/share/feature_extractor/O2/L1_O2_full_channel_list.txt b/gstlal-burst/share/snax/O2/L1_O2_full_channel_list.txt
similarity index 100%
rename from gstlal-burst/share/feature_extractor/O2/L1_O2_full_channel_list.txt
rename to gstlal-burst/share/snax/O2/L1_O2_full_channel_list.txt
diff --git a/gstlal-burst/share/feature_extractor/O2/L1_O2_standard_channel_list.txt b/gstlal-burst/share/snax/O2/L1_O2_standard_channel_list.txt
similarity index 100%
rename from gstlal-burst/share/feature_extractor/O2/L1_O2_standard_channel_list.txt
rename to gstlal-burst/share/snax/O2/L1_O2_standard_channel_list.txt
diff --git a/gstlal-burst/share/feature_extractor/O3/channel_lists/H1-O3-lldetchar.ini b/gstlal-burst/share/snax/O3/channel_lists/H1-O3-lldetchar.ini
similarity index 100%
rename from gstlal-burst/share/feature_extractor/O3/channel_lists/H1-O3-lldetchar.ini
rename to gstlal-burst/share/snax/O3/channel_lists/H1-O3-lldetchar.ini
diff --git a/gstlal-burst/share/feature_extractor/O3/channel_lists/L1-O3-lldetchar.ini b/gstlal-burst/share/snax/O3/channel_lists/L1-O3-lldetchar.ini
similarity index 100%
rename from gstlal-burst/share/feature_extractor/O3/channel_lists/L1-O3-lldetchar.ini
rename to gstlal-burst/share/snax/O3/channel_lists/L1-O3-lldetchar.ini
diff --git a/gstlal-burst/share/feature_extractor/O3/optimized/Makefile.ligosoftware_icc_idq b/gstlal-burst/share/snax/O3/optimized/Makefile.ligosoftware_icc_idq
similarity index 100%
rename from gstlal-burst/share/feature_extractor/O3/optimized/Makefile.ligosoftware_icc_idq
rename to gstlal-burst/share/snax/O3/optimized/Makefile.ligosoftware_icc_idq
diff --git a/gstlal-burst/share/feature_extractor/monitoring/feature_extraction_monitor_H1.yml b/gstlal-burst/share/snax/monitoring/feature_extraction_monitor_H1.yml
similarity index 100%
rename from gstlal-burst/share/feature_extractor/monitoring/feature_extraction_monitor_H1.yml
rename to gstlal-burst/share/snax/monitoring/feature_extraction_monitor_H1.yml
diff --git a/gstlal-burst/share/feature_extractor/monitoring/feature_extraction_monitor_L1.yml b/gstlal-burst/share/snax/monitoring/feature_extraction_monitor_L1.yml
similarity index 100%
rename from gstlal-burst/share/feature_extractor/monitoring/feature_extraction_monitor_L1.yml
rename to gstlal-burst/share/snax/monitoring/feature_extraction_monitor_L1.yml
diff --git a/gstlal-burst/share/feature_extractor/post_O2/optimized/Makefile.gstlal_idq_icc b/gstlal-burst/share/snax/post_O2/optimized/Makefile.gstlal_idq_icc
similarity index 100%
rename from gstlal-burst/share/feature_extractor/post_O2/optimized/Makefile.gstlal_idq_icc
rename to gstlal-burst/share/snax/post_O2/optimized/Makefile.gstlal_idq_icc
diff --git a/gstlal-burst/share/feature_extractor/post_O2/optimized/Makefile.gstlal_idq_icc_gst1.14 b/gstlal-burst/share/snax/post_O2/optimized/Makefile.gstlal_idq_icc_gst1.14
similarity index 100%
rename from gstlal-burst/share/feature_extractor/post_O2/optimized/Makefile.gstlal_idq_icc_gst1.14
rename to gstlal-burst/share/snax/post_O2/optimized/Makefile.gstlal_idq_icc_gst1.14