Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 841 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 841 Bytes

python-crux

Has two functionalites:

  1. takes object name and finds it current position wrt to location given or by default the current location of the user.
crux find <objectname> <location> # by defualt it's your present location on Earth.
  1. takes image file and gets the penumbra and umbra of the shadow image given the image file.
crux getsize <imagefilePath> <distance between object and observing plane> <distance between source and object>

Incomplete tasks:

  1. Getting trajectory image, plots and simulations

  2. Applying a better approach in setting thresold of the circle classifier./ Other approach for detecting the penumbra and umbra more efficiently.(In progress)

  3. As the oreintation of plane is not known the image of shadow is an ellipse. So instead of cirlce we should work with ellipse.