gaelccc / pyRTX

1 stars 2 forks source link

Automating the selection of width/height fields of the pixelPlane class #6

Open gaelccc opened 2 years ago

gaelccc commented 2 years ago

To do:

Find a way of automating the selection of a bounding box for determining width/height of the pixel plane class. This would reduce the amount of parameters needed from the user and also facilitate secondary utilities such as analysis_utils.get_spacecraft_area()

gaelccc commented 1 year ago

The method timesh.path.polygons.projected() is the solution to this problem. Implement it in the get_spacecraft_area() method.