-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
import CCF error #19
Comments
Hi Stefan,
Usually that kind of messages mean that the associated code was not
properly compiled when installing CERES. Specifically, CCF is a fortan code
that should have created a CCF.o file in ceres/utils/CCF after the
installation.
Rafael
El mar., 23 oct. 2018 a las 11:00, sbrems (<[email protected]>)
escribió:
… Dear Rafael et al.,
thank you for that very nice ceres pipeline.
I was using it for quite some time, however now I tried to install it on a
new cluster and do not get it to run. Whenever I try to run it, I get the
error that CCF is not defined. To be precise, here is the error:
$ python2 ferospipe.py
/mnt/fhgfs/RVSPY/archival_datasearch_oct18/sciencefiles/HD111103/
Traceback (most recent call last):
File "ferospipe.py", line 20, in
import ferosutils
File "/data/beegfs/astro-storage/RVSPY/ceres/feros/ferosutils.py", line
16, in
import GLOBALutils
File "../utils/GLOBALutils/GLOBALutils.py", line 23, in
import CCF
ImportError: No module named CCF
Thank you,
Stefan
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#19>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/APktrNFcGcfozwIei_ZcV0bkh0sVCuJ-ks5unyD7gaJpZM4X1o7G>
.
|
Hi Rafael, We solved this with Stefan --- turns out the Fortran codes ( Néstor |
Dear Rafael et al.,
thank you for that very nice ceres pipeline.
I was using it for quite some time, however now I tried to install it on a new cluster and do not get it to run. Whenever I try to run it, I get the error that CCF is not defined. To be precise, here is the error:
$ python2 ferospipe.py /mnt/fhgfs/RVSPY/archival_datasearch_oct18/sciencefiles/HD111103/
Traceback (most recent call last):
File "ferospipe.py", line 20, in
import ferosutils
File "/data/beegfs/astro-storage/RVSPY/ceres/feros/ferosutils.py", line 16, in
import GLOBALutils
File "../utils/GLOBALutils/GLOBALutils.py", line 23, in
import CCF
ImportError: No module named CCF
Thank you,
Stefan
The text was updated successfully, but these errors were encountered: