Richard Larsson
Richard Larsson
I am closing this PR because there's no activity and we already released 2.6. For ARTS 3, we will handle sensors differently, and while I think the code here can...
Nice! Two things. The first serious, the second a minor design choice (that also has a bug). The big problem first: How does `scattering`, the CMake library, depend on `artscore`?...
@simonpf This does not compile so merging main arts3-dev is not good. There seems to be some problems with duplicate `psd.cc` files. We have to hold merging until we can...
Simon, I don't want to push this myself but... It compiles on Mac if you do the following: Add to matpack_data.h: ```cpp //! A tensor4 of Complex using ComplexTensor4 =...
@simonpf I spent some time fixing up so that it works on Mac and the documentation is generated. I hope it works online now. We don't see an easy way...
@simonpf It seems it does not build online. @olemke will have a look how this notebooky thing is done in typhon. I also noticed that there are some other problems...
@simonpf I've now encapsulated FFTW3 and SHTns. I had to move some code away from headers and into CC-files. Doing this, I noticed there is a lot of code in...
@nuitlejour Thank you for the suggestion! The answer pertains to real symmetrical matrices as far as I understand it. The matrix I need to compute is neither, so I do...
Yes, we do have a different approaches. I disagree with what I get from your comment, which is that you seem to think that we have so much technical debt...
It should follow the long logical name. This is a matter of communication and perhaps discovery. Browsing through a sorted list of method names, [e.g., Workspace Methods](https://atmtools.github.io/arts-docs-master/workspace.methods.html), you should be...