Framework for processing ACG UAS flights.
- holoviz environment
Edit config/settings.py to set base data folder. This is generally for envDataSystem data and actual paths can be overridden in notebook
If multiple people are using, it would be best to create a new git branch for each Payload/Project. E.g., "cloudysky_keywest2022" would allow separate version control for all Cloudysky flights. Run helper script to create flight folders for the payload/project. This will also create a settings file specific to the flight. Also, the appropriate jupyter notebook will be created from a template using paths from settings files.
- Create/check out payload/project branch
- From UAS_Flights directory run uasflights in bin directory:
python bin/uasflights.py create_flight \
--payload="CloudySky" \
--project="KeyWest2022" \
--platform="FVR-55" \
--flight_id="Flight_01"
- Populate data folders as necessary
- Run notebook server if necessary
- Open jupyter notebook to load/process/analyze data. Optionally, save to igor text file.