Search found 36 matches
- Thu Jun 20, 2024 8:51 am
- Forum: eSASS download and installation
- Topic: Setting DISPLAY variable in Docker
- Replies: 1
- Views: 24301
Re: Setting DISPLAY variable in Docker
This problem is related to the security settings on Mac. In this environment, to enable X11 forward via Xquartz, one must configure these security settings. a good explanation, tested on Mac Silicon M1 Sonoma, can be found [url]here:https://gist.github.com/sorny/969fe55d85c9b0035b0109a31cbcb088[/url...
- Wed Jun 12, 2024 11:41 am
- Forum: eSASS download and installation
- Topic: configure: error: Fortran compiler cannot create executables
- Replies: 5
- Views: 38930
Re: configure: error: Fortran compiler cannot create executables
Hi, I just realized that the link you are using to install eSASS is the one from the Early Data Release (EDR) I encountered an error about Fortran compiler while trying to install eSASS and have followed all the steps here: https://erosita.mpe.mpg.de/edr/DataAnal ... stall.html If you try to install...
- Tue Jun 11, 2024 7:50 am
- Forum: eSASS download and installation
- Topic: configure: error: Fortran compiler cannot create executables
- Replies: 5
- Views: 38930
Re: configure: error: Fortran compiler cannot create executables
Hi, I don't know why the FC environment variable is defined like that : export FC=/usr/bin/gfortranexport But on Linux Ubuntu the Fortran compiler is /usr/bin/gfortran this line should look like export FC=/usr/bin/gfortran please try to change your bashrc to this value. start a new terminal and retr...
- Mon Jun 03, 2024 8:59 am
- Forum: eSASS download and installation
- Topic: configure: error: Fortran compiler cannot create executables
- Replies: 5
- Views: 38930
Re: configure: error: Fortran compiler cannot create executables
Hi, This type of error can have many origins. To help you, we would need more details : Like: - which type of operating system are you running (Linux, which one; Mac, which one, which type of CPU?) - which compiler are you using? (default one, personally installed ) - did you initialise some environ...
- Tue Mar 05, 2024 2:08 pm
- Forum: eSASS download and installation
- Topic: Installiation error(eSASS was not properly initialized)
- Replies: 2
- Views: 25826
Re: Installiation error(eSASS was not properly initialized)
dear Binnurs,
on mac you need extra packages to run the bash init script.
you'll find the information about this in the DR1 documentation pages here
on mac you need extra packages to run the bash init script.
you'll find the information about this in the DR1 documentation pages here
- Mon Feb 26, 2024 9:18 am
- Forum: Data products files
- Topic: Download easily ra,dec,z of all the quasars
- Replies: 2
- Views: 23171
Re: Download easily ra,dec,z of all the quasars
Dear Mina The Quasar people are working on the catalog and they will make it available as soon as possible, together with the paper. The catalog will be available via Vizier and on our catalogues_DR1 pages . The catalog will includes also reliable photometric redshifts. You can contact Mara Salvato ...
- Thu Feb 01, 2024 3:54 pm
- Forum: eSASS download and installation
- Topic: eSASS4DR1 installation error:libape not found (should be part of headas)
- Replies: 2
- Views: 26348
Re: eSASS4DR1 installation error:libape not found (should be part of headas)
Dear Dawei, There could be some trouble when trying to compile eSASS4DR1 on an Apple M1 , with heasoft 6.30.1 , depending on how you installed heasoft. to be technical: is your heasoft installation X86_64 or arm64 ? The easiest way would be to upgrade heasoft to 6.31 or even 6.32 and be sure that yo...
- Mon Dec 18, 2023 10:02 am
- Forum: General
- Topic: Will there be an error list with eRASS-1 eSASS?
- Replies: 1
- Views: 21838
Re: Will there be an error list with eRASS-1 eSASS?
Dear Jessica, we don't have an error list for each task some information can probably be found in the description of some of the tasks, starting here: https://erosita.mpe.mpg.de/edr/DataAnalysis/esasstasks.html and we have put some info in the FAQ section of the EDR: https://erosita.mpe.mpg.de/edr/F...
- Mon Oct 23, 2023 9:05 am
- Forum: expmap
- Topic: expmap slow on Docker?
- Replies: 2
- Views: 21835
Re: expmap slow on Docker?
Dear Joseph, Indeed, running the Docker image , created on a X86_64 CPU, on a ARM64 ( Mx silicon chips ) machine affect seriously the performances. unfortunately Expmap in eSASS EDR is not multi threaded, and i am not aware of any option to increase its the performances. just one question : are your...
- Wed Sep 27, 2023 7:19 am
- Forum: eSASS download and installation
- Topic: File read/write permissions within eSASS Docker container
- Replies: 2
- Views: 35419
Re: File read/write permissions within eSASS Docker container
Dear Joheen I suspect your problem comes from the internal path you have chosen: --volume /mnt/usr/data:/data By doing this, you mount your data folder at the root of the docker file system, and you can write at this level (the docker run a Linux system). I suggest to change the second "volume&...