Peter Teuben
Peter Teuben
ccdgen cube1 flat 1 1500,1500,1500; ccdfits cube1 cube1.fits ### Fatal error [ccdfits]: [image.c:323]: cannot allocate 18446744066349813248 bytes this also fails, but it seem fitsio cannot handle files > 4GB
Besides trying to decide between tkinter and pyQt, there is a version of tkrun under python, developed by Brian Prager in summer 2008 under python2. A simple conversion to python3...
The development happens in https://github.com/teuben/agui, but the qtrun.py script gets copied to $NEMOBIN/qtrun during NEMO's install
Conversion routines (s2reb and reb2s) have been drafted, a rebound viewer in reb_viewer seems to work, and a reb_integrator will soon be working to show some example integration methods. man...
reb_viewer and reb_integrate now also work. Some issues perhaps with confirming same results as NEMO's directcode
the example in the reb_integrate man page seems to not write time=0.3... reb_integrate p100.c p100.d tstop=1 dt=0.1 dtout=0.1 eps=0.05
When I look at the file, you didn't have a closing newline after the last line, so for unix read lines program that last line never terminated :-) It's easy...
An example I tried first to show it should work: mkplummer - 10 | snapprint - m,x,y,z,vx,vy,vz > tab2 tabtos tab2 . block1=m,pos,vel
The core problem in table.c was resolved, it now reads dos/unix/mac files. However, tabtos doesn't use the new table system yet, so e.g. tabcols (which does use the table I/O)...
Turns out such a fix was also easy in tabtos, so now it can read DOS and MAC files. The new version of tabtos is 2.1 This command would do...