Skip to content
#

wavefront

Here are 105 public repositories matching this topic...

einarf
einarf commented Aug 27, 2019

Considering 1.x will probably be around for a long time we should probably publish some docs.

  • API Reference
  • Programming Guide

The programming guide should at least cover questions asked in issues here on github and possibly on discord. Completing an api reference is also a good way to clean up all the docstrings in the project. We can keep it simple using google style docstrings and pub

brandondube
brandondube commented May 1, 2019

The WOSA method can be implemented for PSD to reduce variance in the PSD estimate. The subapertures can also be shifted away from the center an extra amount to enable robust PSD calculation for data with annular support.

Interferogram.mask can be used for inspiration on how to embed a (shifted) circular mask. The data should be cropped before feeding through the PSD function. Each subapert

virtualritz
virtualritz commented Mar 28, 2020

Many OBJ files are not made out of triangles and this is a feature. If I load an OBJ to send to an high end offline renderer, the last thing I want is probably triangles (so I also do not want the reader to convert the OBJ to triangles, on-the-fly).

To support this, a third array is needed that has one integer, listing the number of vertices per each face. So you would have:

// Do
akodali18
akodali18 commented Apr 14, 2020

Describe the bug
helm chart to installation will fail on kubernetes version 1.16 and above

With 1.16 version of kubernetes, Deployment in the extensions/v1beta1, apps/v1beta1, and apps/v1beta2 API versions is no longer served.

In the new api i.e. apps/v1, for Deployment - spec.selector is now required and immutable after creation; use the existing template labels as the selector for sea

Improve this page

Add a description, image, and links to the wavefront topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the wavefront topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.