# Current Active sites where plots need to be made are: # LYR- Longyearben # SPA- South Pole # MCM- Mcmurdo # VNA- Neumayer # JBS- Jang Bogo # KSS- South Korean # Need to make cdf files and then make multi spectral plots # LYR #For UNH Sites (right now only LYR) you need to make MUD file Currently the shell script makes a mud file but also makes the plots with time series and spectra for both axes Script can be found /home/mirl-ulf/ULF/Post_Processing_Code/Chutter_Codes/Process_Old_DAQ.sh Line 8 Changed to match the year Line 10 Check/change to match which months you want to process Ready to make cdf using /media/mirl-ulf/4TB_HDD1/mirl/ULF/ulf_cdf/make_cdfs.sh Line 2 Change to match site "LYR" Line 4 Changed to match the months Lines 23/34 Changed to match the year # SPA Need to pull data using /media/mirl-ulf/4TB_HDD1/mirl/ULF/incoming/database/SPA_orig/zip/snag_dat.sh Line 3 Change to match the day of the year you are going to start pulling data (i.e Jan. 1 = 1, Jul. 10 = 191) Line 4 Checked to match which months you want to snag Need to convert data to useable format by the cdf programs using: /media/mirl-ulf/4TB_HDD1/mirl/ULF/incoming/database/SPA_orig/spaconvert.sh Line 3 Change months to process Line 31 Change year too Ready to make cdf using /media/mirl-ulf/4TB_HDD1/mirl/ULF/ulf_cdf/make_cdfs.sh Line 2 Change to match site "SPA" Line 4 Changed to match the months Lines 23/34 Changed to match the year # MCM Need to pull data using /media/mirl-ulf/4TB_HDD1/mirl/ULF/incoming/database/MCM/zip/snag_dat.sh Line 3 Change to match the day of the year you are going to start pulling data (i.e Jan. 1 = 1, Jul. 10 = 191) Line 4 Checked to match which months you want to snag Need to convert data to useable format by the cdf programs using: /media/mirl-ulf/4TB_HDD1/mirl/ULF/incoming/database/MCM/mcmconvert.sh Line 3 Change months to process Line 31 Change year too Ready to make cdf using /media/mirl-ulf/4TB_HDD1/mirl/ULF/ulf_cdf/make_cdfs.sh Line 2 Change to match site "MCM" Line 4 Changed to match the months Lines 23/34 Changed to match the year # VNA Need to pull data using /media/mirl-ulf/4TB_HDD1/mirl/ULF/incoming/database/VNA/snag_dat.sh Edit the files so the "," are switched to "." sed -i 's/,/./g' *{year}{month}*.txt Need to convert data for the cdf programs using vna_level1.pro Lines 8 changed to match months To run the program use: idl -e "vna_level1" Ready to make cdf using /media/mirl-ulf/4TB_HDD1/mirl/ULF/ulf_cdf/make_cdfs.sh Line 2 Change to match site "VNA" Line 4 Changed to match the months Lines 23/34 Changed to match the year # JBS Pull data in directory /media/mirl-ulf/4TB_HDD1/mirl/ULF/incoming/database/JBS_orig/ using rsync -az -e "ssh -p 2020" unh_scm@203.250.179.166:/data/obs/sh/jbs/scm_jbs/{year}* . Password: MICA_data Need to convert data for the cdf programs using jbs_level1.pro Lines 8 changed to match months To run the program use: idl -e "jbs_level1" Ready to make cdf using /media/mirl-ulf/4TB_HDD1/mirl/ULF/ulf_cdf/make_cdfs.sh Line 2 Change to match site "JBS" Line 4 Changed to match the months Lines 23/34 Changed to match the year # KSS Pull data in directory /media/mirl-ulf/4TB_HDD1/mirl/ULF/incoming/database/KSS_orig/ using rsync -az -e "ssh -p 2020" unh_scm@203.250.179.166:/data/obs/sh/kss/scm_kss/KSS_2022* . Password: MICA_data Need to convert data for the cdf programs using jbs_level1.pro Line 7 changed to match year Line 8 changed to match months To run the program use: idl -e "kss_level1" Ready to make cdf using /media/mirl-ulf/4TB_HDD1/mirl/ULF/ulf_cdf/make_cdfs.sh Line 2 Change to match site "KSS" Line 4 Changed to match the months Lines 23/34 Changed to match the year