-
Notifications
You must be signed in to change notification settings - Fork 4
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
package jiveplot #198
Comments
Can you supply urls to the projects and installation instructions? |
Installation instructions
This is the directory where the ephemerides willbe storedmeasdir=/path/to/eee/share/casacore/data attempt to move to that directoryecho cd "${measdir}" remove old datarm -f WSRT_Measures.ztar ftp over the new stuffwget ftp://ftp.astron.nl/outgoing/Measures/WSRT_Measures.ztar 2>&1 unzip + untartar zvxf WSRT_Measures.ztar
cd implement
enabling name completionimport needed modulesimport atexit where is history savedhistoryPath = os.path.expanduser("~/.pyhistory") handler for saving historydef save_history(historyPath=historyPath): read history, if it existsif os.path.exists(historyPath): register saving handleratexit.register(save_history) enable completionreadline.parse_and_bind('tab: complete') cleanupdel os, atexit, readline, rlcompleter, save_history, historyPath' > ~/.pythonrc Final step: make Python read the startup file at startup$ echo "export PYTHONSTARTUP=${HOME}/.pythonrc" >> ~/.profile |
all files on http://www.jive.eu/~verkout/ give a 403 error. |
i did no know that Joint Institute for VLBI in Europe web page jive.eu currenty is under construction |
I checked today all the links work. |
@Athanaseus do you want to have a look? |
Roger that @gijzelaerr |
Hi @sklandrausis, this also implies that a |
Yes |
After I According to the instructions, it seems to me only the My approach was to perhaps split it into two say: |
Yes to install only jive directory is used |
I had a little chat with Harro Verkouter, which explained j2ms2 and tConvert are not publicly available yet, and those snapshots are outdated. Only https://github.com/haavee/jiveplot is available, so let's see if we can quickly package that one. If j2ms2 and tConvert come available in the future we can maybe package them around that time. |
Please contact me (Harro Verkouter/JIVE) about installing/packaging questions in the future. We are the owners and original authors and would be happy to update you in great detail about dependencies and installation instructions and answer questions, if and when the software will be publicly available. |
Thank you so much @haavee. Is there any public release that I can start working on? |
Unfortunately no. The code was reorganized, put under git (local repo) control and the build system was rewritten to use CMake so any attempt at packaging the above linked-to version would be a wast of anyone's time. (Especially since I've already made a recipe for building a container image from the source code ...) |
Thanks @haavee, I'll await the public announcement of that release then. |
Hi @haavee , I think @Athanaseus is refering to jiveplot. It is available and seems to work, but there is no release made on github. We prefer to package software that has a version, so there are no ambiguities about bug tracking and issue resolving. |
Oh sorry! I did not realize that, my bad! Up until now there have not been any releases; I can make one because it is the proper way to go. |
@Athanaseus did you make progress adding jiveplot? |
I'm working on this right now. It seems like the code is not fully ported to python3 yet? |
could be, @haavee what is the py3 status of jiveplot? |
I have a Py3 branch that I've tested internally and seems to be working. However, with Python you're never quite sure you've tested all code paths, but smoke tests were passed. Actually - the branch is on the public github already: |
We've had some issues with the webserver configuration lately, sorry for the inconvenience. The pages themselves were never at risk. |
Thanks @haavee, I'm testing the Py3 patch. Can I ask:
Solved by:
|
Hi @Athanaseus, If the dependency issue(s) can be fixed with a As to that syntax warning: I have not seen that one but that is probably due to not having access to a modern Python environment (the latest Py3 I have access to is 3.6.5) |
@haavee I think packaging can still be possible even if it's a command-line program. |
Oh that would be generous if you could help with that! |
Cool. I using |
Can't you fork-and-make-a-PR? |
Good idea. Here check it out haavee/jiveplot#17 |
JIVE developed packages j2ms2, tConvert and jplotter could be include.
Packages j2ms2 allow JIVE developed correlator SFXC output .cor file to be converted to ms files
tConvert provide ms convention to fits that can be loaded into CASA, AIPS.
packages jplotter allow to create inspection plots for VLBI data correlation using ms file created from SFXC .cor file
The text was updated successfully, but these errors were encountered: