-
-
Should it utilize plotting program, like gnuplot? Or is there a C library that can be linked in? Or port something over to Crystal from an existing plotting library?
-
1) parsing the yapp= should be bettter enforced (e.g. yapp=png would leave a binary file for the png, if nothing after the comma, should assume some common name (yapp.png)
2) the default plot is n…
-
Could you provide some commentary as to what you see as the potential pros and cons of clgplot and [eazy-gnuplot](https://github.com/guicho271828/eazy-gnuplot/)? I have been using the latter and wonde…
-
This is not really a pressing issue, but it's something I think the SP developers might investigate at some convenient time.
Equally bluntly, I could rephrase the title of this post as:
What bre…
-
I suggest that we put this inside mcdetector_import():
/* from rank, set type */
switch (detector.rank) {
case 0: strcpy(detector.type, "array_0d"); m=n=p=1; break;
case 1: snprintf(d…
-
The `Source_gen` component advertises that
```
Finally, a file with the flux as a
function of the wavelength [lambda(AA) flux(n/s/cm^2/st/AA)] may be used
with the 'flux_file' parameter. Format is…
-
Hi Akiyama san,
Thank you for providing a very convenient way for installing difmap, which makes many Difmap users' life easier.
I encountered an issue while trying to install difmap. The error…
-
I've just installed SciPDL 2.088 (intel) on a 2020 Macbook running Sequoia 15.1. When trying to launch the app by double clicking on the icon in the Applications folder, I get a popup saying **Not aut…
-
We're up to gcc11 now and gcc9 is reported to have build problems on OSX 11 (see fink-beginners [Unable to update gcc9](http://permalink.gmane.org/gmane.os.apple.fink.beginners/30395)) and maybe even …