I'm trying to do the math to find the the orbit which will fly over the greatest amount Observatories anywhere in the world. in STK 10, I'm plotting as many observatories as I can and then seeing which ones I hit - a tedious process. I'm not sure STK is able to find this orbit for me once I plot each observatory, as I am very new to the software. if anyone is able to tell me if there is a function within STK that can determine such an orbit for me, I would appreciate it. Otherwise, giving me a rundown on some of the math I'd need to use to determine this orbit would be equally as appreciated.
Optimizing Fly Overs in STK 10
361 Views Asked by Bryce Edwards At
1
There are 1 best solutions below
Related Questions in PHYSICS
- Calculate energy for each frequency band around frequency F of interest in Python
- sampling 2-dimensional surface: how many sample points along X & Y axes?
- How do I make a decaying oscilating function in python?
- Make two physics objects not collide but do detect collisions in Unity
- Bounce a ball from one point to another - Vector and Acceleration
- cocos2d-x physics nodes slide along other
- trouble getting collision point
- Python pendulum
- Best language for battery modelling?
- Tracing out the motion of a double pendulum in gnuplot (and gif conversion)?
- Parallelizing pairwise gravitational force calculation with OpenMP in Fortran 90
- Scenekit PhysicEngine follow rolling ball
- 2D orbital Physics model showing strange behaviour
- Verlet / Euler Integration is inaccurate
- Which Box2D-like physics engine parameters need pixel conversion?
Related Questions in SATELLITE
- Pyephem iss example observer.compute() error or datatype error?
- How to find a satellites passing rate over a geographical area?
- How to build multiple src.rpm packages
- Python interpolation of satellite ground tracks
- How to read OMI/MLS unstructured ASCII data in R?
- Optimizing Fly Overs in STK 10
- Adding satellite assemblies into XAP
- GPS number of satellites and location filtering
- How do you confirm the source of GPS data from photographic EXIF?
- How to get the satellite count from the fused location api?
- How can I get the position of 2D Map with the value of TLE for the satellite?
- GMAT - Phasing of a constellation (Earth orbiting satellites
- Overlaying NDVI Images on Google Maps in Android Application
- Retrieving # of satellites used in gps fix from Android
- Phonegap Android and GPS satellite
Related Questions in ORBITAL-MECHANICS
- Forward Euler N-Body Simulation in Python not returning correct results
- Optimizing Fly Overs in STK 10
- Computing the Same Results MATLAB ODE45 and Python
- Solve_ivp output, into orbital plot?
- GMAT - Phasing of a constellation (Earth orbiting satellites
- How to repeatedly rotate a point in GeoGebra
- How do I Decrease Orbit Size in My Python Code?
- Display Earth map in Azimuthal Equidistant Projection
- Python implementation of n-body problem issue
- Calculating 2D Orbital Paths in Newtonian Gravity Simulation
- Calculate eccentricity vector of planetary ring particles
- Whats wrong with my RK4 Orbital Propagator?
- Propagated Solution of Lambert Solver Leads to Wrong Orbit
- only size-1 arrays can be converted to Python scalars: Trying to plot circular orbit with equation of. circle
- VPython Orbital Motion Bugging
Related Questions in SATELLITE-NAVIGATION
- How to Rotate SatelliteMenu 180° and place it on top|right of screen in FrameLayout
- GPS - Compute travel time satellite-receiver
- Optimizing Fly Overs in STK 10
- How does route finding software work?
- how to do i get the status of satellites i.e. alive or dead while flight is in air
- How to find satellite relative velocity in skyfield?
- Displaying gps satellite positions on skyplot
- Satellite position computation using Runge-Kutta 4
- Satellite elevation angles negative
- Ground longitude/latitude under a satellite (cartesian coordinates) at a specfic epoch
- C# - Extracting satellite two line elements from a text file
- Embedding Sat Nav into a web system
- Is there a way to extend PyEphem's satellite creation beyond 364 days?
- Arduino-hamlib-gpredict disengaging
- Arduino doesn't control a stepper as it should
Related Questions in AGI-SYSTEMS-TOOL-KIT
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I can help you here (full disclosure, I'm VP of Engineering at AGI, creators of STK). There's no magical function in STK (or any other similar tool that I'm aware of) that will do this. What they can do is tell you whether you have "coverage", after that it's an optimization problem. Here are a bunch of questions you'll need to be able to answer to help frame out the problem:
A simple approach would be to define a "constellation" object that holds all your facilities (e.g. your observatories). Then build a "chain" object containing the constellation and your satellite. There are various "chain" reports that will then give you the total access times or individual strand times.
You can then vary the satellite orbital parameters via the Connect model to change the orbit, request the chain report and evaluate the impact on the coverage time. You could do this with a Matlab, Perl, Python, (language of your choice) script. Or get fancy and use our Optimizer module which takes out the drudge work of the mechanics of hooking this up.
After you've framed it out a bit try giving our tech support team a call. They would be happy to help out.