@@ -107,10 +107,6 @@ We highlight some of the major packages in Python's `astropy` ecosystem and thei
107107 <a href="https://docs.astropy.org/en/stable/timeseries/index.html"><code>astropy.timeseries</code></a>
108108 </td>
109109 </tr>
110- <tr>
111- <td><a href="https://github.com/JuliaAstro/BoxLeastSquares.jl">BoxLeastSquares.jl</a></td>
112- <td>Compute box-least-squares periodogram</td>
113- </tr>
114110 <tr>
115111 <td><a href="https://github.com/JuliaDSP/DSP.jl">JuliaDSP/DSP.jl</a></td>
116112 <td>Filter design, periodograms, window functions, and other digital signal processing functionality</td>
@@ -123,6 +119,10 @@ We highlight some of the major packages in Python's `astropy` ecosystem and thei
123119 <td><a href="https://github.com/JuliaStats/TimeSeries.jl">JuliaStats/TimeSeries.jl</a></td>
124120 <td>Time series toolkit for Julia</td>
125121 </tr>
122+ <tr>
123+ <td><a href="https://github.com/JuliaAstro/BoxLeastSquares.jl">BoxLeastSquares.jl</a></td>
124+ <td>Compute box-least-squares periodogram</td>
125+ </tr>
126126
127127 <tr>
128128 <td rowspan=5>
@@ -214,7 +214,7 @@ We highlight some of the major packages in Python's `astropy` ecosystem and thei
214214 <tbody>
215215
216216 <tr>
217- <td rowspan=8 >
217+ <td rowspan=7 >
218218 <a href="https://docs.astropy.org/en/stable/io/fits/index.html"><code>astropy.io.fits</code></a>
219219 </td>
220220 </tr>
@@ -242,10 +242,6 @@ We highlight some of the major packages in Python's `astropy` ecosystem and thei
242242 <td><a href="https://github.com/JuliaAPlavin/SkyImages.jl">JuliaAPlavin/SkyImages.jl</a></td>
243243 <td>Load astronomical images of the sky and process them with convenient, general, and composable functions.</td>
244244 </tr>
245- <tr>
246- <td><a href="https://github.com/JuliaAstro/AstroImages.jl">AstroImages.jl</a></td>
247- <td>Load, manipulate, and visualize astronomical images</td>
248- </tr>
249245
250246 <tr>
251247 <td rowspan=2>
@@ -307,14 +303,14 @@ We highlight some of the major packages in Python's `astropy` ecosystem and thei
307303 <a href="https://docs.astropy.org/en/stable/convolution/index.html"><code>astropy.convolution</code></a>
308304 </td>
309305 </tr>
310- <tr>
311- <td><a href="https://github.com/JuliaImages/ImageFiltering.jl">JuliaImages/ImageFiltering.jl</a></td>
312- <td>ulia implementations of multidimensional array convolution and nonlinear stencil operations</td>
313- </tr>
314306 <tr>
315307 <td><a href="https://github.com/JuliaDSP/DSP.jl">JuliaDSP/DSP.jl</a></td>
316308 <td>Filter design, periodograms, window functions, and other digital signal processing functionality</td>
317309 </tr>
310+ <tr>
311+ <td><a href="https://github.com/JuliaImages/ImageFiltering.jl">JuliaImages/ImageFiltering.jl</a></td>
312+ <td>ulia implementations of multidimensional array convolution and nonlinear stencil operations</td>
313+ </tr>
318314
319315 <tr>
320316 <td rowspan=2>
@@ -327,14 +323,22 @@ We highlight some of the major packages in Python's `astropy` ecosystem and thei
327323 </tr>
328324
329325 <tr>
330- <td rowspan=4 >
326+ <td rowspan=6 >
331327 <a href="https://docs.astropy.org/en/stable/visualization/index.html"><code>astropy.visualization</code></a>
332328 </td>
333329 </tr>
334330 <tr>
335331 <td><a href="https://github.com/JuliaAstro/AstroImages.jl">AstroImages.jl</a></td>
336332 <td>Load, manipulate, and visualize astronomical images</td>
337333 </tr>
334+ <tr>
335+ <td><a href="https://github.com/JuliaAstro/AstroImages.jl">AstroImages.jl</a></td>
336+ <td>Load, manipulate, and visualize astronomical images</td>
337+ </tr>
338+ <tr>
339+ <td><a href="https://github.com/JuliaAstro/AstroImages.jl">AstroImages.jl</a></td>
340+ <td>Load, manipulate, and visualize astronomical images</td>
341+ </tr>
338342 <tr>
339343 <td><a href="https://github.com/sefffal/PairPlots.jl">sefffal/PairPlots.jl</a></td>
340344 <td>Beautiful and flexible visualizations of high dimensional data</td>
0 commit comments