Skip to content
1 change: 1 addition & 0 deletions changelog/181.feature.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Created new `stixpy.visualisation.plotters.PixelPlotter` class to create pixel plots by moving and refactored code from current mixin so current API is maintained. This new approach simplifies the `~stixpy.product.sources.science` module and programmatic access to the plot controls enabling animations.
2 changes: 2 additions & 0 deletions docs/reference/visualisation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ The ``visualisation`` submodule contain classes and function related to the visu
.. automodapi:: stixpy.visualisation

.. automodapi:: stixpy.visualisation.map_reprojection

.. automodapi:: stixpy.visualisation.plotters
1 change: 1 addition & 0 deletions docs/tutorials/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ quicklook data above but change the query to search a narrower time window and s

sci_query = Fido.search(a.Time('2020-06-07T21:30', '2020-06-07T22:00'), a.Instrument.stix,
a.stix.DataType.sci)
sci_query['stix'].filter_for_latest_version() # only keep latest versions

This should return a list of data files similar to this.

Expand Down
Loading