# # Sample configuration for mkdata-lslR # # List names (without .gz extension). These should NOT be # modified without consultating the VxO team(s) LSLR=ls-lR LSLR24=ls-lR.latest # Turn on/off (1/0) the compression of lists COMPRESS=1 # Possible variables controlling directories and files: # Each data product can be configured using the following variables: # # SPASEID - SPASE resource ID of the data product (mandatory) # LDIR - local directory where the search starts (mandatory) # LSPATH - path to where ls-lR list file should be stored. If not set, # LDIR value is used. # PATTERN - name pattern to search for (optional) # PRUNE - wholename pattern to exclude (optional) # STRIP - prefix to strip from the full name (optional). # PREFIX - add this prefix after removing $STRIP (optional). The prefix # completes the file name in such a way that if added to the # AccessURL from product description, a valid URL for downloading # the data file is obtained. ## VMO # # STEREO Ahead magnetic field SPASEID[0]="spase://VHO/NumericalData/STEREO-A/IMPACT/MAG/L1_PT0.125S" LDIR[0]="/disks/stereodata/stereo_public/data/level1/ahead/mag" PATTERN[0]="*.cdf" STRIP[0]=${LDIR[0]} # STEREO Behind magnetic field SPASEID[1]="spase://VHO/NumericalData/STEREO-B/IMPACT/MAG/L1_PT0.125S" LDIR[1]="/disks/stereodata/stereo_public/data/level1/behind/mag" PATTERN[1]="*.cdf" STRIP[1]=${LDIR[0]}