Skip to content

Commit

Permalink
Added packaging scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
itsmoosh committed Jan 23, 2024
1 parent 1b59c67 commit 83373fb
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
*.asv
.idea/*
*pycache*
PlanetMag.zip
10 changes: 10 additions & 0 deletions misc/cleanOutputs.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

rm -f out/*.txt
rm -f out/*.mat

rm -f figures/*.pdf
rm -f figures/*.png

rm -f publication/*.mat
rm -f publication/*.pdf
20 changes: 20 additions & 0 deletions misc/packageList.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
PlanetMag.m
comparison/*.m
functions/*.m
functions/*.py
modelCoeffs/*.py
modelCoeffs/*.m
modelCoeffs/*.csv
figures/.gitignore
MAG/.gitignore
out/.gitignore
misc/*
publication/*.txt
publication/*.m
publication/*.py
SPICE/*.tf
SPICE/*.tls
SPICE/*.tpc
SPICE/*/.gitignore
LICENSE
README.md
3 changes: 3 additions & 0 deletions misc/packageZip.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

zip -r PlanetMag.zip . -i@misc/packageList.txt

0 comments on commit 83373fb

Please sign in to comment.