# INSTRUCTIONS FOR 95_KI_Nationalpark - Hunsrück-Hochwald

## Folder Structure

be-ki-leuchttuerme-hho-data/
└── CNumber/
    └── [Sensor Number]/
        └── config.txt
        └── [WAV Files]

## Steps to Follow:

1. **Rename the CNumber folder** as appropriate:
   - Change "CNumber" to "C1", "C2", "C3", etc.
   - Example: If it's campaign 2, rename to "C2"

2. **Place WAV files and config.txt** in the corresponding folders:
   - Each numbered folder represents a specific sensor
   - Place all files recorded on a sensor's SD card in its corresponding folder
   - This includes the config.txt file and all WAV files  

3. **Expected final structure:**
   be-ki-leuchttuerme-hho-data/
   └── C1/                    (or C2, C3, etc.)
       └── 950409/
           ├── config.txt
           ├── 20250909_092000.WAV
           ├── 20250909_092500.WAV
           └── ...
       └── 950410/
           ├── config.txt
           ├── 20250909_092000.WAV
           └── ...

## Notes:
- Folder numbers (950409, 950410, etc.) correspond to sensors
- Do not modify the sensor folder names
- Only rename "CNumber" according to the appropriate campaign

