The Wayback Machine - https://web.archive.org/web/20200531084430/https://github.com/topics/optics
Skip to content
#

optics

Here are 263 public repositories matching this topic...

arrow
Monocle
julien-truffaut
julien-truffaut commented Dec 16, 2016
java.lang.IllegalArgumentException: Argument not supported by ScalaTest-js: -C
	at org.scalatest.tools.ArgsParser$.parseArgs(ArgsParser.scala:191)
	at org.scalatest.tools.Runner$.runOptionallyWithPassFailReporter(Runner.scala:883)
	at org.scalatest.tools.Runner$.run(Runner.scala:850)
	at org.scalatest.tools.Runner.run(Runner.scala)
	at org.jetbrains.plugins.scala.testingSupport.scalaTest
oleg-py
oleg-py commented Nov 1, 2017

I was trying to use goggles to modify a value inside a case class with a type parameter (type parameters should remain the same).

Simplified, code like this:

import goggles._
case class Boxed[+A](get: A)
set"${Boxed(1)}.get" ~= { _ + 1 }

results in following error:

The types of consecutive sections don't match.
 found   : Playground.this.Boxed[Int]
 required: Play
bug
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

myurkin
myurkin commented Jul 24, 2018

Is your feature request related to a problem? Please describe.

Currently wiki https://github.com/adda-team/adda/wiki/InstallingMPI provides only instructions for MPICH2, which is largely outdated.

Describe the solution you'd like

It is desirable to have instructions for MPICH3, openmpi, and Microsoft MPI. Some of them may require modification of ADDA source code to properly catch thei

Improve this page

Add a description, image, and links to the optics 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 optics topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.