Description
Notes
- The following is a FFBD for the description of states
---
config:
look: classic
---
graph TD
A[1.0 Launch] -->|Ejection| B[2.0 Spacecraft Deployment]
B -->|30 min Timer| C[3.0 Systems Initialization]
C -->|Power-On Sequence| D[3.1 Deploy Solar Panels & Antennas]
D -->|Establish Communication| E[3.2 Initial Health Check]
E -->|If Nominal| F[4.0 Nominal Operations]
E -->|If Anomaly| G[4.1 Recovery Procedures]
F -->|Passive Mode| H[4.2 Charging & Maintenance]
F -->|Image Target Detected| I[4.3 Imaging Prep]
I -->|Align Optics| J[4.4 Imaging]
J -->|Image Captured| K[4.5 Data Processing]
K -->|Compression & Storage| L[4.6 Data Transmission]
L -->|Send to Ground Station| M[4.7 TT&C Communication]
M -->|Confirm Transmission| H
G -->|Self-Check & Diagnostics| N[5.0 Recovery Operations]
N -->|If Resolved| H
N -->|If Critical Failure| O[6.0 End of Mission]
O -->|Shutdown Procedures| P[6.1 Final Transmission]
P -->|Deorbit or Safe Mode| Q[6.2 Mission Termination]
- This is another possible FFBD in a different style
---
config:
theme: neo
look: classic
---
graph TD
A[Start: P-POD State] -->|Ejection| B[Spacecraft Ejection]
B -->|30 min Timer| C[Systems Autonomous Deployment]
C -->|Antenna & Solar Panel Deploy, Communication Established| D[Passive State]
D -->|Imaging Scheduled| E[Preparation for Imaging]
E -->|All Setup Complete| F[Imaging]
F -->|Swath Moves Out| G[Preparation for Transmission]
G -->|Command Sent| H[Data Link]
H -->|Image Transmission Complete| D
G -->|Command Sent| I[TT&C Link]
I -->|Telemetry Transmitted| D
D -->|Critical Failure Detected| J[Recovery State]
J -->|Issue Resolved| D
J -->|Mission Failure| K[End of Mission]
D -->|Standby Mode| D
D -->|Mission Complete| K
D -->|Processing Data| L[On-Orbit Processing]
L -->|Data Ready for Downlink| G
D -->|Passive Mode: Charging & Data Management| M[Passive Operations]
M -->|Return to Standby| D