diff --git a/modules/deeplearning/unet.py b/modules/deeplearning/unet.py
index 64babc2ce5f56cf77f064cbfb5713c0d15764e84..f3ffb6c1986baad2e9e64848b007033b3c128bf2 100644
--- a/modules/deeplearning/unet.py
+++ b/modules/deeplearning/unet.py
@@ -12,6 +12,10 @@ import h5py
 # CLAVRx: /apollo/cloud/scratch/Satellite_Output/VIIRS_HRES/2019/2019_01_01/
 # /apollo/cloud/scratch/Satellite_Output/andi/NEW/VIIRS_HRES/2019
 
+# /home/mfoster/clavrx_installations/clavrx-dev/main_src
+# viirs_nasa_hres_read_mod.f90
+# viirs_nasa_read_module.f90
+
 LOG_DEVICE_PLACEMENT = False
 
 PROC_BATCH_SIZE = 10