1
0
mirror of https://gitlab.com/Anson-Projects/projects.git synced 2025-06-15 14:36:47 +00:00

Add old research proposal that wasn't posted

This commit is contained in:
Anson 2024-11-14 06:30:25 +00:00
parent 87c3c4459b
commit 2dcfc6b14a
9 changed files with 916 additions and 215 deletions

View File

@ -13,9 +13,6 @@
]
}
},
"mounts": [
"source=${localEnv:USERPROFILE}\\.ssh,target=/root/.ssh,type=bind,consistency=cached"
],
"remoteEnv": {
"GIT_SSH_COMMAND": "ssh -o StrictHostKeyChecking=no"
}

View File

@ -17,12 +17,12 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
&& rm -rf /var/lib/apt/lists/*
# Use a RUN command for architecture detection and conditional logic
RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.4.550/quarto-1.4.550-linux-$(if [ "$(uname -m)" = "x86_64" ]; then echo "amd64"; else echo "arm64"; fi).tar.gz -O quarto.tar.gz \
RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.57/quarto-1.5.57-linux-$(if [ "$(uname -m)" = "x86_64" ]; then echo "amd64"; else echo "arm64"; fi).tar.gz -O quarto.tar.gz \
&& tar -xzf quarto.tar.gz -C /opt \
&& mkdir -p /opt/quarto \
&& mv /opt/quarto-1.4.550/* /opt/quarto/ \
&& mv /opt/quarto-1.5.57/* /opt/quarto/ \
&& ln -s /opt/quarto/bin/quarto /usr/local/bin/quarto \
&& rm -rf quarto.tar.gz /opt/quarto-1.4.550
&& rm -rf quarto.tar.gz /opt/quarto-1.5.57
RUN python3 -m pip install jupyter webio_jupyter_extension jupyter-cache

File diff suppressed because it is too large Load Diff

BIN
posts/.DS_Store vendored Normal file

Binary file not shown.

View File

@ -0,0 +1,164 @@
<?xml version="1.0" encoding="utf-8"?>
<style xmlns="http://purl.org/net/xbiblio/csl" class="in-text" default-locale="en-US" version="1.0" demote-non-dropping-particle="sort-only">
<info>
<title>Diabetologia</title>
<id>http://www.zotero.org/styles/diabetologia</id>
<link href="http://www.zotero.org/styles/diabetologia" rel="self"/>
<link href="http://www.zotero.org/styles/springer-basic-brackets" rel="template"/>
<link href="http://diabetologia-journal.org/for-authors/instructions-to-authors/" rel="documentation"/>
<author>
<name>Patrick O'Brien</name>
<uri>https://twitter.com/patobrien333/</uri>
</author>
<category citation-format="numeric"/>
<category field="biology"/>
<category field="medicine"/>
<issn>0012-186X</issn>
<eissn>1432-0428</eissn>
<updated>2019-02-06T16:38:10+00:00</updated>
<rights license="http://creativecommons.org/licenses/by-sa/3.0/">This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 License</rights>
</info>
<locale>
<terms>
<term name="et-al">et al</term>
</terms>
</locale>
<macro name="author">
<names variable="author">
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
<substitute>
<names variable="editor"/>
<names variable="translator"/>
</substitute>
</names>
</macro>
<macro name="edition">
<choose>
<if is-numeric="edition">
<group delimiter=" ">
<number variable="edition" form="ordinal"/>
<text term="edition" form="short" strip-periods="true"/>
</group>
</if>
<else>
<text variable="edition"/>
</else>
</choose>
</macro>
<macro name="title">
<choose>
<if type="book">
<group delimiter=", ">
<text variable="title"/>
<text macro="edition"/>
</group>
</if>
<else>
<text variable="title"/>
</else>
</choose>
</macro>
<macro name="year-parenth">
<date prefix="(" suffix=")" variable="issued">
<date-part name="year"/>
</date>
</macro>
<citation collapse="citation-number">
<sort>
<key variable="citation-number"/>
</sort>
<layout prefix="[" suffix="]" delimiter=", ">
<text variable="citation-number"/>
</layout>
</citation>
<bibliography et-al-min="7" et-al-use-first="3" second-field-align="flush">
<layout>
<text variable="citation-number" suffix=". "/>
<group delimiter=" ">
<text macro="author"/>
<text macro="year-parenth"/>
<text macro="title"/>
</group>
<choose>
<if type="chapter paper-conference" match="any">
<group delimiter=" " prefix=". ">
<text term="in" text-case="capitalize-first" suffix=":"/>
<names variable="editor">
<name sort-separator=" " initialize-with="" name-as-sort-order="all" delimiter=", " delimiter-precedes-last="always"/>
<label form="short" strip-periods="true" prefix=" (" suffix=")"/>
</names>
<group delimiter=", ">
<text variable="container-title"/>
<text macro="edition"/>
</group>
</group>
<group prefix=". " delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
<group delimiter=" ">
<label variable="page" form="short" strip-periods="true"/>
<text variable="page"/>
</group>
</group>
</if>
<else-if type="article-journal">
<choose>
<if variable="page volume" match="any">
<group prefix=". " delimiter=". ">
<group delimiter=" ">
<text variable="container-title" form="short" strip-periods="true"/>
<group delimiter=":">
<group>
<text variable="volume"/>
<text variable="issue" prefix="(" suffix=")"/>
</group>
<text variable="page"/>
</group>
</group>
<text prefix="https://doi.org/" variable="DOI"/>
</group>
</if>
<else>
<group prefix=". " delimiter=". ">
<text variable="container-title" form="short" strip-periods="true"/>
<text prefix="https://doi.org/" variable="DOI"/>
</group>
</else>
</choose>
</else-if>
<else-if type="bill book graphic legal_case legislation motion_picture report song" match="any">
<group prefix=". " delimiter=", ">
<text variable="publisher"/>
<text variable="publisher-place"/>
</group>
</else-if>
<else-if type="webpage post-weblog" match="any">
<group prefix=". " delimiter=". ">
<text prefix="In: " variable="container-title" form="short"/>
<text variable="URL"/>
<date variable="accessed">
<date-part prefix="Accessed " name="day" suffix=" "/>
<date-part name="month" form="short" suffix=" " strip-periods="true"/>
<date-part name="year"/>
</date>
</group>
</else-if>
<else-if type="thesis">
<group prefix=". " delimiter=", ">
<text variable="genre" text-case="capitalize-first"/>
<text variable="publisher"/>
</group>
</else-if>
<else>
<group prefix=". " delimiter=" ">
<text variable="container-title" form="short"/>
<group delimiter=":">
<text variable="volume"/>
<text variable="page"/>
</group>
</group>
</else>
</choose>
</layout>
</bibliography>
</style>

View File

@ -0,0 +1,101 @@
---
title: Space Debris Characterization Using Machine Learning Methods
date: 2022-02-07
# date-modified: 2024-11-13
author:
- name: Anson Biggs
url: https://ansonbiggs.com
role:
- "Data curation"
- "Formal analysis"
- "Investigation"
- "Methodology"
- "Software"
- "Validation"
- "Visualization"
- "Writing - original draft"
- "Writing - review & editing"
affiliation:
- name: Embry-Riddle Aeronautical University
city: Prescott
state: AZ
url: https://erau.edu
- name: Ana Bader-Elenes
role:
- "Data curation"
- "Investigation"
- "Methodology"
- "Software"
- "Validation"
- "Visualization"
- "Writing - review & editing"
affiliation: Embry-Riddle Aeronautical University
- name: Dr. Mehran Andalibi
affiliation: Associate Professor of Mechanical Engineering, Embry-Riddle Aeronautical University, Prescott, AZ
roles: Advisor
- name: Dr. Ron Madler
affiliation: Dean of the College of Engineering, Embry-Riddle Aeronautical University, Prescott, AZ
roles: Advisor
abstract: >
Orbital debris is a form of pollution that is growing at an exponential pace and puts current and future space infrastructure at risk. Satellites are critical to military, commercial, and civil operations. Unfortunately, the space they occupy is increasingly becoming more crowded and dangerous, potentially leading to a cascade event that could turn orbit around the Earth into an unusable wasteland for decades proper mitigation is not introduced. Unfortunately, existing models employed by NASA rely on a dataset created from 2D images and are missing many crucial features required for correctly modeling the space debris environment. Our approach uses high-resolution 3D scanning to fully capture the geometry of a piece of debris and allow a more advanced analysis of each piece. This approach, coupled with machine learning methods, will allow advances to the current cutting edge. Physical and photograph-based measurements are time-consuming, hard to replicate, and lack precision. 3D scanning allows much more advanced and accurate analysis of each debris sample, focusing on properties such as moment of inertia, cross-section, and drag. With these additional properties, we stand to substantially increase our understanding of the space debris environment through advanced characterization of each piece of debris. Once the characteristics of space debris are more thoroughly understood, we can begin mitigating the creation and danger of future space debris by implementing improved satellite construction methods and more advanced debris avoidance measures.
description: |
The growing threat of orbital debris poses a significant risk to space infrastructure. Current NASA models, based on 2D images, lack crucial features for accurate modeling. This research utilizes high-resolution 3D scanning and machine learning to analyze debris geometry, enabling a more comprehensive understanding of the debris environment. This improved characterization will inform mitigation strategies, including better satellite construction and debris avoidance measures.
description-meta: |
Researching orbital debris using 3D scanning and machine learning to improve current models and inform mitigation strategies. Learn how this approach enhances our understanding of space debris and its impact on space infrastructure.
funding: "This work was funded by ERAU URI Ignite Award"
other-links:
- text: URI Discovery Day Post
href: https://commons.erau.edu/pr-discovery-day/2022/presentations/5/
bibliography: references.bib
csl: diabetologia.csl
---
:::{.callout-note}
## Important Note
This is a reposting of my research proposal since my Univeristy only posted the abstract and a very low quality image. I removed any information that wasn't written by me, or anything that could be considered sensitive.
:::
## Project Summary
There are currently approximately 23,522 debris objects 10 centimeters in size or larger tracked by NASA, an estimated 500,000 objects 1 centimeter in size or larger, and upwards of 100 million debris objects at least 1 millimeter in size [@noauthor_space_2022]. Furthermore, the average relative velocity of objects in Low Earth Orbit is ten km/s [@wertz_space_2011], which means collisions with even tiny pieces of debris can end a space mission and create more debris. These factors could combine and lead to a vicious cycle where debris causes more debris, potentially creating debris faster than atmospheric drag could remove it and, in an extreme case blocking access to space for decades [@kessler_collision_1978]. Essential factors in predicting the damage due to collision with space debris are its mass, density, speed, and shape. As a result, developing models to predict the orbits of debris and categorizing them based on their shape characteristics is a growing focus for the US and allied space agencies [@orbital_debris_research_and_developmentinteragency_working_group_2021_2021]. These models are used to maneuver around the upcoming debris or assess the potential damage due to collisions.
Current studies have the following shortcomings. Although they only utilize a few shape characteristic factors for space debris classification, namely characteristic length, and average cross-section, they do not consider shape characteristics vital in calculating collision damage, such as ballistic coefficient. This proposal aims to improve state-of-the-art through advanced object classification with the following methodology that utilizes 3D scanning and Machine Learning. First, high-resolution 3D scans of satellite debris are acquired imported in CATIA, and solid models from them are created from which an abundance of shape characteristics factors can be obtained. 3D scanning is followed by employing Machine Learning techniques for reducing the dimensionality of the obtained features (via the Principal Component Analysis) and replacing the current decision trees with more reliable clustering algorithms, such as K-Means Clustering or Artificial Neural Networks. Then this data is processed with Ballistic coefficient and other essential factors in the collision of a satellite with different classes of space debris found from machine learning will be calculated, and further refinement in these clusters will be investigated.
## Project Description
### Project Background
With the current accelerating rate of satellites accruing in orbit, collisions are becoming exponentially more likely. Low earth orbit (LEO) suffers the most from Orbital Debris since it is a highly desired altitude, has the least room for satellites, and must be passed through to reach higher altitudes. In addition, stage separations to reach higher orbits may happen in LEO, meaning almost every mission into space creates orbital debris in this critical region. Combined, these factors mean that a cascade event is becoming more likely, and this critical orbital regime is on track to become too hazardous for any level of use. Due to limited tracking technologies, especially for high-altitude orbits, hazard estimation of orbital debris is only possible by utilizing a model that considers the physical characteristics of debris.
The current authority on debris modeling comes from the NASA DebriSat program. This program creates mockup satellites that are destroyed using hypervelocity impacts. The debris from the impacts is then collected and tabulated to characterize the orbital debris distribution created from an impact in space. This creates a valuable model for knowing the general makeup of orbital debris but provides insufficient information for more advanced modeling. The methods used by the DebriSat program to characterize their debris involve a purpose-built imaging system that determines the characteristic length of a piece of debris [@moraguez2015imaging; @cowardin_optical_2020] which is tabulated with the material and weight of each piece of debris. Then a simple decision tree is used to characterize the debris. Decision trees are a helpful method to categorize data. We propose to use a more advanced approach to improve the cluster characterization of the debris.
### Objectives
The materials and construction methods used to create satellites are changing rapidly because the price to orbit is now low enough that new companies can create satellites with unproven designs, and established players can take risks and relax TRL requirements [@orbital_debris_research_and_developmentinteragency_working_group_2021_2021;@buchs2021intensifying]. However, rapid innovation in this field has the drawback that to keep their models up to date, DebriSat needs to continuously create mock satellites that reflect the cutting edge of satellite manufacturing so that their model can stay relevant. In addition, each test creates tens of thousands of pieces that must be accurately cataloged [@carrasquilla_debrisat_2019], so any new characterization method needs to be fast enough to keep up with changing satellite characteristics. It also means that the essential characteristics of orbital debris may change, so new data must be analyzed and incorporated into models. Another benefit to our approach is that since all the debris we catalog will have a 3D model saved and could potentially be reprocessed in code in the future if new modeling methods are adopted.
### Project Approach
Below in @fig-comparison, you can see an example of the current decision tree method used by DebriSat alongside the advanced 3D scan data science pipeline that we propose. Our method utilizes complex analysis only possible with a high-resolution scan of the models and then uses a variety of machine learning and data science techniques to process the data into useful metrics. Our method is a modern approach that can eventually be developed into complex simulations of debris.
![DebriSat Approach versus Our Approach](uripropcomparison.svg){#fig-comparison}
Enough samples to get the project started have been provided by Dr. Madler, but as of now, they are entirely uncharacterized. The first step towards characterizing the debris we have is to manually organize them into different clusters. The clusters are based on similar characteristics that can be observed visually to produce a preliminary characterization and are just meant to be a starting point for the MATLAB code. Then three to five samples from each cluster will be scanned to give a somewhat even distribution of what we expect MATLAB to provide for each cluster. When clustering using machine learning methods, every cluster must have a few pieces to ensure minimal outliers in the data. As more data becomes available, the machine learning methods get more powerful. Before being put into MATLAB, every scan will be uploaded into CATIA to take data from the scans and clean up the model. CATIA makes some of the desired characteristics of the debris samples, such as the moment of inertia, the center of gravity, etc., very easy to collect. Future iterations of this project will likely do all processing in MATLAB to reduce the manual labor required for each piece of debris.
Below in @fig-debris is a render of a real piece of debris scanned by the Rapid Prototyping Lab on campus. Even after reducing the number of points provided by the scanner, the final model has over 1.2 million points, which is an impressive resolution given that the model is only a few inches in length on its longest axis. With debris created by hyper-velocity impacts having such complex shapes, it becomes clear almost immediately that the geometry is far too complex for any sort of meaningful characterization by a human without machine learning techniques. This issue is compounded by the fact that satellites comprise many exotic materials. The DebriSat program uses a simplified satellite to reduce costs, and it still comprises 14 different categories of materials where a category is primarily a way to determine how dense the material is [@cowardin2019updates] and not for each unique material. This also means that the shapes vary wildly since PCBs, wires, batteries, and the aluminum structure reacts entirely differently to a hypervelocity collision. The example in @fig-debris, and every piece of debris we have at our disposal, are from a hypervelocity impact involving aluminum sheet metal. A dataset of one material type is beneficial at this point since our dataset is still small; it makes sense to start our characterization with a single type of debris.
![Sample Debris Scans](long.png){#fig-debris}
Our data collection process gives us much more data than the traditional methods, so machine learning is required to make sense of the data. The first step towards processing our data once it has been tabulated into MATLAB is to perform a principal component analysis (PCA). Utilizing PCA has two significant benefits at this stage of the project in that it reduces the required size of our dataset and decreases the amount of computational power to process the dataset. Reducing our datasets dimensionality will allow us to derive what aspects of the orbital debris are truly important for the classification. This may be easy for a human to discern at this stage of the project, but the DebriSat database has almost 200,000 pieces of debris cataloged [@carrasquilla_debrisat_2019], so it is essential to start with an approach that is adaptable to big data and is robust enough to handle the metrics we are trying to classify that are very complex. Once PCA has reduced the dataset, it can be clustered using the k-means method. K-means is a method of categorizing large, complex datasets using pattern recognition. Depending on which insight we are looking for, k-means could produce a valuable result, or it could be a step to much more advanced machine learning methods of analysis.
## Safety Considerations
As with any research, safety is the number one priority, and steps need to be taken to ensure that every step of the project is approached as safely as possible. Lucky for this project, the only safety consideration is that the debris pieces can have sharp edges and need to be handled with care. Anyone interacting with the debris will be informed of this risk, and the debris will only be handled in the RPL lab where it is safely stored, and the room also has a first aid kit. That said, the risk of a cut from the debris is very low, and the severity would likely be on the magnitude of a paper cut.
## Outreach Activities
Outreach will be performed at the Prescott Regional SciTech Festival, which Embry-Riddle holds on March 5th, but this year will be held virtually. This is an excellent opportunity to share our research with professionals across the STEAM community.
Expected Project Outcomes
Orbital debris is pollution and is on a visible path towards reaching a point of no return where our access to space could be completely cut off for decades. Even a reduction in space activities could have a long-standing impact on military, commercial and civilian operations [@buchs2021intensifying]. This research will increase our understanding of the current orbital debris environment and enable further research to mitigate new debris by creating more advanced collision avoidance and manufacturing techniques for rockets and satellites that decrease the amount of debris generated.
The student researchers will also benefit from performing this project. First, students will learn how to collect a large dataset specifically to make it accessible by the code they write. Then a great deal of work will be spent on analyzing the data, which will rely on knowledge of solid mechanics, space mechanics, materials science, and machine learning to characterize the debris properly.

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

View File

@ -0,0 +1,171 @@
@article{hill_measurement_nodate,
title = {Measurement of satellite impact test measurement of satellite impact test fragments for modeling orbital debris},
url = {https://ntrs.nasa.gov/api/citations/20090019123/downloads/20090019123.pdf},
author = {Hill, Nicole M.},
}
@online{interfluo_6u_nodate,
title = {6U {CubeSat} model {\textbar} 3D {CAD} Model Library {\textbar} {GrabCAD}},
url = {https://grabcad.com/library/6u-cubesat-model-1},
author = {{Interfluo}},
urldate = {2022-04-15},
}
@misc{eberly_polyhedral_2002,
title = {Polyhedral Mass Properties (Revisited)},
rights = {{CC} {BY} 4.0},
url = {https://www.geometrictools.com/Documentation/PolyhedralMassProperties.pdf},
author = {Eberly, David},
date = {2002-12-31},
}
@article{cowardin_orbital_2022,
title = {Orbital Debris Quarterly News March 2022},
volume = {26},
url = {https://orbitaldebris.jsc.nasa.gov/quarterly-news/pdfs/odqnv26i1.pdf},
number = {1},
journaltitle = {{NASA} {JSC}},
editor = {Cowardin, Heather},
date = {2022-03},
keywords = {Cosmos 1408},
}
@article{cowardin_orbital_nodate,
title = {Orbital Debris Quarterly News December 2021},
volume = {25},
url = {https://orbitaldebris.jsc.nasa.gov/quarterly-news/pdfs/odqnv25i4.pdf},
number = {4},
journaltitle = {{NASA} {JSC}},
editor = {Cowardin, Heather},
}
@inproceedings{cowardin2019updates,
title = {Updates to the {DebriSat} project in support of improving breakup models and orbital debris risk assessments},
volume = {883556},
pages = {V001T10A012},
booktitle = {Hypervelocity impact symposium},
author = {Cowardin, Heather and Anz-Meador, Phillip and Murray, James and Liou, J-C and Christiansen, Eric and Sorge, Marlon and Fitz-Coy, Norman and Huynh, Tom},
date = {2019},
note = {tex.organization: American Society of Mechanical Engineers},
}
@inproceedings{carrasquilla_debrisat_2019,
title = {{DebriSat}: Generating a Dataset to Improve Space Debris Models from a Laboratory Hypervelocity Experiment},
author = {Carrasquilla, Rafael E. and Fitz-Coy, Norman G.},
date = {2019},
}
@article{buchs2021intensifying,
title = {Intensifying space activity calls for increased scrutiny of risks},
url = {https://infoscience.epfl.ch/record/284971/files/IRGC%282021%29.%20Spotlight%20-%20Intensifying%20space%20activity%20calls%20for%20increased%20scrutiny%20of%20risks.pdf?version=1},
journaltitle = {{IRGC}},
author = {Buchs, Romain},
date = {2021},
}
@software{noauthor_space_2022,
title = {Space debris by the numbers},
url = {https://www.esa.int/Safety_Security/Space_Debris/Space_debris_by_the_numbers},
publisher = {European Space Agency},
urldate = {2022-01-27},
date = {2022-01-05},
}
@inproceedings{moraguez2015imaging,
title = {An imaging system for automated characteristic length measurement of {DebriSat} fragments},
booktitle = {International astronautical congress meetong},
author = {Moraguez, Mathew and Patankar, Kunal and Fitz-Coy, Norman and Liou, J-C and Sorge, Marlon and Cowardin, Heather and Opiela, John and Krisko, Paula H},
date = {2015},
note = {Number: {IAC}-15-A6. 1.30288},
}
@inproceedings{liou2013debrisat,
title = {{DebriSat}A planned laboratory-based satellite impact experiment for breakup fragment characterization},
booktitle = {Sixth european conference on space debris. {ESA} communications},
author = {Liou, Jer-Chyi and Fitz-Coy, N and Clark, S and Werremeyer, M and Huynh, T and Sorge, M and Voelker, M and Opiela, J},
date = {2013},
}
@article{kessler_collision_1978,
title = {Collision frequency of artificial satellites: The creation of a debris belt},
volume = {83},
issn = {0148-0227},
url = {http://doi.wiley.com/10.1029/JA083iA06p02637},
doi = {10.1029/JA083iA06p02637},
shorttitle = {Collision frequency of artificial satellites},
pages = {2637},
issue = {A6},
journaltitle = {Journal of Geophysical Research},
shortjournal = {J. Geophys. Res.},
author = {Kessler, Donald J. and Cour-Palais, Burton G.},
urldate = {2022-01-13},
date = {1978},
langid = {english},
}
@report{orbital_debris_research_and_developmentinteragency_working_group_2021_2021,
title = {2021 National Orbital Debris Research and Development Plan},
pages = {20},
institution = {Executive Office of the President of the United States},
author = {{ORBITAL DEBRIS RESEARCH AND DEVELOPMENTINTERAGENCY WORKING GROUP} and {SUBCOMMITTEE ON SPACE WEATHER, SECURITY, AND HAZARDS} and {COMMITTEE ON HOMELAND AND NATIONAL SECURITY} and {NATIONAL SCIENCE \& TECHNOLOGY COUNCIL}},
date = {2021-01-01},
langid = {english},
}
@article{szeliski_computer_nodate,
title = {Computer Vision: Algorithms and Applications},
pages = {979},
author = {Szeliski, Richard},
langid = {english},
}
@article{murray_analysis_2019,
title = {Analysis of the {DebriSat} Fragments and Comparison to the {NASA} Standard Satellite Breakup Model},
abstract = {Existing {DOD} and {NASA} satellite breakup models are based on a key laboratory test, the 1992 Satellite Orbital debris Characterization Impact Test, which has supported many applications and matched on-orbit events involving older satellite designs reasonably well over the years. In 2014, the {NASA} Orbital Debris Program Office, in collaboration with the Air Force Space and Missile Systems Center, The Aerospace Corporation, and the University of Florida, conducted a hypervelocity impact test using a high-fidelity, mock-up satellite, {DebriSat}, in controlled and instrumented laboratory conditions to update and improve these models. {DebriSat} is representative of present-day, low Earth orbit satellites, having been constructed with modern spacecraft materials and techniques. The {DebriSat} fragment ensemble provided a variety of shapes, bulk densities, and dimensions. Fragments down to 2 mm in size are being characterized by their physical and derived properties. The data will inform updates to the current {NASA} Standard Satellite Breakup Model ({SSBM}), which was formulated using laboratory and ground-based measurements of on-orbit fragmentation events to describe an average breakup for spacecraft and upper-stage collisions and explosions. Although individual fragment collection and characterization is still ongoing, this paper will present the status of the {DebriSat} fragment data analysis including cumulative characteristic length and cumulative mass distributions, area-to-mass distributions, and characteristic length versus mass distributions. Additionally, comparisons to the {NASA} {SSBM} will be presented.},
pages = {10},
author = {Murray, James and Cowardin, Heather},
date = {2019},
langid = {english},
}
@collection{wertz_space_2011,
location = {Hawthorne, {CA}},
title = {Space mission engineering: the new {SMAD}},
isbn = {978-1-881883-16-6 978-1-881883-15-9},
series = {Space technology library},
shorttitle = {Space mission engineering},
pagetotal = {1033},
number = {v. 28},
publisher = {Microcosm Press : Sold and distributed worldwide by Microcosm Astronautics Books},
editor = {Wertz, James Richard and Everett, David F. and Puschell, Jeffery John},
date = {2011},
note = {{OCLC}: ocn747731146},
keywords = {Design and construction, Planning, Space flight, Space vehicles},
}
@article{kervin_small_2005,
title = {Small satellite characterization technologies applied to orbital debris},
volume = {35},
issn = {02731177},
url = {https://linkinghub.elsevier.com/retrieve/pii/S0273117704008816},
doi = {10.1016/j.asr.2004.11.038},
abstract = {There are challenges associated with optical observations of Earth-orbiting objects that are at, or near, the limit of detection using terrestrial space surveillance sensors. These challenges include observing small objects not just for statistical purposes, but also with enough frequency and accuracy to move them into satellite catalogs, to provide the capability to routinely observe and characterize smaller objects, and to develop the capability to observe the satellite positions with increased accuracy. Until recently, ground-based observers could easily have mistaken such small objects as debris. Given the current pace of small satellite development, it may not be much longer before operational spacecraft of even smaller size are launched. {AMOS} is currently developing techniques to observe and characterize these small spacecraft, and applying those techniques to orbital debris.},
pages = {1214--1225},
number = {7},
journaltitle = {Advances in Space Research},
shortjournal = {Advances in Space Research},
author = {Kervin, P.W. and Africano, J.L. and Sydney, P.F. and Hall, D.},
urldate = {2021-10-04},
date = {2005-01},
langid = {english},
}
@article{cowardin_optical_2020,
title = {Optical Characterization of {DebriSat} Fragments in Support of Orbital Debris Environmental Models},
abstract = {The {NASA} Orbital Debris Program Office ({ODPO}) develops, maintains, and updates orbital debris environmental models, such as the {NASA} Orbital Debris Engineering Model ({ORDEM}), to support satellite designers and operators by estimating the risk from orbital debris impacts on their vehicles in orbit. Updates to {ORDEM} utilize the most recent validated datasets from radar, optical, and in situ sources to provide estimates of the debris flux as a function of size, material density, impact speed, and direction along a mission orbit. On-going efforts within the {NASA} {ODPO} to update the next version of {ORDEM} include a new parameter that highly affects the damage risk shape. Shape can be binned by material density and size to better understand the damage assessments on spacecraft. The in situ and laboratory research activities at the {NASA} {ODPO} are focused on cataloging and characterizing fragments from a laboratory hypervelocity-impact test using a high-fidelity, mock-up satellite, {DebriSat}, in controlled and instrumented laboratory conditions. {DebriSat} is representative of present-day, low Earth orbit satellites, having been constructed with modern spacecraft materials and techniques.},
pages = {16},
author = {Cowardin, Heather M and Hostetler, John M and Murray, James I and Reyes, Jacqueline A and Cruz, Corbin L},
date = {2020},
langid = {english},
}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 172 KiB