Skip to content

Commit

Permalink
MNT: refactoring the data folder (#721)
Browse files Browse the repository at this point in the history
* GIT: rename data files

* GIT: rename more files

* MNT: Delete redundant files

* MNT: rename berkeley files

* MNT: updates paths after refactoring the data folder

* GIT: rename data files

* GIT: rename more files

* MNT: Delete redundant files

* MNT: rename berkeley files

* MNT: updates paths after refactoring the data folder

* GIT: rename data files

* GIT: rename more files

* MNT: Delete redundant files

* MNT: rename berkeley files

* MNT: updates paths after refactoring the data folder

* STY: fix lint

* DOC: fix paths in documentation
  • Loading branch information
Gui-FernandesBR authored Nov 9, 2024
1 parent b838d53 commit 59072c5
Show file tree
Hide file tree
Showing 118 changed files with 4,402 additions and 56,954 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ A sample Motor object can be created by the following code:

```python
Pro75M1670 = SolidMotor(
thrust_source="data/motors/Cesaroni_M1670.eng",
thrust_source="data/motors/cesaroni/Cesaroni_M1670.eng",
dry_mass=1.815,
dry_inertia=(0.125, 0.125, 0.002),
center_of_dry_mass_position=0.317,
Expand Down Expand Up @@ -218,8 +218,8 @@ calisto = Rocket(
radius=0.0635,
mass=14.426, # without motor
inertia=(6.321, 6.321, 0.034),
power_off_drag="data/calisto/powerOffDragCurve.csv",
power_on_drag="data/calisto/powerOnDragCurve.csv",
power_off_drag="data/rockets/calisto/powerOffDragCurve.csv",
power_on_drag="data/rockets/calisto/powerOnDragCurve.csv",
center_of_mass_without_motor=0,
coordinate_system_orientation="tail_to_nose",
)
Expand Down
File renamed without changes.
File renamed without changes.
59 changes: 0 additions & 59 deletions data/calisto/NACA0012-radians.csv

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 59072c5

Please sign in to comment.