User Tools

Site Tools


atmos:researchmeetingnotes:researchmeetingnotes:home:lizcardoza

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
atmos:researchmeetingnotes:researchmeetingnotes:home:lizcardoza [2025/07/29 18:09] – external edit 127.0.0.1atmos:researchmeetingnotes:researchmeetingnotes:home:lizcardoza [2025/07/29 18:13] (current) – [Carbon Dioxide Balloon-borne Observations] mwitherspoon
Line 50: Line 50:
   - To test type aplot in terminal (Aplot is an open source software for processing and analyzing raw data.   - To test type aplot in terminal (Aplot is an open source software for processing and analyzing raw data.
   - For ADPAA, you have to manually install it on Raspberry Pi through the terminal and edit the source code for your login   - For ADPAA, you have to manually install it on Raspberry Pi through the terminal and edit the source code for your login
-  - +
  
 __Guideline to wiring for 3D-PAWS__: __Guideline to wiring for 3D-PAWS__:
Line 89: Line 89:
   - **sgp30_logger.py**: Logs carbon dioxide (eCO2) and Total Volatile Organic Compound (TVOC) from the SGP30 sensor into a CSV file automatically. (5-second collection interval)   - **sgp30_logger.py**: Logs carbon dioxide (eCO2) and Total Volatile Organic Compound (TVOC) from the SGP30 sensor into a CSV file automatically. (5-second collection interval)
   - **IMetXQ2_tri.py**: Logs data from IMetXQ2 and measures pressure, altitude, humidity, and temperature, and logs the measurements into a CSV file. For this code, you need to go in and change the USB_port to the correct port. (cd /dev and ls: plug and unplug, and you will see the name that changes. Run the script after cd /dev: ls and plug, then unplug and see which one was removed).   - **IMetXQ2_tri.py**: Logs data from IMetXQ2 and measures pressure, altitude, humidity, and temperature, and logs the measurements into a CSV file. For this code, you need to go in and change the USB_port to the correct port. (cd /dev and ls: plug and unplug, and you will see the name that changes. Run the script after cd /dev: ls and plug, then unplug and see which one was removed).
-  - Each sensor has a comment code to add a time stop feature, so the code will automatically stop at a certain hour it reaches. To add it: remove # from the line of code and change "from datetime import datetime" to "import datetime". Remove the lines that have datetime.dateitme(etc....) to a single datetime.(etc...). +  - Each sensor has a comment code to add a time stop feature, so the code will automatically stop at a certain hour it reaches. To add it: remove # from the line of code and change "from datetime import datetime" to "import datetime". Remove the lines that have datetime.datetime(etc....) to a single datetime.(etc...). 
   - Where it has (hours= #). Change the numerical number to the value of how long in hours you want the code to run and stop. For example, (hours=1) the code will run for an hour and stop itself automatically   - Where it has (hours= #). Change the numerical number to the value of how long in hours you want the code to run and stop. For example, (hours=1) the code will run for an hour and stop itself automatically
-  - When troubleshooting the code, there were some indent errors, so ensure each indent is correct  +  - When troubleshooting the code, there were some indent errors, so ensure each indent is correct  
 + 
 +Analysis for future projects: 
 +  - Larger Parachute: The parachute in the garage is not big enough for a 10 ft height, 12.5 ft length, and 9ft width. The parachute did not deploy correctly on the Summer 2025 balloon launch. When we retrieved the balloon, the string broke off, and the bottom of the knot at the bottom of the package was intact, but the string going through the package looked as if it had been snapped. 
 ===== History ==== ===== History ====
   * Liz Cardoza worked on project during 2024 Summer REU, see [[http://www.openscienceassociates.com/delene/Cardoza_REU2024_Poster.pdf|REU Poster]]   * Liz Cardoza worked on project during 2024 Summer REU, see [[http://www.openscienceassociates.com/delene/Cardoza_REU2024_Poster.pdf|REU Poster]]
   * Michael Witherspoon 2025 Summer REU   * Michael Witherspoon 2025 Summer REU
atmos/researchmeetingnotes/researchmeetingnotes/home/lizcardoza.1753812580.txt.gz · Last modified: 2025/07/29 18:09 by 127.0.0.1