-
I'm looking for assistance in adding spherical harmonics refinement parameters to a GSAS-II script (python)
I couldn't find spherical harmonics (SH) in the histogram and phase refinement parameters…
-
Hi everyone
I ran the cookbook spherical shell and enabled the free surface, the sphere starts to shrink as shown in the picture below.
The mesh seems quite unstable with 1 level of global refinem…
-
Are we allowed to use Spherical Coordinates instead of the mercator projection formula?
I'm having issues with removing artifacts / bugs with the mercator implementation, but have no issues with t…
-
While rendering my scene with `.ksplat` with `0` `sphericalHarmonicsDegree`, it worked well:
```
const viewer = new GaussianSplats3D.DropInViewer({
sharedMemoryForWorkers: fal…
-
Hi HollowaySean,
I read your blog post about visualizing Black Holes and read your code. I think I figured out why you have trouble calculating the z component of your direction vector in Relativis…
-
The DG discretization of equations in covariant form introduced in #47 uses the covariant basis vectors in **spherical coordinates** to compute the interface fluxes at each RHS evaluation: the state q…
-
While I'm hesitant to implement a full blown `GEOGRAPHY` type, I do think that having a couple of spatial functions using geodetic algorithms operating on a sphere would be a good complexity/usefulnes…
-
Hi,
I was trying to visualize the spherical descriptors on a mesh. I tried to only visualize spherical descriptors with l >= 10 (higher frequency descriptors) by mapping the vertex to neighboring s…
-
#768 already does a lot! But there are still a few low hanging fruit.
For reference,
```julia
# setup
using Rasters, Proj, Chairmarks #ArchGDAL, Chairmarks
using Rasters.Lookups
dX = 0.0006
…
-
It could be useful to have some spherical geometry (read: geometry on the Earth surface).
In [this pull request](https://github.com/rafaqz/Rasters.jl/pull/508) I implemented a formula to calculate…