├── .DS_Store ├── .gitignore ├── .idea ├── vcs.xml └── workspace.xml ├── 50SAT ├── SPEX$50SAT.pdf ├── SPEX$50SAT.tex ├── SPEX50SAT.bib └── img │ ├── 50sat_model.jpg │ └── internal_pcbs.JPG ├── ASTRO ├── ASTROpdd.pdf └── ASTROpdd.tex ├── Aerospike_Nozzle ├── SPEXpdd.pdf ├── SPEXpdd.tex ├── Testing myrefs.pdf ├── Testing myrefs.tex ├── figs │ ├── ASvsCBN_NozzleDesign.jpg │ ├── CALVEIN's_AS_CFD_analysis.png │ ├── GraphOfASPerformance_Rao.png │ ├── V2_Aerospike.pdf │ ├── V4_AerospikeNozzle.pdf │ ├── aerospike.png │ ├── project life cycle.vsdx │ └── project-life-cycle.png └── myrefs.bib ├── COPY_THIS ├── SPEXpdd.pdf ├── SPEXpdd.tex ├── figs │ ├── project life cycle.vsdx │ └── project-life-cycle.png ├── sample-formats.bib └── sample-with-examples.bib ├── CSLI ├── CSLI.pdf ├── CSLI.tex └── figs │ ├── project life cycle.vsdx │ └── project-life-cycle.png ├── Cold-Gas-Thruster ├── CGT-PDD.bib ├── Cold Gas Thruster PDD.pdf ├── Cold Gas Thruster PDD.tex ├── figs │ ├── CGT-BoM.PNG │ ├── cold-gas-thruster.png │ ├── nozzle-shocks[1].PNG │ └── nozzle-shocks[2].PNG ├── sample-formats.bib └── sample-with-examples.bib ├── Environmental-Test-Chamber ├── enviornmentalTestChamberPDD.pdf ├── enviornmentalTestChamberPDD.tex └── etc.bib ├── HAB-CV ├── hab-cv.pdf └── hab-cv.tex ├── HAB5 ├── hab5.bib ├── hab5.pdf └── hab5.tex ├── HELP ├── HELP.pdf ├── HelpMe.tex └── IEEE Journal Template │ ├── IEEEtran.cls │ ├── IEEEtran_HOWTO.pdf │ ├── main.tex │ └── picture.png ├── Habian-Motion ├── Habian_Motion.pdf ├── Habian_Motion.tex ├── SPEXpdd.pdf ├── figs │ ├── Sweep-Angle.png │ ├── full_HAB_model.PNG │ ├── project life cycle.vsdx │ └── project-life-cycle.png ├── sample-formats.bib └── sample-with-examples.bib ├── IREC ├── IREC_PDD.pdf ├── IREC_PDD.tex └── SPEXpdd.pdf ├── ISSUE_TEMPLATE.md ├── LICENSE ├── Mission-Feasibility-Study ├── SPEXMissionFeasibilityStudy.pdf └── SPEXMissionFeasibilityStudy.tex ├── PULL_REQUEST_TEMPLATE.md ├── README.md ├── Rocket-Nozzle-Design-and-Analysis ├── Rocket_Nozzle_Design_and_Analysis.pdf └── Rocket_Nozzle_Design_and_Analysis.tex ├── Rovers ├── Rovers.pdf ├── Rovers.tex ├── figs │ └── rocker-bogie.png └── readme.md ├── SDL-IREC 2019 SPEXTRO ├── SDL-IREC_SPEXTRO.pdf ├── SDL-IREC_SPEXTRO.tex └── ref.bib ├── astrodynamics-fall-2018 ├── astrodynamicsFall2018PDD.pdf └── astrodynamicsFall2018PDD.tex └── microhab_2017 ├── microhab2017.pdf └── microhab2017.tex /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/.gitignore -------------------------------------------------------------------------------- /.idea/vcs.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/.idea/vcs.xml -------------------------------------------------------------------------------- /.idea/workspace.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/.idea/workspace.xml -------------------------------------------------------------------------------- /50SAT/SPEX$50SAT.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/50SAT/SPEX$50SAT.pdf -------------------------------------------------------------------------------- /50SAT/SPEX$50SAT.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/50SAT/SPEX$50SAT.tex -------------------------------------------------------------------------------- /50SAT/SPEX50SAT.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/50SAT/SPEX50SAT.bib -------------------------------------------------------------------------------- /50SAT/img/50sat_model.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/50SAT/img/50sat_model.jpg -------------------------------------------------------------------------------- /50SAT/img/internal_pcbs.JPG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/50SAT/img/internal_pcbs.JPG -------------------------------------------------------------------------------- /ASTRO/ASTROpdd.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/ASTRO/ASTROpdd.pdf -------------------------------------------------------------------------------- /ASTRO/ASTROpdd.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/ASTRO/ASTROpdd.tex -------------------------------------------------------------------------------- /Aerospike_Nozzle/SPEXpdd.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Aerospike_Nozzle/SPEXpdd.pdf -------------------------------------------------------------------------------- /Aerospike_Nozzle/SPEXpdd.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Aerospike_Nozzle/SPEXpdd.tex -------------------------------------------------------------------------------- /Aerospike_Nozzle/Testing myrefs.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Aerospike_Nozzle/Testing myrefs.pdf -------------------------------------------------------------------------------- /Aerospike_Nozzle/Testing myrefs.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Aerospike_Nozzle/Testing myrefs.tex -------------------------------------------------------------------------------- /Aerospike_Nozzle/figs/ASvsCBN_NozzleDesign.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Aerospike_Nozzle/figs/ASvsCBN_NozzleDesign.jpg -------------------------------------------------------------------------------- /Aerospike_Nozzle/figs/CALVEIN's_AS_CFD_analysis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Aerospike_Nozzle/figs/CALVEIN's_AS_CFD_analysis.png -------------------------------------------------------------------------------- /Aerospike_Nozzle/figs/GraphOfASPerformance_Rao.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Aerospike_Nozzle/figs/GraphOfASPerformance_Rao.png -------------------------------------------------------------------------------- /Aerospike_Nozzle/figs/V2_Aerospike.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Aerospike_Nozzle/figs/V2_Aerospike.pdf -------------------------------------------------------------------------------- /Aerospike_Nozzle/figs/V4_AerospikeNozzle.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Aerospike_Nozzle/figs/V4_AerospikeNozzle.pdf -------------------------------------------------------------------------------- /Aerospike_Nozzle/figs/aerospike.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Aerospike_Nozzle/figs/aerospike.png -------------------------------------------------------------------------------- /Aerospike_Nozzle/figs/project life cycle.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Aerospike_Nozzle/figs/project life cycle.vsdx -------------------------------------------------------------------------------- /Aerospike_Nozzle/figs/project-life-cycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Aerospike_Nozzle/figs/project-life-cycle.png -------------------------------------------------------------------------------- /Aerospike_Nozzle/myrefs.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Aerospike_Nozzle/myrefs.bib -------------------------------------------------------------------------------- /COPY_THIS/SPEXpdd.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/COPY_THIS/SPEXpdd.pdf -------------------------------------------------------------------------------- /COPY_THIS/SPEXpdd.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/COPY_THIS/SPEXpdd.tex -------------------------------------------------------------------------------- /COPY_THIS/figs/project life cycle.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/COPY_THIS/figs/project life cycle.vsdx -------------------------------------------------------------------------------- /COPY_THIS/figs/project-life-cycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/COPY_THIS/figs/project-life-cycle.png -------------------------------------------------------------------------------- /COPY_THIS/sample-formats.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/COPY_THIS/sample-formats.bib -------------------------------------------------------------------------------- /COPY_THIS/sample-with-examples.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/COPY_THIS/sample-with-examples.bib -------------------------------------------------------------------------------- /CSLI/CSLI.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/CSLI/CSLI.pdf -------------------------------------------------------------------------------- /CSLI/CSLI.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/CSLI/CSLI.tex -------------------------------------------------------------------------------- /CSLI/figs/project life cycle.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/CSLI/figs/project life cycle.vsdx -------------------------------------------------------------------------------- /CSLI/figs/project-life-cycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/CSLI/figs/project-life-cycle.png -------------------------------------------------------------------------------- /Cold-Gas-Thruster/CGT-PDD.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Cold-Gas-Thruster/CGT-PDD.bib -------------------------------------------------------------------------------- /Cold-Gas-Thruster/Cold Gas Thruster PDD.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Cold-Gas-Thruster/Cold Gas Thruster PDD.pdf -------------------------------------------------------------------------------- /Cold-Gas-Thruster/Cold Gas Thruster PDD.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Cold-Gas-Thruster/Cold Gas Thruster PDD.tex -------------------------------------------------------------------------------- /Cold-Gas-Thruster/figs/CGT-BoM.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Cold-Gas-Thruster/figs/CGT-BoM.PNG -------------------------------------------------------------------------------- /Cold-Gas-Thruster/figs/cold-gas-thruster.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Cold-Gas-Thruster/figs/cold-gas-thruster.png -------------------------------------------------------------------------------- /Cold-Gas-Thruster/figs/nozzle-shocks[1].PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Cold-Gas-Thruster/figs/nozzle-shocks[1].PNG -------------------------------------------------------------------------------- /Cold-Gas-Thruster/figs/nozzle-shocks[2].PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Cold-Gas-Thruster/figs/nozzle-shocks[2].PNG -------------------------------------------------------------------------------- /Cold-Gas-Thruster/sample-formats.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Cold-Gas-Thruster/sample-formats.bib -------------------------------------------------------------------------------- /Cold-Gas-Thruster/sample-with-examples.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Cold-Gas-Thruster/sample-with-examples.bib -------------------------------------------------------------------------------- /Environmental-Test-Chamber/enviornmentalTestChamberPDD.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Environmental-Test-Chamber/enviornmentalTestChamberPDD.pdf -------------------------------------------------------------------------------- /Environmental-Test-Chamber/enviornmentalTestChamberPDD.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Environmental-Test-Chamber/enviornmentalTestChamberPDD.tex -------------------------------------------------------------------------------- /Environmental-Test-Chamber/etc.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Environmental-Test-Chamber/etc.bib -------------------------------------------------------------------------------- /HAB-CV/hab-cv.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/HAB-CV/hab-cv.pdf -------------------------------------------------------------------------------- /HAB-CV/hab-cv.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/HAB-CV/hab-cv.tex -------------------------------------------------------------------------------- /HAB5/hab5.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/HAB5/hab5.bib -------------------------------------------------------------------------------- /HAB5/hab5.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/HAB5/hab5.pdf -------------------------------------------------------------------------------- /HAB5/hab5.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/HAB5/hab5.tex -------------------------------------------------------------------------------- /HELP/HELP.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/HELP/HELP.pdf -------------------------------------------------------------------------------- /HELP/HelpMe.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/HELP/HelpMe.tex -------------------------------------------------------------------------------- /HELP/IEEE Journal Template/IEEEtran.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/HELP/IEEE Journal Template/IEEEtran.cls -------------------------------------------------------------------------------- /HELP/IEEE Journal Template/IEEEtran_HOWTO.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/HELP/IEEE Journal Template/IEEEtran_HOWTO.pdf -------------------------------------------------------------------------------- /HELP/IEEE Journal Template/main.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/HELP/IEEE Journal Template/main.tex -------------------------------------------------------------------------------- /HELP/IEEE Journal Template/picture.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/HELP/IEEE Journal Template/picture.png -------------------------------------------------------------------------------- /Habian-Motion/Habian_Motion.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Habian-Motion/Habian_Motion.pdf -------------------------------------------------------------------------------- /Habian-Motion/Habian_Motion.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Habian-Motion/Habian_Motion.tex -------------------------------------------------------------------------------- /Habian-Motion/SPEXpdd.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Habian-Motion/SPEXpdd.pdf -------------------------------------------------------------------------------- /Habian-Motion/figs/Sweep-Angle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Habian-Motion/figs/Sweep-Angle.png -------------------------------------------------------------------------------- /Habian-Motion/figs/full_HAB_model.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Habian-Motion/figs/full_HAB_model.PNG -------------------------------------------------------------------------------- /Habian-Motion/figs/project life cycle.vsdx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Habian-Motion/figs/project life cycle.vsdx -------------------------------------------------------------------------------- /Habian-Motion/figs/project-life-cycle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Habian-Motion/figs/project-life-cycle.png -------------------------------------------------------------------------------- /Habian-Motion/sample-formats.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Habian-Motion/sample-formats.bib -------------------------------------------------------------------------------- /Habian-Motion/sample-with-examples.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Habian-Motion/sample-with-examples.bib -------------------------------------------------------------------------------- /IREC/IREC_PDD.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/IREC/IREC_PDD.pdf -------------------------------------------------------------------------------- /IREC/IREC_PDD.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/IREC/IREC_PDD.tex -------------------------------------------------------------------------------- /IREC/SPEXpdd.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/IREC/SPEXpdd.pdf -------------------------------------------------------------------------------- /ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/LICENSE -------------------------------------------------------------------------------- /Mission-Feasibility-Study/SPEXMissionFeasibilityStudy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Mission-Feasibility-Study/SPEXMissionFeasibilityStudy.pdf -------------------------------------------------------------------------------- /Mission-Feasibility-Study/SPEXMissionFeasibilityStudy.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Mission-Feasibility-Study/SPEXMissionFeasibilityStudy.tex -------------------------------------------------------------------------------- /PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/README.md -------------------------------------------------------------------------------- /Rocket-Nozzle-Design-and-Analysis/Rocket_Nozzle_Design_and_Analysis.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Rocket-Nozzle-Design-and-Analysis/Rocket_Nozzle_Design_and_Analysis.pdf -------------------------------------------------------------------------------- /Rocket-Nozzle-Design-and-Analysis/Rocket_Nozzle_Design_and_Analysis.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Rocket-Nozzle-Design-and-Analysis/Rocket_Nozzle_Design_and_Analysis.tex -------------------------------------------------------------------------------- /Rovers/Rovers.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Rovers/Rovers.pdf -------------------------------------------------------------------------------- /Rovers/Rovers.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Rovers/Rovers.tex -------------------------------------------------------------------------------- /Rovers/figs/rocker-bogie.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Rovers/figs/rocker-bogie.png -------------------------------------------------------------------------------- /Rovers/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/Rovers/readme.md -------------------------------------------------------------------------------- /SDL-IREC 2019 SPEXTRO/SDL-IREC_SPEXTRO.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/SDL-IREC 2019 SPEXTRO/SDL-IREC_SPEXTRO.pdf -------------------------------------------------------------------------------- /SDL-IREC 2019 SPEXTRO/SDL-IREC_SPEXTRO.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/SDL-IREC 2019 SPEXTRO/SDL-IREC_SPEXTRO.tex -------------------------------------------------------------------------------- /SDL-IREC 2019 SPEXTRO/ref.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/SDL-IREC 2019 SPEXTRO/ref.bib -------------------------------------------------------------------------------- /astrodynamics-fall-2018/astrodynamicsFall2018PDD.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/astrodynamics-fall-2018/astrodynamicsFall2018PDD.pdf -------------------------------------------------------------------------------- /astrodynamics-fall-2018/astrodynamicsFall2018PDD.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/astrodynamics-fall-2018/astrodynamicsFall2018PDD.tex -------------------------------------------------------------------------------- /microhab_2017/microhab2017.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/microhab_2017/microhab2017.pdf -------------------------------------------------------------------------------- /microhab_2017/microhab2017.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rit-spex/SPEX-Project-Definition-Documents/HEAD/microhab_2017/microhab2017.tex --------------------------------------------------------------------------------