├── .github └── workflows │ └── ccpp.yml ├── .gitignore ├── .readthedocs.yaml ├── .travis.yml ├── AUTHORS ├── BRANCHES.md ├── CITATION.cff ├── CONTRIBUTING.md ├── COPYING ├── MANIFEST ├── Makefile.in ├── README.install ├── README.md ├── TODO ├── VERSION ├── codemeta.json ├── config.guess ├── config.h.in ├── config.sub ├── configure ├── configure.ac ├── data ├── 3body.tab ├── Bbarolo │ └── model0_3dfit.par ├── DP_pf.tab ├── GalPot │ ├── pot.1 │ ├── pot.10 │ ├── pot.2 │ ├── pot.2.1 │ ├── pot.2.2 │ ├── pot.2.3 │ ├── pot.2.4 │ ├── pot.20 │ ├── pot.2a │ ├── pot.2b │ ├── pot.2c │ ├── pot.2d │ ├── pot.2e │ ├── pot.2f │ ├── pot.2g │ ├── pot.2h │ ├── pot.2i │ ├── pot.3 │ ├── pot.4 │ ├── pot.4.1 │ ├── pot.4.2 │ ├── pot.4.3 │ ├── pot.4.4 │ ├── pot.40 │ ├── pot.4a │ ├── pot.4b │ ├── pot.4c │ ├── pot.4d │ ├── pot.4e │ ├── pot.4f │ ├── pot.4g │ ├── pot.4h │ └── pot.4i ├── README ├── SP_pf.tab ├── devauc.dat ├── expmodel.inp ├── figure8.dat ├── figure8.mpv ├── filter │ ├── 2MASS_H.tab │ ├── 2MASS_J.tab │ ├── 2MASS_Ks.tab │ ├── Fnames │ ├── GALEX_FUV.tab │ ├── GALEX_NUV.tab │ ├── Landolt92-B.tab │ ├── Landolt92-I.tab │ ├── Landolt92-R.tab │ ├── Landolt92-U.tab │ ├── Landolt92-V.tab │ ├── README │ ├── SDSS_g.tab │ ├── SDSS_i.tab │ ├── SDSS_r.tab │ ├── SDSS_u.tab │ ├── SDSS_z.tab │ ├── flat.tab │ ├── irac1.tab │ ├── irac2.tab │ ├── irac3.tab │ ├── irac4.tab │ ├── mips1.tab │ ├── mips2.tab │ └── mips3.tab ├── fortunes │ ├── Makefile │ ├── nemo │ └── nemo.dat ├── gaussfit │ ├── README │ ├── lin-ortho.mod │ ├── lin-xy.mod │ ├── lin-yx.mod │ └── plane.mod ├── hershey │ ├── astrology │ ├── cursive │ ├── cyrillic │ ├── futura.l │ ├── futura.m │ ├── gothic.eng │ ├── gothic.ger │ ├── gothic.ita │ ├── greek │ ├── japanese │ ├── markers │ ├── math.low │ ├── math.upp │ ├── meteorology │ ├── music │ ├── script │ ├── symbolic │ ├── times.g │ ├── times.i │ ├── times.ib │ ├── times.r │ └── times.rb ├── iau25-tr.tab ├── iau25.dat ├── iau25.data ├── idf │ ├── README │ ├── galaxy.idf │ ├── scfm.idf │ └── velfitss07.idf ├── imfit │ ├── README │ └── imfit_config.dat ├── k1isot.dat ├── k1isot.data ├── k3isot.dat ├── k3isot.data ├── k5an01.dat ├── k5an01.data ├── k5an02.dat ├── k5an02.data ├── k5isot.dat ├── k5isot.data ├── k7an01.dat ├── k7an01.data ├── k7isot.dat ├── k7isot.data ├── lindblad60.tab ├── lut │ ├── Sample.dat │ ├── aips.lut │ ├── alex.lut │ ├── backgr.lut │ ├── blue.lut │ ├── blulut.lut │ ├── color.lut │ ├── ds.lut │ ├── flag.lut │ ├── green.lut │ ├── halley.lut │ ├── heat.lut │ ├── idl11.lut │ ├── idl12.lut │ ├── idl14.lut │ ├── idl15.lut │ ├── idl2.lut │ ├── idl4.lut │ ├── idl5.lut │ ├── idl6.lut │ ├── ikon.lut │ ├── isophot.lut │ ├── light.lut │ ├── lnspiral.lut │ ├── manycol.lut │ ├── mklut │ ├── mousse.lut │ ├── pastel.lut │ ├── pseudo1.lut │ ├── pseudo2.lut │ ├── rainbow.lut │ ├── rainbow1.lut │ ├── rainbow2.lut │ ├── rainbow3.lut │ ├── rainbow4.lut │ ├── ramp.lut │ ├── random.lut │ ├── random1.lut │ ├── random2.lut │ ├── random3.lut │ ├── random4.lut │ ├── real.lut │ ├── red.lut │ ├── ronekers.lut │ ├── sls.lut │ ├── smooth.lut │ ├── staircase.lut │ ├── stairs8.lut │ ├── stairs9.lut │ └── standard.lut ├── nbabel │ ├── README │ ├── input128 │ ├── input16 │ ├── input256 │ ├── input32 │ └── input64 ├── nbody0.input ├── nemoplot │ ├── README │ ├── shift1.tab │ ├── shift2.tab │ └── sratio.tab ├── observatory.txt ├── plum.dat ├── plum.data ├── pyth.dat ├── pyth.mpv ├── snapshot │ ├── README │ ├── hack128.sun4 │ ├── plum10 │ └── plum10.205 ├── ss2063.txt ├── star_of_david.dat ├── star_of_david.mpv ├── starlab │ └── cube10.dyn ├── template.tab ├── test │ ├── README │ ├── dat2.mips │ ├── out-old.dat │ ├── out-old.data │ ├── test-old.dat │ └── test-old.data ├── testsuite.log ├── units.lib ├── yapp.layout └── z_lines.list ├── docs ├── contents_motif.gif ├── examples │ ├── GalPot1.gif │ ├── GalPot2.gif │ ├── GalPot3.gif │ ├── GalPot4.gif │ ├── GalPot5.gif │ ├── boom.md │ ├── eagle.html │ ├── eagle_1.png │ ├── eagle_2.png │ ├── eagle_3.png │ ├── eagle_4.png │ ├── eagle_5.png │ ├── example_idl.html │ ├── example_python.html │ ├── fakebar.fits │ ├── fakebar.gif │ ├── fakebar.html │ ├── fakebar.html.backup │ ├── fakebar.txt │ ├── fig10.9.gif │ ├── figure8.gif │ ├── figure8.html │ ├── frame.00096.gif │ ├── galactic-orbits.html │ ├── index.html │ ├── linefit.html │ ├── linefit1.csh │ ├── linefit1.jpg │ ├── linefit2.csh │ ├── linefit2.gif │ ├── linefit2.html │ ├── linefit2a.csh │ ├── linefit2a.gif │ ├── linefit2b.gif │ ├── linefit2c.gif │ ├── mk_posvel_cube.csh │ ├── orb1.gif │ ├── orbit1.gif │ ├── orbits.html │ ├── orbrad1.gif │ ├── plot.avi │ ├── pnorbits.html │ ├── posvel_cube.html │ ├── posvel_cube.jpg │ ├── potentialorbits.html │ ├── realbar.html │ ├── realbar1.gif │ ├── realbar2.gif │ ├── realbar3.gif │ ├── realbar4.gif │ ├── rotcur.gif │ ├── sh76.gif │ ├── sh76.html │ ├── sh76a.gif │ ├── sh76b1.gif │ ├── sh76b2.gif │ ├── sh76c.gif │ ├── sh76d1.gif │ ├── sh76d2.gif │ ├── sh76d3.gif │ ├── sh76e.gif │ ├── sh76f.gif │ ├── solar-motion.csh │ ├── spectrum-fit.html │ ├── spectrum1.tab │ ├── spectrum_1.png │ ├── spectrum_2.png │ ├── stack1.md │ ├── uns.html │ ├── velfie.html │ └── velfie1.gif ├── faq.html ├── figures │ ├── ball.png │ └── realbar1.png ├── index.html ├── install_nemo.sh ├── install_nemo_old ├── intro1.md ├── man_html │ ├── Benchfile.5.html │ ├── CGS.1.html │ ├── GalPot.5.html │ ├── README │ ├── Testfile.5.html │ ├── VOTable.5.html │ ├── _absv_d.3.html │ ├── _distv_d.3.html │ ├── _dotvp_d.3.html │ ├── _mappath.3.html │ ├── _tracem_d.3.html │ ├── acceleration.5.html │ ├── accudate.l.html │ ├── accum_moment.3.html │ ├── acs.1.html │ ├── add_history.3.html │ ├── addgravity.1.html │ ├── addlib.8.html │ ├── addprop.1.html │ ├── ads.5.html │ ├── afof.l.html │ ├── agui.5.html │ ├── ahf2grp.1.html │ ├── allocate.3.html │ ├── amuse.1.html │ ├── anisot.1.html │ ├── app_history.3.html │ ├── ask_headline.3.html │ ├── ask_history.3.html │ ├── atlas.5.html │ ├── atos.1.html │ ├── atosph.1.html │ ├── authors.5.html │ ├── axis.3.html │ ├── axvar.3.html │ ├── badman.1.html │ ├── badman.8.html │ ├── badnews.1.html │ ├── bake.8.html │ ├── bench.5.html │ ├── bessel.3.html │ ├── bessi0.3.html │ ├── bessi1.3.html │ ├── bessk0.3.html │ ├── bessk1.3.html │ ├── bhtree.1.html │ ├── bibcode.html │ ├── bigread.1.html │ ├── binsnap.1.html │ ├── bodiesfunc.1.html │ ├── bodiesfunc.5.html │ ├── body.3.html │ ├── bodyfunc.1.html │ ├── bodyfunc.5.html │ ├── bodytrans.1.html │ ├── bodytrans.3.html │ ├── bodytrans.5.html │ ├── boom.5.html │ ├── bsf.1.html │ ├── bswap.1.html │ ├── bswap.3.html │ ├── btitrans.3.html │ ├── btrtrans.3.html │ ├── bulgerot.1.html │ ├── burststring.3.html │ ├── cacm.3.html │ ├── calc.l.html │ ├── catpgps.l.html │ ├── catps.l.html │ ├── ccd.5.html │ ├── ccd2vel.1.html │ ├── ccdbench.1.html │ ├── ccdblob.1.html │ ├── ccdborder.1.html │ ├── ccdclip.1.html │ ├── ccdcmp.1.html │ ├── ccdcross.1.html │ ├── ccddiffract.1.html │ ├── ccddisplay.1.html │ ├── ccddump.1.html │ ├── ccdellint.1.html │ ├── ccdfft.1.html │ ├── ccdfill.1.html │ ├── ccdfits.1.html │ ├── ccdflatten.1.html │ ├── ccdflip.1.html │ ├── ccdflipd.1.html │ ├── ccdgen.1.html │ ├── ccdgoat.1.html │ ├── ccdgs.1.html │ ├── ccdhead.1.html │ ├── ccdhist.1.html │ ├── ccdintpol.1.html │ ├── ccdl2.1.html │ ├── ccdmask.1.html │ ├── ccdmath.1.html │ ├── ccdmedian.1.html │ ├── ccdmerge.1.html │ ├── ccdmom.1.html │ ├── ccdmoms.1.html │ ├── ccdmos.1.html │ ├── ccdpatch.1.html │ ├── ccdpeakstats.1.html │ ├── ccdpixelclip.1.html │ ├── ccdplot.1.html │ ├── ccdpot.1.html │ ├── ccdppm.1.html │ ├── ccdprint.1.html │ ├── ccdprinti.1.html │ ├── ccdreorder.1.html │ ├── ccdrgb.1.html │ ├── ccdrow.1.html │ ├── ccdrt.1.html │ ├── ccdshape.1.html │ ├── ccdsharp.1.html │ ├── ccdsky.1.html │ ├── ccdslice.1.html │ ├── ccdsmooth.1.html │ ├── ccdspec.1.html │ ├── ccdstack.1.html │ ├── ccdstat.1.html │ ├── ccdstretch.1.html │ ├── ccdsub.1.html │ ├── ccdtrace.1.html │ ├── ccdvel.1.html │ ├── ccdzshift.1.html │ ├── checkpars.8.html │ ├── clfind3.1.html │ ├── command.3.html │ ├── common.3.html │ ├── constants.5.html │ ├── contour.3.html │ ├── conv123.l.html │ ├── cookbook.8.html │ ├── copxstr.3.html │ ├── copy_item.3.html │ ├── copy_item_cvt.3.html │ ├── copy_orbit.3.html │ ├── cproto.l.html │ ├── cputime.3.html │ ├── crc.l.html │ ├── create_cube.3.html │ ├── create_image.3.html │ ├── csf.1.html │ ├── ctex.1.html │ ├── cyclo.l.html │ ├── data.5.html │ ├── dcdchar_.3.html │ ├── dcddble_.3.html │ ├── dcdint_.3.html │ ├── dcdlog_.3.html │ ├── dcdreal_.3.html │ ├── dcsevu.3.html │ ├── defext.3.html │ ├── demfits.1.html │ ├── denmax.l.html │ ├── density_centre.1.html │ ├── dice.1.html │ ├── direct.l.html │ ├── direct4.1.html │ ├── directcode.1.html │ ├── diskspectrum.1.html │ ├── dmpfie.3.html │ ├── dmpfien.3.html │ ├── doc.5.html │ ├── dofie.3.html │ ├── dofien.3.html │ ├── dprintf.3.html │ ├── ds.l.html │ ├── dtos.1.html │ ├── dynamem.3.html │ ├── eaglesnap.1.html │ ├── ellipse.1.html │ ├── epic5.1.html │ ├── error.3.html │ ├── etude.1.html │ ├── example.8.html │ ├── exception.3.html │ ├── export.8.html │ ├── extension.3.html │ ├── extstring.3.html │ ├── fake.8.html │ ├── falcON.1.html │ ├── falcON.5.html │ ├── falcon.1.html │ ├── fie.3.html │ ├── file_lines.3.html │ ├── file_size.3.html │ ├── filefn.3.html │ ├── files.8.html │ ├── filestruct.3.html │ ├── filestruct.5.html │ ├── filter.5.html │ ├── findfn.3.html │ ├── findsrc.l.html │ ├── findstr.3.html │ ├── finiparam.3.html │ ├── firstn.1.html │ ├── fits.3.html │ ├── fits.5.html │ ├── fits8to16.1.html │ ├── fitsccd.1.html │ ├── fitsgids.1.html │ ├── fitsglue.1.html │ ├── fitsgrid.1.html │ ├── fitshead.1.html │ ├── fitsio.3.html │ ├── fitssds.1.html │ ├── fitstab.1.html │ ├── fitstiff.1.html │ ├── flowcode.1.html │ ├── fof.l.html │ ├── frandom.3.html │ ├── free_image.3.html │ ├── freestrings.3.html │ ├── ft_close.3.html │ ├── ft_open.3.html │ ├── ft_spline.3.html │ ├── ftoc.1.html │ ├── fullname.3.html │ ├── functions.5.html │ ├── funtab.1.html │ ├── funtab.3.html │ ├── g2s.1.html │ ├── gadget.1.html │ ├── gadget.5.html │ ├── gadget1t2.1.html │ ├── gadget2nemo.1.html │ ├── gadgetsnap.1.html │ ├── galaxy.1.html │ ├── gaussfit.1.html │ ├── get_data.3.html │ ├── get_data_coerced.3.html │ ├── get_data_ran.3.html │ ├── get_data_set.3.html │ ├── get_data_sub.3.html │ ├── get_data_tes.3.html │ ├── get_dims.3.html │ ├── get_dlen.3.html │ ├── get_hash.3.html │ ├── get_history.3.html │ ├── get_potential.3.html │ ├── get_set.3.html │ ├── get_snap.3.html │ ├── get_string.3.html │ ├── get_tag_ok.3.html │ ├── get_tes.3.html │ ├── get_type.3.html │ ├── getbparam.3.html │ ├── getdparam.3.html │ ├── getfunc.3.html │ ├── getgravity.1.html │ ├── getiparam.3.html │ ├── getlparam.3.html │ ├── getmem.3.html │ ├── getparam.3.html │ ├── getrange.3.html │ ├── gettab.1.html │ ├── getxstr.3.html │ ├── gids.l.html │ ├── glnemo.1.html │ ├── glnemo2.1.html │ ├── grandom.3.html │ ├── grape4.6.html │ ├── gravidy.1.html │ ├── gravsim0.1.html │ ├── grid.3.html │ ├── gsl.1.html │ ├── gsp.5.html │ ├── gyrfalcON.1.html │ ├── hackcode1.1.html │ ├── hackcode3.1.html │ ├── hackdens.1.html │ ├── hackforce.1.html │ ├── hash.3.html │ ├── hasvalue.3.html │ ├── hd.l.html │ ├── hdfgrid.1.html │ ├── hdfwedge.1.html │ ├── head.3.html │ ├── hellersnap.1.html │ ├── henyey.1.html │ ├── herinp.3.html │ ├── hi.5.html │ ├── himap.1.html │ ├── hisf.1.html │ ├── hispectrum.1.html │ ├── histid.3.html │ ├── histogram.3.html │ ├── history.3.html │ ├── history.8.html │ ├── hugh.5.html │ ├── icsccu.3.html │ ├── icsevu.3.html │ ├── idf.1.html │ ├── idf.5.html │ ├── idfio.3.html │ ├── image.3.html │ ├── image.5.html │ ├── import.8.html │ ├── imsl.3.html │ ├── index.1.html │ ├── index.3.html │ ├── index.html │ ├── index1.html │ ├── index3.html │ ├── index5.html │ ├── index6.html │ ├── index8.html │ ├── index_grid.3.html │ ├── indexl.html │ ├── ini_moment.3.html │ ├── inia_grid.3.html │ ├── inifie.3.html │ ├── inifien.3.html │ ├── inil_grid.3.html │ ├── inip_grid.3.html │ ├── init_Hash_Table.3.html │ ├── initparam.3.html │ ├── intro.l.html │ ├── io_nemo.3.html │ ├── io_nemo_f.3.html │ ├── io_nemo_f_linux.3.html │ ├── iofits.1.html │ ├── ipick.l.html │ ├── isaparam.3.html │ ├── jd2iso.1.html │ ├── kep2kep.1.html │ ├── keywords.5.html │ ├── king.1.html │ ├── kurtosis_moment.3.html │ ├── lagrange_radii.1.html │ ├── layout.3.html │ ├── layout.5.html │ ├── ldso.8.html │ ├── lineid.1.html │ ├── linreg.1.html │ ├── linreg.3.html │ ├── list_orbit.3.html │ ├── list_tags.3.html │ ├── lmtinfo.1.html │ ├── loadfie.3.html │ ├── loadobj.3.html │ ├── lsq.3.html │ ├── lsq_accum.3.html │ ├── lsq_cfill.3.html │ ├── lsq_solve.3.html │ ├── lsq_zero.3.html │ ├── lut.5.html │ ├── magalie.1.html │ ├── main.3.html │ ├── makekit.l.html │ ├── manipulator.3.html │ ├── manipulator.5.html │ ├── manybody.8.html │ ├── martelsnap.1.html │ ├── mass99.5.html │ ├── match.3.html │ ├── max_moment.3.html │ ├── maxsizes.5.html │ ├── mcluster.1.html │ ├── mcstrip.l.html │ ├── mdarray.3.html │ ├── mean_moment.3.html │ ├── median.3.html │ ├── memio.3.html │ ├── miller.1.html │ ├── miller.5.html │ ├── min_moment.3.html │ ├── mirgids.1.html │ ├── mk2body.1.html │ ├── mkbaredisk.1.html │ ├── mkbin.8.html │ ├── mkconfig.1.html │ ├── mkcosmo.1.html │ ├── mkcube.1.html │ ├── mkdehnen.1.html │ ├── mkdisk.1.html │ ├── mkdiskfel.1.html │ ├── mkepidisk.1.html │ ├── mkexpdisk.1.html │ ├── mkexphot.1.html │ ├── mkflowdisk.1.html │ ├── mkgalaxy.1.html │ ├── mkgalaxy2.1.html │ ├── mkgalorbit.1.html │ ├── mkgrid.1.html │ ├── mkh41.1.html │ ├── mkhalo.1.html │ ├── mkhernquist.1.html │ ├── mkhomsph.1.html │ ├── mkisofs.l.html │ ├── mkisosph.1.html │ ├── mkjet.1.html │ ├── mkkd95.1.html │ ├── mkking.1.html │ ├── mklib.8.html │ ├── mkman.8.html │ ├── mkmestel.1.html │ ├── mknbody5.1.html │ ├── mknemo.8.html │ ├── mknsh96.1.html │ ├── mkommod.1.html │ ├── mkop73.1.html │ ├── mkorbit.1.html │ ├── mkpdoc.8.html │ ├── mkplum.1.html │ ├── mkplummer.1.html │ ├── mkplummer.3.html │ ├── mkpolytrope.1.html │ ├── mkrunfile.8.html │ ├── mksphere.1.html │ ├── mkspiral.1.html │ ├── mktabdisk.1.html │ ├── mktestdisk.1.html │ ├── mktt72.1.html │ ├── mkvh60.1.html │ ├── modysnap.1.html │ ├── mom2cube.1.html │ ├── moment.3.html │ ├── movie.1.html │ ├── movietool.l.html │ ├── mpfit.3.html │ ├── mstropen.3.html │ ├── mysymbols.3.html │ ├── n_moment.3.html │ ├── nam.1.html │ ├── nbody0.1.html │ ├── nbody00.1.html │ ├── nbody1.1.html │ ├── nbody2.1.html │ ├── nbody4.5.html │ ├── nbody5.1.html │ ├── nbody6.5.html │ ├── nbody_sh1.1.html │ ├── need.8.html │ ├── nemo.1.html │ ├── nemo2gadget.1.html │ ├── nemobench.5.html │ ├── nemocc.8.html │ ├── nemodir.8.html │ ├── nemods.l.html │ ├── nemofie.3.html │ ├── nemoinp.1.html │ ├── nemoinp.3.html │ ├── nemoinpb.3.html │ ├── nemoinpd.3.html │ ├── nemoinpf.3.html │ ├── nemoinpi.3.html │ ├── nemoinpl.3.html │ ├── nemoinpr.3.html │ ├── nemoinpx.3.html │ ├── nemokeys.1.html │ ├── nemomain.3.html │ ├── nemopars.8.html │ ├── nemoplot.8.html │ ├── nemorc.8.html │ ├── nemoshow.1.html │ ├── nemovar.1.html │ ├── newcmp.8.html │ ├── newton0.1.html │ ├── next_hash.3.html │ ├── nllsqfit.3.html │ ├── nora.l.html │ ├── ntmpv.5.html │ ├── octcode.1.html │ ├── ommod.5.html │ ├── orbdim.1.html │ ├── orbfour.1.html │ ├── orbint.1.html │ ├── orbintv.1.html │ ├── orbit.3.html │ ├── orbit.5.html │ ├── orblist.1.html │ ├── orbmax.1.html │ ├── orbname.1.html │ ├── orboom.1.html │ ├── orbplot.1.html │ ├── orbsos.1.html │ ├── orbstat.1.html │ ├── orbwood.1.html │ ├── other.8.html │ ├── otos.1.html │ ├── outparam.3.html │ ├── pathfind.3.html │ ├── pathopen.3.html │ ├── pedit.8.html │ ├── perorb.1.html │ ├── pl_exec.3.html │ ├── pl_fread.3.html │ ├── pl_lread.3.html │ ├── plummer.1.html │ ├── potccd.1.html │ ├── potcode.1.html │ ├── potential.3.html │ ├── potential.5.html │ ├── potlist.1.html │ ├── potq.1.html │ ├── potrot.1.html │ ├── potsf.1.html │ ├── programs.8.html │ ├── progress.3.html │ ├── promptparam.3.html │ ├── prun.1.html │ ├── pspeed.1.html │ ├── pstart.1.html │ ├── ptreecode.1.html │ ├── put_data.3.html │ ├── put_data_ran.3.html │ ├── put_data_set.3.html │ ├── put_data_sub.3.html │ ├── put_data_tes.3.html │ ├── put_hash.3.html │ ├── put_history.3.html │ ├── put_set.3.html │ ├── put_snap.3.html │ ├── put_string.3.html │ ├── put_tes.3.html │ ├── putparam.3.html │ ├── putxstr.3.html │ ├── pvcorr.1.html │ ├── pvtrace.1.html │ ├── python.8.html │ ├── qac_stats.5.html │ ├── qbinsnap.1.html │ ├── qsf.1.html │ ├── qsf.3.html │ ├── qtrun.l.html │ ├── quadcode.1.html │ ├── quadforce.1.html │ ├── quadinter.1.html │ ├── radprof.1.html │ ├── randomizer.3.html │ ├── range.3.html │ ├── rawfits.1.html │ ├── read_image.3.html │ ├── read_orbit.3.html │ ├── reb2s.1.html │ ├── reb_integrate.1.html │ ├── reb_viewer.1.html │ ├── rebound.8.html │ ├── recipes.3.html │ ├── recover.3.html │ ├── redir.l.html │ ├── reset_history.3.html │ ├── reset_moment.3.html │ ├── rhobocop.l.html │ ├── root.3.html │ ├── rostat.1.html │ ├── rotcur.1.html │ ├── rotcur.5.html │ ├── rotcurshape.1.html │ ├── rotcurshape.5.html │ ├── rotcurtab.1.html │ ├── rotcurves.1.html │ ├── rsf.1.html │ ├── rtfm.l.html │ ├── run.1.html │ ├── run.3.html │ ├── runbody1.1.html │ ├── runbody2.1.html │ ├── runbody4.1.html │ ├── runbody6.1.html │ ├── runbulgerot.1.html │ ├── runchemh2.1.html │ ├── runcmhog.1.html │ ├── rundiskfit.1.html │ ├── rungalaxy.1.html │ ├── rungravidy.1.html │ ├── runlpvi.1.html │ ├── runmond.1.html │ ├── runqumond.1.html │ ├── runradex.1.html │ ├── runscfm.1.html │ ├── runvelfitss07.1.html │ ├── rv.5.html │ ├── rvc.5.html │ ├── rvcsnap.1.html │ ├── rvsnap.1.html │ ├── rvstack.1.html │ ├── s2g.1.html │ ├── s2plot.5.html │ ├── s2reb.1.html │ ├── s2s.1.html │ ├── sbatch_nemo.8.html │ ├── scale_eps.1.html │ ├── scanfits.1.html │ ├── scanopt.3.html │ ├── scfm.1.html │ ├── sconc.3.html │ ├── scopy.3.html │ ├── sdfits.5.html │ ├── sdinfo.1.html │ ├── sdmath.1.html │ ├── sdsfits.1.html │ ├── set_headline.3.html │ ├── set_xrandom.3.html │ ├── setparam.3.html │ ├── seval.3.html │ ├── shar.l.html │ ├── shell.l.html │ ├── shells.5.html │ ├── show_moment.3.html │ ├── shtool.l.html │ ├── sigccd.1.html │ ├── sigma_moment.3.html │ ├── skewness_moment.3.html │ ├── skip_item.3.html │ ├── smooth.l.html │ ├── snap.5.html │ ├── snap3dv.1.html │ ├── snapadd.1.html │ ├── snapaddbh.1.html │ ├── snapatlas.1.html │ ├── snapaxsym.1.html │ ├── snapbench.1.html │ ├── snapbinary.1.html │ ├── snapccd.1.html │ ├── snapcenter.1.html │ ├── snapcenterp.1.html │ ├── snapcenters.1.html │ ├── snapcmp.1.html │ ├── snapcmphist.1.html │ ├── snapcomove.1.html │ ├── snapcopy.1.html │ ├── snapdens.1.html │ ├── snapdiagplot.1.html │ ├── snapdisk.1.html │ ├── snapdist.1.html │ ├── snapenter.1.html │ ├── snaperror.1.html │ ├── snapfit.1.html │ ├── snapfits.1.html │ ├── snapfold.1.html │ ├── snapfour.1.html │ ├── snapgadget.1.html │ ├── snapgalview.1.html │ ├── snapgrid.1.html │ ├── snapgridsmooth.1.html │ ├── snaphdf.1.html │ ├── snaphist.1.html │ ├── snapidl.1.html │ ├── snapifu.1.html │ ├── snapinert.1.html │ ├── snapipdist.1.html │ ├── snapkey.1.html │ ├── snapkinem.1.html │ ├── snapkinplot.1.html │ ├── snapkmean.1.html │ ├── snapkstat.1.html │ ├── snaplist.1.html │ ├── snapmap.1.html │ ├── snapmask.1.html │ ├── snapmass.1.html │ ├── snapmerge.1.html │ ├── snapmerge_a.1.html │ ├── snapmnmx.1.html │ ├── snapmody.1.html │ ├── snapmradii.1.html │ ├── snapmstat.1.html │ ├── snapnear.1.html │ ├── snapopt.1.html │ ├── snappat.1.html │ ├── snappeak.1.html │ ├── snapplot.1.html │ ├── snapplot3.1.html │ ├── snapplotedit.1.html │ ├── snapplotv.1.html │ ├── snappot.1.html │ ├── snapprint.1.html │ ├── snapprop.1.html │ ├── snaprect.1.html │ ├── snaprotate.1.html │ ├── snaprstat.1.html │ ├── snaprv.1.html │ ├── snaps2plot.1.html │ ├── snapsample.1.html │ ├── snapscale.1.html │ ├── snapshell.1.html │ ├── snapshift.1.html │ ├── snapshot.5.html │ ├── snapslit.1.html │ ├── snapsmooth.1.html │ ├── snapsort.1.html │ ├── snapspecks.1.html │ ├── snapsphere.1.html │ ├── snapspin.1.html │ ├── snapsplit.1.html │ ├── snapsquash.1.html │ ├── snapstab.1.html │ ├── snapstack.1.html │ ├── snapstat.1.html │ ├── snapsym.1.html │ ├── snaptime.1.html │ ├── snaptipsy.1.html │ ├── snaptrans.1.html │ ├── snaptrim.1.html │ ├── snapvel.1.html │ ├── snapvirial.1.html │ ├── snapvratio.1.html │ ├── snapxyz.1.html │ ├── software.8.html │ ├── sp.1.html │ ├── spldif.3.html │ ├── spldif2.3.html │ ├── spline.3.html │ ├── splitstring.3.html │ ├── sqr.3.html │ ├── starlab.1.html │ ├── status.3.html │ ├── stoa.1.html │ ├── stod.1.html │ ├── stoo.1.html │ ├── stou4.1.html │ ├── strclose.3.html │ ├── strdelete.3.html │ ├── strlib.3.html │ ├── strname.3.html │ ├── stropen.3.html │ ├── strseek.3.html │ ├── substr.3.html │ ├── sum_moment.3.html │ ├── super.1.html │ ├── super.8.html │ ├── symmetrize.1.html │ ├── tab2xml.1.html │ ├── tabblend.1.html │ ├── tabclip.1.html │ ├── tabcmp.1.html │ ├── tabcols.1.html │ ├── tabcomment.1.html │ ├── tabcsv.1.html │ ├── tabdate.1.html │ ├── tabdist.1.html │ ├── tabdms.1.html │ ├── tabextinct.1.html │ ├── tabfilter.1.html │ ├── tabfits.1.html │ ├── tabgen.1.html │ ├── tabhead.1.html │ ├── tabhist.1.html │ ├── tabint.1.html │ ├── table.3.html │ ├── table.5.html │ ├── tablint.1.html │ ├── tablovas.1.html │ ├── tablsqfit.1.html │ ├── tablst.1.html │ ├── tabmath.1.html │ ├── tabnllsqfit.1.html │ ├── tabommod.1.html │ ├── tabpairs.1.html │ ├── tabpeak.1.html │ ├── tabplot.1.html │ ├── tabplot2.1.html │ ├── tabpoly.1.html │ ├── tabpolygon.1.html │ ├── tabpp.1.html │ ├── tabrange.1.html │ ├── tabrows.1.html │ ├── tabs.1.html │ ├── tabslide.1.html │ ├── tabsmooth.1.html │ ├── tabspline.1.html │ ├── tabsplit.1.html │ ├── tabstat.1.html │ ├── tabtab.1.html │ ├── tabtos.1.html │ ├── tabtranspose.1.html │ ├── tabtrend.1.html │ ├── tabview.1.html │ ├── tabzoom.1.html │ ├── tail.3.html │ ├── taxon.1.html │ ├── tcppipe.1.html │ ├── testbsc.1.html │ ├── testsuite.8.html │ ├── timers.3.html │ ├── tipsy.5.html │ ├── tipsysnap.1.html │ ├── tkrun.l.html │ ├── tldr.5.html │ ├── tpmc.1.html │ ├── tr2latex.l.html │ ├── trakplot.1.html │ ├── transkepler.3.html │ ├── treecode.1.html │ ├── treecode0.1.html │ ├── treecode1.1.html │ ├── treecode2.1.html │ ├── treesfr.1.html │ ├── tricks.8.html │ ├── triple.1.html │ ├── tsd.1.html │ ├── tsf.1.html │ ├── twspeed.1.html │ ├── txtpar.1.html │ ├── u3tos.1.html │ ├── u4tos.1.html │ ├── unbind.1.html │ ├── unemo.8.html │ ├── unfio.1.html │ ├── unfio.3.html │ ├── unfread.3.html │ ├── unfscan.3.html │ ├── unfwrite.3.html │ ├── units.1.html │ ├── units.5.html │ ├── unproto.l.html │ ├── uns2uns.1.html │ ├── uns_2dplot.1.html │ ├── uns_addgravity.1.html │ ├── uns_density.1.html │ ├── uns_info.1.html │ ├── uns_projects.1.html │ ├── uns_stack.1.html │ ├── uns_tonemo.1.html │ ├── unshar.l.html │ ├── unsio.3.html │ ├── unsiof.3.html │ ├── update.l.html │ ├── usage205.8.html │ ├── usageeta10.8.html │ ├── uuexplode.l.html │ ├── value_grid.3.html │ ├── vectmath.3.html │ ├── velcube.1.html │ ├── velfit.1.html │ ├── velfitpatch.1.html │ ├── velmap.1.html │ ├── vmsfix.1.html │ ├── vogl.3.html │ ├── waisindex.l.html │ ├── waisq.l.html │ ├── waissearch.l.html │ ├── waisserver.l.html │ ├── warning.3.html │ ├── wcs.1.html │ ├── wcs.5.html │ ├── wcstools.5.html │ ├── whatis.html │ ├── worldpos.3.html │ ├── write_image.3.html │ ├── write_orbit.3.html │ ├── x3d.l.html │ ├── xaxis.3.html │ ├── xaxvar.3.html │ ├── xcps.l.html │ ├── xdata.1.html │ ├── xgobi.l.html │ ├── xrandom.1.html │ ├── xrandom.3.html │ ├── xrastool.l.html │ ├── xstreq.3.html │ ├── xstrlen.3.html │ ├── xvp.5.html │ ├── xvpsnap.1.html │ ├── xwais.l.html │ ├── xwaisq.l.html │ ├── xyio.3.html │ ├── xyz.5.html │ ├── xyzview.1.html │ ├── yancpars.1.html │ ├── yapp.1.html │ ├── yapp.3.html │ ├── yapp.5.html │ ├── yapp_query.8.html │ ├── yaxis.3.html │ ├── yaxvar.3.html │ ├── yt.8.html │ ├── zeno.1.html │ └── zeno.8.html ├── nemo.gif ├── nemo.help ├── new.gif ├── red.ball.gif ├── requirements.txt ├── rss.xml ├── source │ ├── Makefile │ ├── README │ ├── agama.rst │ ├── amuse.rst │ ├── bench.rst │ ├── clustertools.rst │ ├── codes.rst │ ├── conf.py │ ├── coordsys.rst │ ├── crosswalk.rst │ ├── example.src │ ├── examples.rst │ ├── falcon2.rst │ ├── faq.rst │ ├── filestr.rst │ ├── fits.rst │ ├── galpy.rst │ ├── glossary.rst │ ├── graphics.rst │ ├── hello.src │ ├── iface.rst │ ├── image.rst │ ├── index.rst │ ├── install.rst │ ├── intro.rst │ ├── make.bat │ ├── makefile.src │ ├── martini.rst │ ├── orbit.rst │ ├── potctex.rst │ ├── potential.rst │ ├── potname.rst │ ├── progr.rst │ ├── python.rst │ ├── rebound.rst │ ├── refs.rst │ ├── rse.rst │ ├── rst.rst │ ├── scripting.rst │ ├── snapfirst.src │ ├── starlab.rst │ ├── summary.rst │ ├── table.rst │ ├── testf2c.src │ ├── todo.rst │ ├── trouble.rst │ ├── using.rst │ ├── yt.rst │ └── zeno.rst ├── whatsdown.html ├── whatsnew.html └── whatsup.html ├── inc ├── acceleration.h ├── archaic │ ├── README │ ├── old_filestr.h │ ├── old_filestruct.h │ └── snapshot.h ├── axis.h ├── bad │ └── stdinc.h ├── bitio.h ├── body.h ├── bodyext.h ├── bodytrans.h ├── bodytransc.h ├── cfitsio │ ├── README │ ├── drvrsmem.h │ ├── fitsio.h │ ├── fitsio2.h │ └── longnam.h ├── cfortran.h ├── cgs.h ├── command.h ├── cpgplot.h ├── ctrl.h ├── cycle.h ├── defacc.h ├── diag.h ├── dld.h ├── dop853.h ├── dopri5.h ├── exception.h ├── extstring.h ├── f2c.h ├── filefn.h ├── filestruct.h ├── fits.h ├── fitsio_nemo.h ├── fortran │ ├── f2cdefs.h │ └── fbodyio.c ├── fslinker.h ├── funtab.h ├── getparam.h ├── getparam.inc ├── gipsyc.h ├── grid.h ├── hash.h ├── history.h ├── image.h ├── io_nemo.h ├── kepler.h ├── layout.h ├── loadobj.h ├── lsq.h ├── matdef.h ├── mathdefs.h ├── mathfns.h ├── mathlinker.h ├── max │ └── maxsizes.h ├── mdarray.h ├── memio.h ├── mks.h ├── module.h ├── moment.h ├── mpfit.h ├── multicode │ ├── orbstep.c │ ├── quadfield.h │ └── quadforce.c ├── nemo.h ├── nemo │ ├── README │ └── strings.h ├── newton0.h ├── node.h ├── nr.h ├── nrutil.h ├── numrec │ ├── README │ ├── fourn.c │ └── ran3.c ├── options.h ├── orbit.h ├── pgplot │ └── cpgplot.h ├── potential.h ├── potential_float.h ├── pyplot.h ├── read_eagle.h ├── rotcurshape.h ├── run.h ├── snapshot │ ├── barebody.h │ ├── body.h │ ├── get_snap-old.c │ ├── get_snap-ran.c │ ├── get_snap.c │ ├── get_snap.c-old │ ├── get_snapshot.c │ ├── mybody.h │ ├── myget_snap.c │ ├── myput_snap.c │ ├── put_snap-old.c │ ├── put_snap-ran.c │ ├── put_snap.c │ ├── put_snap.c-old │ ├── put_snapshot.c │ ├── snapshot.h │ ├── sphbody.h │ ├── stdbody.h │ └── units.h ├── snipshot.h ├── sorting.h ├── spec.h ├── spline.h ├── state.h ├── stdinc.h ├── story.h ├── strlib.h ├── syst.h ├── table.h ├── testbed.c ├── tiff │ ├── machdep.h │ ├── tiff.h │ ├── tiffcompat.h │ └── tiffio.h ├── timers.h ├── unfio.h ├── units.h ├── usercore.h ├── vectdefs.h ├── vectmath.h ├── version.h ├── vogl │ ├── device.h │ ├── fdevice.h │ ├── fgl.h │ └── gl.h ├── xdl.h ├── xyio.h ├── yapp.h ├── yapp.icon ├── yapp_long.h └── ygl │ └── Ygl.h ├── install-sh ├── m4 ├── Makefile ├── acx_plplot.m4 ├── ax_f77_cmain_fflags.m4 ├── ax_f77_func_mangle.m4 ├── csh.m4 └── gsl.m4 ├── makedefs.in ├── man ├── Makefile ├── bibcode.awk ├── bibcode2.awk ├── doc │ ├── aasplot.doc │ ├── anisot.doc │ ├── atos.doc │ ├── bodytrans.doc │ ├── bswap.doc │ ├── catps.doc │ ├── cc.doc │ ├── ccdcmp.doc │ ├── ccddisplay.doc │ ├── ccddump.doc │ ├── ccdfft.doc │ ├── ccdfill.doc │ ├── ccdfits.doc │ ├── ccdfits13.doc │ ├── ccdflip.doc │ ├── ccdmath.doc │ ├── ccdmom.doc │ ├── ccdplot.doc │ ├── ccdplot_ps.doc │ ├── ccdprint.doc │ ├── ccdsharp.doc │ ├── ccdslice.doc │ ├── ccdsmooth.doc │ ├── ccdstat.doc │ ├── ccdsub.doc │ ├── ccdvel.doc │ ├── changed.doc │ ├── crc.doc │ ├── csf.doc │ ├── drawplot.doc │ ├── dtos.doc │ ├── fitsccd.doc │ ├── fitsglue.doc │ ├── fitsgrid.doc │ ├── fitshead.doc │ ├── fitssplit.doc │ ├── fitstab.doc │ ├── ftoc.doc │ ├── funtab.doc │ ├── gravsim0.doc │ ├── hackcode1.doc │ ├── hackcode1_qp.doc │ ├── hackcode3.doc │ ├── hackdens.doc │ ├── hackforce.doc │ ├── hackforce_qp.doc │ ├── hd.doc │ ├── hdfgrid.doc │ ├── himap.doc │ ├── hisf.doc │ ├── hispectrum.doc │ ├── imgfits.doc │ ├── kep2kep.doc │ ├── keyval.doc │ ├── king.doc │ ├── layout.doc │ ├── linreg.doc │ ├── makedraw.doc │ ├── mkbaredisk.doc │ ├── mkconfig.doc │ ├── mkcube.doc │ ├── mkdisk.doc │ ├── mkepidisk.doc │ ├── mkexpdisk.doc │ ├── mkexphot.doc │ ├── mkhom.doc │ ├── mkhomsph.doc │ ├── mkisosph.doc │ ├── mkmestel.doc │ ├── mkommod.doc │ ├── mkop.doc │ ├── mkop73.doc │ ├── mkorbit.doc │ ├── mkplummer.doc │ ├── mkpolytrope.doc │ ├── mkrich.doc │ ├── mksos.doc │ ├── mksphere.doc │ ├── mkspiral.doc │ ├── mktestdisk.doc │ ├── movie_sv.doc │ ├── nbody0.doc │ ├── negate.doc │ ├── nemo.doc │ ├── nemoinp.doc │ ├── newton0.doc │ ├── orbdim.doc │ ├── orbfour.doc │ ├── orbint.doc │ ├── orblist.doc │ ├── orbname.doc │ ├── orbplot.doc │ ├── orbsos.doc │ ├── orbstat.doc │ ├── otos.doc │ ├── perorb.doc │ ├── plummer.doc │ ├── potccd.doc │ ├── potcode.doc │ ├── potlist.doc │ ├── prun.doc │ ├── pspeed.doc │ ├── qsf.doc │ ├── quadcode.doc │ ├── quadforce.doc │ ├── quadinter.doc │ ├── radprof.doc │ ├── radprof_ps.doc │ ├── redir.doc │ ├── rotcur.doc │ ├── rotcurves.doc │ ├── rotcurves_ps.doc │ ├── rsf.doc │ ├── runbody1.doc │ ├── runbody2.doc │ ├── runscfm.doc │ ├── scanfits.doc │ ├── scanopt.doc │ ├── scfm.doc │ ├── snap3dv.doc │ ├── snapadd.doc │ ├── snapccd.doc │ ├── snapcenter.doc │ ├── snapcmp.doc │ ├── snapcmphist.doc │ ├── snapcmpplot.doc │ ├── snapcopy.doc │ ├── snapdens.doc │ ├── snapdiagplot.doc │ ├── snapdiagplot_ps.doc │ ├── snapdist.doc │ ├── snapenter.doc │ ├── snapexpand.doc │ ├── snapfits.doc │ ├── snapfour.doc │ ├── snapgrid.doc │ ├── snaphdf.doc │ ├── snaphist.doc │ ├── snapinert.doc │ ├── snapkinem.doc │ ├── snaplist.doc │ ├── snapmask.doc │ ├── snapmass.doc │ ├── snapmerge.doc │ ├── snapmnmx.doc │ ├── snapmradii.doc │ ├── snapmstat.doc │ ├── snappeak.doc │ ├── snapplot.doc │ ├── snapplot_cg.doc │ ├── snapplot_ps.doc │ ├── snapplotedit.doc │ ├── snapplotv.doc │ ├── snapprint.doc │ ├── snaprect.doc │ ├── snaprotate.doc │ ├── snaprstat.doc │ ├── snaprv.doc │ ├── snapsample.doc │ ├── snapscale.doc │ ├── snapscan.doc │ ├── snapshift.doc │ ├── snapslit.doc │ ├── snapslit_ps.doc │ ├── snapsort.doc │ ├── snapsphere.doc │ ├── snapspin.doc │ ├── snapsplit.doc │ ├── snapstab.doc │ ├── snapstack.doc │ ├── snapstat.doc │ ├── snaptipsy.doc │ ├── snaptrak.doc │ ├── snaptrans.doc │ ├── snaptrim.doc │ ├── snapvirial.doc │ ├── snapvratio.doc │ ├── snapxyz.doc │ ├── sp.doc │ ├── stoa.doc │ ├── stod.doc │ ├── stoo.doc │ ├── stou4.doc │ ├── tabcmp.doc │ ├── tabcomment.doc │ ├── tabfits.doc │ ├── tabhist.doc │ ├── tablines.doc │ ├── tablsqfit.doc │ ├── tablst.doc │ ├── tabmath.doc │ ├── tabplot.doc │ ├── tabpp.doc │ ├── tabs.doc │ ├── tabstat.doc │ ├── tabtos.doc │ ├── test.doc │ ├── tkrun.doc │ ├── tsf.doc │ ├── u3tos.doc │ ├── u4tos.doc │ ├── unbind.doc │ ├── unfio.doc │ ├── update.doc │ └── xrandom.doc ├── make_bibcode.csh ├── make_html ├── make_man.csh ├── make_whatis.csh ├── man1 │ ├── CGS.1 │ ├── acs.1 │ ├── addgravity.1 │ ├── addprop.1 │ ├── ahf2grp.1 │ ├── amuse.1 │ ├── anisot.1 │ ├── atos.1 │ ├── atosph.1 │ ├── badman.1 │ ├── badnews.1 │ ├── bhtree.1 │ ├── bigread.1 │ ├── binsnap.1 │ ├── bodiesfunc.1 │ ├── bodyfunc.1 │ ├── bodytrans.1 │ ├── bsf.1 │ ├── bswap.1 │ ├── bulgerot.1 │ ├── ccd2vel.1 │ ├── ccdbench.1 │ ├── ccdblob.1 │ ├── ccdborder.1 │ ├── ccdclip.1 │ ├── ccdcmp.1 │ ├── ccdcross.1 │ ├── ccddiffract.1 │ ├── ccddisplay.1 │ ├── ccddump.1 │ ├── ccdellint.1 │ ├── ccdfft.1 │ ├── ccdfill.1 │ ├── ccdfits.1 │ ├── ccdflatten.1 │ ├── ccdflip.1 │ ├── ccdflipd.1 │ ├── ccdgen.1 │ ├── ccdgoat.1 │ ├── ccdgs.1 │ ├── ccdhead.1 │ ├── ccdhist.1 │ ├── ccdintpol.1 │ ├── ccdl2.1 │ ├── ccdmask.1 │ ├── ccdmath.1 │ ├── ccdmedian.1 │ ├── ccdmerge.1 │ ├── ccdmom.1 │ ├── ccdmoms.1 │ ├── ccdmos.1 │ ├── ccdpatch.1 │ ├── ccdpeakstats.1 │ ├── ccdpixelclip.1 │ ├── ccdplot.1 │ ├── ccdpot.1 │ ├── ccdppm.1 │ ├── ccdprint.1 │ ├── ccdprinti.1 │ ├── ccdreorder.1 │ ├── ccdrgb.1 │ ├── ccdrow.1 │ ├── ccdrt.1 │ ├── ccdshape.1 │ ├── ccdsharp.1 │ ├── ccdsky.1 │ ├── ccdslice.1 │ ├── ccdsmooth.1 │ ├── ccdspec.1 │ ├── ccdstack.1 │ ├── ccdstat.1 │ ├── ccdstretch.1 │ ├── ccdsub.1 │ ├── ccdtrace.1 │ ├── ccdvel.1 │ ├── ccdzshift.1 │ ├── clfind3.1 │ ├── csf.1 │ ├── ctex.1 │ ├── demfits.1 │ ├── density_centre.1 │ ├── dice.1 │ ├── direct4.1 │ ├── directcode.1 │ ├── diskspectrum.1 │ ├── dtos.1 │ ├── eaglesnap.1 │ ├── ellipse.1 │ ├── epic5.1 │ ├── etude.1 │ ├── falcON.1 │ ├── falcon.1 │ ├── firstn.1 │ ├── fits8to16.1 │ ├── fitsccd.1 │ ├── fitsgids.1 │ ├── fitsglue.1 │ ├── fitsgrid.1 │ ├── fitshead.1 │ ├── fitssds.1 │ ├── fitstab.1 │ ├── fitstiff.1 │ ├── flowcode.1 │ ├── ftoc.1 │ ├── funtab.1 │ ├── g2s.1 │ ├── gadget.1 │ ├── gadget1t2.1 │ ├── gadget2nemo.1 │ ├── gadgetsnap.1 │ ├── galaxy.1 │ ├── gaussfit.1 │ ├── getgravity.1 │ ├── gettab.1 │ ├── glnemo.1 │ ├── glnemo2.1 │ ├── gravidy.1 │ ├── gravsim0.1 │ ├── gsl.1 │ ├── gyrfalcON.1 │ ├── hackcode1.1 │ ├── hackcode3.1 │ ├── hackdens.1 │ ├── hackforce.1 │ ├── hdfgrid.1 │ ├── hdfwedge.1 │ ├── hellersnap.1 │ ├── henyey.1 │ ├── himap.1 │ ├── hisf.1 │ ├── hispectrum.1 │ ├── idf.1 │ ├── index.1 │ ├── iofits.1 │ ├── jd2iso.1 │ ├── kep2kep.1 │ ├── king.1 │ ├── lagrange_radii.1 │ ├── lineid.1 │ ├── linreg.1 │ ├── lmtinfo.1 │ ├── magalie.1 │ ├── martelsnap.1 │ ├── mcluster.1 │ ├── miller.1 │ ├── mirgids.1 │ ├── mk2body.1 │ ├── mkbaredisk.1 │ ├── mkconfig.1 │ ├── mkcosmo.1 │ ├── mkcube.1 │ ├── mkdehnen.1 │ ├── mkdisk.1 │ ├── mkdiskfel.1 │ ├── mkepidisk.1 │ ├── mkexpdisk.1 │ ├── mkexphot.1 │ ├── mkflowdisk.1 │ ├── mkgalaxy.1 │ ├── mkgalaxy2.1 │ ├── mkgalorbit.1 │ ├── mkgrid.1 │ ├── mkh41.1 │ ├── mkhalo.1 │ ├── mkhernquist.1 │ ├── mkhomsph.1 │ ├── mkisosph.1 │ ├── mkjet.1 │ ├── mkkd95.1 │ ├── mkking.1 │ ├── mkmestel.1 │ ├── mknbody5.1 │ ├── mknsh96.1 │ ├── mkommod.1 │ ├── mkop73.1 │ ├── mkorbit.1 │ ├── mkplum.1 │ ├── mkplummer.1 │ ├── mkpolytrope.1 │ ├── mksphere.1 │ ├── mkspiral.1 │ ├── mktabdisk.1 │ ├── mktestdisk.1 │ ├── mktt72.1 │ ├── mkvh60.1 │ ├── modysnap.1 │ ├── mom2cube.1 │ ├── movie.1 │ ├── nam.1 │ ├── nbody0.1 │ ├── nbody00.1 │ ├── nbody1.1 │ ├── nbody2.1 │ ├── nbody5.1 │ ├── nbody_sh1.1 │ ├── nemo.1 │ ├── nemo2gadget.1 │ ├── nemoinp.1 │ ├── nemokeys.1 │ ├── nemoshow.1 │ ├── nemovar.1 │ ├── newton0.1 │ ├── octcode.1 │ ├── orbdim.1 │ ├── orbfour.1 │ ├── orbint.1 │ ├── orbintv.1 │ ├── orblist.1 │ ├── orbmax.1 │ ├── orbname.1 │ ├── orboom.1 │ ├── orbplot.1 │ ├── orbsos.1 │ ├── orbstat.1 │ ├── orbwood.1 │ ├── otos.1 │ ├── parameters │ ├── perorb.1 │ ├── plummer.1 │ ├── potccd.1 │ ├── potcode.1 │ ├── potlist.1 │ ├── potq.1 │ ├── potrot.1 │ ├── potsf.1 │ ├── prun.1 │ ├── pspeed.1 │ ├── pstart.1 │ ├── ptreecode.1 │ ├── pvcorr.1 │ ├── pvtrace.1 │ ├── qbinsnap.1 │ ├── qsf.1 │ ├── quadcode.1 │ ├── quadforce.1 │ ├── quadinter.1 │ ├── radprof.1 │ ├── rawfits.1 │ ├── reb2s.1 │ ├── reb_integrate.1 │ ├── reb_viewer.1 │ ├── rostat.1 │ ├── rotcur.1 │ ├── rotcurshape.1 │ ├── rotcurtab.1 │ ├── rotcurves.1 │ ├── rsf.1 │ ├── run.1 │ ├── runbody1.1 │ ├── runbody2.1 │ ├── runbody4.1 │ ├── runbody6.1 │ ├── runbulgerot.1 │ ├── runchemh2.1 │ ├── runcmhog.1 │ ├── rundiskfit.1 │ ├── rungalaxy.1 │ ├── rungravidy.1 │ ├── runlpvi.1 │ ├── runmond.1 │ ├── runqumond.1 │ ├── runradex.1 │ ├── runscfm.1 │ ├── runvelfitss07.1 │ ├── rvcsnap.1 │ ├── rvsnap.1 │ ├── rvstack.1 │ ├── s2g.1 │ ├── s2reb.1 │ ├── s2s.1 │ ├── scale_eps.1 │ ├── scanfits.1 │ ├── scfm.1 │ ├── sdinfo.1 │ ├── sdmath.1 │ ├── sdsfits.1 │ ├── sigccd.1 │ ├── snap3dv.1 │ ├── snapadd.1 │ ├── snapaddbh.1 │ ├── snapatlas.1 │ ├── snapaxsym.1 │ ├── snapbench.1 │ ├── snapbinary.1 │ ├── snapccd.1 │ ├── snapcenter.1 │ ├── snapcenterp.1 │ ├── snapcenters.1 │ ├── snapcmp.1 │ ├── snapcmphist.1 │ ├── snapcomove.1 │ ├── snapcopy.1 │ ├── snapdens.1 │ ├── snapdiagplot.1 │ ├── snapdisk.1 │ ├── snapdist.1 │ ├── snapenter.1 │ ├── snaperror.1 │ ├── snapfit.1 │ ├── snapfits.1 │ ├── snapfold.1 │ ├── snapfour.1 │ ├── snapgadget.1 │ ├── snapgalview.1 │ ├── snapgrid.1 │ ├── snapgridsmooth.1 │ ├── snaphdf.1 │ ├── snaphist.1 │ ├── snapidl.1 │ ├── snapifu.1 │ ├── snapinert.1 │ ├── snapipdist.1 │ ├── snapkey.1 │ ├── snapkinem.1 │ ├── snapkinplot.1 │ ├── snapkmean.1 │ ├── snapkstat.1 │ ├── snaplist.1 │ ├── snapmap.1 │ ├── snapmask.1 │ ├── snapmass.1 │ ├── snapmerge.1 │ ├── snapmerge_a.1 │ ├── snapmnmx.1 │ ├── snapmody.1 │ ├── snapmradii.1 │ ├── snapmstat.1 │ ├── snapnear.1 │ ├── snapopt.1 │ ├── snappat.1 │ ├── snappeak.1 │ ├── snapplot.1 │ ├── snapplot3.1 │ ├── snapplotedit.1 │ ├── snapplotv.1 │ ├── snappot.1 │ ├── snapprint.1 │ ├── snapprop.1 │ ├── snaprect.1 │ ├── snaprotate.1 │ ├── snaprstat.1 │ ├── snaprv.1 │ ├── snaps2plot.1 │ ├── snapsample.1 │ ├── snapscale.1 │ ├── snapshell.1 │ ├── snapshift.1 │ ├── snapslit.1 │ ├── snapsmooth.1 │ ├── snapsort.1 │ ├── snapspecks.1 │ ├── snapsphere.1 │ ├── snapspin.1 │ ├── snapsplit.1 │ ├── snapsquash.1 │ ├── snapstab.1 │ ├── snapstack.1 │ ├── snapstat.1 │ ├── snapsym.1 │ ├── snaptime.1 │ ├── snaptipsy.1 │ ├── snaptrans.1 │ ├── snaptrim.1 │ ├── snapvel.1 │ ├── snapvirial.1 │ ├── snapvratio.1 │ ├── snapxyz.1 │ ├── sp.1 │ ├── starlab.1 │ ├── stilts.1 │ ├── stoa.1 │ ├── stod.1 │ ├── stoo.1 │ ├── stou4.1 │ ├── super.1 │ ├── symmetrize.1 │ ├── tab2xml.1 │ ├── tabblend.1 │ ├── tabclip.1 │ ├── tabcmp.1 │ ├── tabcols.1 │ ├── tabcomment.1 │ ├── tabcsv.1 │ ├── tabdate.1 │ ├── tabdist.1 │ ├── tabdms.1 │ ├── tabextinct.1 │ ├── tabfilter.1 │ ├── tabfits.1 │ ├── tabgen.1 │ ├── tabhead.1 │ ├── tabhist.1 │ ├── tabint.1 │ ├── tablint.1 │ ├── tablovas.1 │ ├── tablsqfit.1 │ ├── tablst.1 │ ├── tabmath.1 │ ├── tabnllsqfit.1 │ ├── tabommod.1 │ ├── tabpairs.1 │ ├── tabpeak.1 │ ├── tabplot.1 │ ├── tabplot2.1 │ ├── tabpoly.1 │ ├── tabpolygon.1 │ ├── tabpp.1 │ ├── tabrange.1 │ ├── tabrows.1 │ ├── tabs.1 │ ├── tabslide.1 │ ├── tabsmooth.1 │ ├── tabspline.1 │ ├── tabsplit.1 │ ├── tabstat.1 │ ├── tabtab.1 │ ├── tabtos.1 │ ├── tabtranspose.1 │ ├── tabtrend.1 │ ├── tabview.1 │ ├── tabzoom.1 │ ├── taxon.1 │ ├── tcppipe.1 │ ├── testbsc.1 │ ├── tipsysnap.1 │ ├── tpmc.1 │ ├── trakplot.1 │ ├── treecode.1 │ ├── treecode0.1 │ ├── treecode1.1 │ ├── treecode2.1 │ ├── treesfr.1 │ ├── triple.1 │ ├── tsd.1 │ ├── tsf.1 │ ├── twspeed.1 │ ├── txtpar.1 │ ├── u3tos.1 │ ├── u4tos.1 │ ├── unbind.1 │ ├── unfio.1 │ ├── units.1 │ ├── uns2uns.1 │ ├── uns_2dplot.1 │ ├── uns_addgravity.1 │ ├── uns_density.1 │ ├── uns_info.1 │ ├── uns_projects.1 │ ├── uns_stack.1 │ ├── uns_tonemo.1 │ ├── velcube.1 │ ├── velfit.1 │ ├── velfitpatch.1 │ ├── velmap.1 │ ├── vmsfix.1 │ ├── wcs.1 │ ├── xrandom.1 │ ├── xvpsnap.1 │ ├── xyzview.1 │ ├── yancpars.1 │ ├── yapp.1 │ └── zeno.1 ├── man3 │ ├── _absv_d.3 │ ├── _distv_d.3 │ ├── _dotvp_d.3 │ ├── _mappath.3 │ ├── _tracem_d.3 │ ├── accum_moment.3 │ ├── add_history.3 │ ├── allocate.3 │ ├── app_history.3 │ ├── ask_headline.3 │ ├── ask_history.3 │ ├── axis.3 │ ├── axvar.3 │ ├── bessel.3 │ ├── bessi0.3 │ ├── bessi1.3 │ ├── bessk0.3 │ ├── bessk1.3 │ ├── body.3 │ ├── bodytrans.3 │ ├── bswap.3 │ ├── btitrans.3 │ ├── btrtrans.3 │ ├── burststring.3 │ ├── cacm.3 │ ├── command.3 │ ├── common.3 │ ├── contour.3 │ ├── copxstr.3 │ ├── copy_item.3 │ ├── copy_item_cvt.3 │ ├── copy_orbit.3 │ ├── cputime.3 │ ├── create_cube.3 │ ├── create_image.3 │ ├── dcdchar_.3 │ ├── dcddble_.3 │ ├── dcdint_.3 │ ├── dcdlog_.3 │ ├── dcdreal_.3 │ ├── dcsevu.3 │ ├── defext.3 │ ├── dmpfie.3 │ ├── dmpfien.3 │ ├── dofie.3 │ ├── dofien.3 │ ├── dprintf.3 │ ├── dynamem.3 │ ├── error.3 │ ├── exception.3 │ ├── extension.3 │ ├── extstring.3 │ ├── fie.3 │ ├── file_lines.3 │ ├── file_size.3 │ ├── filefn.3 │ ├── filestruct.3 │ ├── findfn.3 │ ├── findstr.3 │ ├── finiparam.3 │ ├── fits.3 │ ├── fitsio.3 │ ├── frandom.3 │ ├── free_image.3 │ ├── freestrings.3 │ ├── ft_close.3 │ ├── ft_open.3 │ ├── ft_spline.3 │ ├── fullname.3 │ ├── funtab.3 │ ├── get_data.3 │ ├── get_data_coerced.3 │ ├── get_data_ran.3 │ ├── get_data_set.3 │ ├── get_data_sub.3 │ ├── get_data_tes.3 │ ├── get_dims.3 │ ├── get_dlen.3 │ ├── get_hash.3 │ ├── get_history.3 │ ├── get_potential.3 │ ├── get_set.3 │ ├── get_snap.3 │ ├── get_string.3 │ ├── get_tag_ok.3 │ ├── get_tes.3 │ ├── get_type.3 │ ├── getbparam.3 │ ├── getdparam.3 │ ├── getfunc.3 │ ├── getiparam.3 │ ├── getlparam.3 │ ├── getmem.3 │ ├── getparam.3 │ ├── getrange.3 │ ├── getxstr.3 │ ├── grandom.3 │ ├── grid.3 │ ├── hash.3 │ ├── hasvalue.3 │ ├── head.3 │ ├── herinp.3 │ ├── histid.3 │ ├── histogram.3 │ ├── history.3 │ ├── icsccu.3 │ ├── icsevu.3 │ ├── idfio.3 │ ├── image.3 │ ├── imsl.3 │ ├── index.3 │ ├── index_grid.3 │ ├── ini_moment.3 │ ├── inia_grid.3 │ ├── inifie.3 │ ├── inifien.3 │ ├── inil_grid.3 │ ├── inip_grid.3 │ ├── init_Hash_Table.3 │ ├── initparam.3 │ ├── io_nemo.3 │ ├── io_nemo_f.3 │ ├── io_nemo_f_linux.3 │ ├── isaparam.3 │ ├── kurtosis_moment.3 │ ├── layout.3 │ ├── linreg.3 │ ├── list_orbit.3 │ ├── list_tags.3 │ ├── loadfie.3 │ ├── loadobj.3 │ ├── lsq.3 │ ├── lsq_accum.3 │ ├── lsq_cfill.3 │ ├── lsq_solve.3 │ ├── lsq_zero.3 │ ├── main.3 │ ├── manipulator.3 │ ├── match.3 │ ├── max_moment.3 │ ├── mdarray.3 │ ├── mean_moment.3 │ ├── median.3 │ ├── memio.3 │ ├── min_moment.3 │ ├── mkplummer.3 │ ├── moment.3 │ ├── mpfit.3 │ ├── mstropen.3 │ ├── mysymbols.3 │ ├── n_moment.3 │ ├── nemofie.3 │ ├── nemoinp.3 │ ├── nemoinpb.3 │ ├── nemoinpd.3 │ ├── nemoinpf.3 │ ├── nemoinpi.3 │ ├── nemoinpl.3 │ ├── nemoinpr.3 │ ├── nemoinpx.3 │ ├── nemomain.3 │ ├── next_hash.3 │ ├── nllsqfit.3 │ ├── orbit.3 │ ├── outparam.3 │ ├── pathfind.3 │ ├── pathopen.3 │ ├── pl_exec.3 │ ├── pl_fread.3 │ ├── pl_lread.3 │ ├── potential.3 │ ├── progress.3 │ ├── promptparam.3 │ ├── put_data.3 │ ├── put_data_ran.3 │ ├── put_data_set.3 │ ├── put_data_sub.3 │ ├── put_data_tes.3 │ ├── put_hash.3 │ ├── put_history.3 │ ├── put_set.3 │ ├── put_snap.3 │ ├── put_string.3 │ ├── put_tes.3 │ ├── putparam.3 │ ├── putxstr.3 │ ├── qsf.3 │ ├── randomizer.3 │ ├── range.3 │ ├── read_image.3 │ ├── read_orbit.3 │ ├── recipes.3 │ ├── recover.3 │ ├── reset_history.3 │ ├── reset_moment.3 │ ├── root.3 │ ├── run.3 │ ├── scanopt.3 │ ├── sconc.3 │ ├── scopy.3 │ ├── set_headline.3 │ ├── set_xrandom.3 │ ├── setparam.3 │ ├── seval.3 │ ├── show_moment.3 │ ├── sigma_moment.3 │ ├── skewness_moment.3 │ ├── skip_item.3 │ ├── spldif.3 │ ├── spldif2.3 │ ├── spline.3 │ ├── splitstring.3 │ ├── sqr.3 │ ├── status.3 │ ├── strclose.3 │ ├── strdelete.3 │ ├── strlib.3 │ ├── strname.3 │ ├── stropen.3 │ ├── strseek.3 │ ├── substr.3 │ ├── sum_moment.3 │ ├── table.3 │ ├── tail.3 │ ├── timers.3 │ ├── transkepler.3 │ ├── unfio.3 │ ├── unfread.3 │ ├── unfscan.3 │ ├── unfwrite.3 │ ├── unsio.3 │ ├── unsiof.3 │ ├── value_grid.3 │ ├── vectmath.3 │ ├── vogl.3 │ ├── warning.3 │ ├── worldpos.3 │ ├── write_image.3 │ ├── write_orbit.3 │ ├── xaxis.3 │ ├── xaxvar.3 │ ├── xrandom.3 │ ├── xstreq.3 │ ├── xstrlen.3 │ ├── xyio.3 │ ├── yapp.3 │ ├── yaxis.3 │ └── yaxvar.3 ├── man5 │ ├── Benchfile.5 │ ├── GalPot.5 │ ├── Testfile.5 │ ├── VOTable.5 │ ├── acceleration.5 │ ├── ads.5 │ ├── agui.5 │ ├── atlas.5 │ ├── authors.5 │ ├── bench.5 │ ├── bodiesfunc.5 │ ├── bodyfunc.5 │ ├── bodytrans.5 │ ├── boom.5 │ ├── ccd.5 │ ├── constants.5 │ ├── data.5 │ ├── doc.5 │ ├── falcON.5 │ ├── filestruct.5 │ ├── filter.5 │ ├── fits.5 │ ├── functions.5 │ ├── gadget.5 │ ├── gsp.5 │ ├── hi.5 │ ├── hugh.5 │ ├── idf.5 │ ├── image.5 │ ├── keywords.5 │ ├── layout.5 │ ├── lut.5 │ ├── manipulator.5 │ ├── mass99.5 │ ├── maxsizes.5 │ ├── miller.5 │ ├── nbody4.5 │ ├── nbody6.5 │ ├── nemobench.5 │ ├── ntmpv.5 │ ├── ommod.5 │ ├── orbit.5 │ ├── potential.5 │ ├── qac_stats.5 │ ├── rotcur.5 │ ├── rotcurshape.5 │ ├── rv.5 │ ├── rvc.5 │ ├── s2plot.5 │ ├── sdfits.5 │ ├── shells.5 │ ├── snap.5 │ ├── snapshot.5 │ ├── table.5 │ ├── tipsy.5 │ ├── tldr.5 │ ├── units.5 │ ├── wcs.5 │ ├── wcstools.5 │ ├── xvp.5 │ ├── xyz.5 │ └── yapp.5 ├── man6 │ └── grape4.6 ├── man8 │ ├── addlib.8 │ ├── badman.8 │ ├── bake.8 │ ├── checkpars.8 │ ├── cookbook.8 │ ├── example.8 │ ├── export.8 │ ├── fake.8 │ ├── files.8 │ ├── history.8 │ ├── import.8 │ ├── ldso.8 │ ├── manybody.8 │ ├── mkbin.8 │ ├── mklib.8 │ ├── mkman.8 │ ├── mknemo.8 │ ├── mkpdoc.8 │ ├── mkrunfile.8 │ ├── need.8 │ ├── nemobug.1 │ ├── nemobugs.1 │ ├── nemocc.8 │ ├── nemodir.8 │ ├── nemonew.1 │ ├── nemonews.1 │ ├── nemopars.8 │ ├── nemoplot.8 │ ├── nemorc.8 │ ├── newcmp.8 │ ├── other.8 │ ├── pedit.8 │ ├── programs.8 │ ├── rebound.8 │ ├── sbatch_nemo.8 │ ├── software.8 │ ├── super.8 │ ├── testsuite.8 │ ├── tricks.8 │ ├── unemo.8 │ ├── usage205.8 │ ├── usageeta10.8 │ ├── yapp_query.8 │ └── zeno.8 ├── mandoc.css ├── manl │ ├── accudate.l │ ├── afof.l │ ├── calc.l │ ├── catpgps.l │ ├── catps.l │ ├── conv123.l │ ├── cproto.l │ ├── crc.l │ ├── cyclo.l │ ├── denmax.l │ ├── direct.l │ ├── ds.l │ ├── findsrc.l │ ├── fof.l │ ├── gids.l │ ├── hd.l │ ├── intro.l │ ├── ipick.l │ ├── makekit.l │ ├── mcstrip.l │ ├── mkisofs.l │ ├── movietool.l │ ├── nemods.l │ ├── nora.l │ ├── qtrun.l │ ├── redir.l │ ├── rhobocop.l │ ├── rman.1 │ ├── rtfm.l │ ├── shar.l │ ├── shell.l │ ├── shtool.l │ ├── smooth.l │ ├── tkman.1 │ ├── tkrun.l │ ├── tr2latex.l │ ├── unproto.l │ ├── unshar.l │ ├── update.l │ ├── uuexplode.l │ ├── waisindex.l │ ├── waisq.l │ ├── waissearch.l │ ├── waisserver.l │ ├── x3d.l │ ├── xcps.l │ ├── xgobi.l │ ├── xrastool.l │ ├── xwais.l │ └── xwaisq.l ├── manpdf ├── md │ └── example.1.md ├── tmac.an ├── whatis └── whatis.awk ├── modulefiles ├── README └── nemo ├── nemo-config.in ├── nemo.pl.in ├── nemo_build.sh ├── nemo_local.template ├── nemo_start.csh.in ├── nemo_start.in ├── nemo_start.py.in ├── nemo_start.sh.in ├── nemo_start_example.ipynb ├── nemopy ├── __init__.py └── getparam.py ├── scripts ├── csh │ ├── README │ ├── amuse1.py │ ├── bench1 │ ├── centering.sh │ ├── cluster_stats │ │ ├── Makefile │ │ ├── cluster_stats.py │ │ └── plummer_stats.csh │ ├── do3d │ ├── do_neeleman │ ├── docolor │ ├── dof │ ├── dogrid │ ├── dolindblad │ ├── domxytos │ ├── dosnapbind_ps │ ├── dosp16 │ ├── dosps12 │ ├── dovirial │ ├── edge_aca.sh │ ├── edge_gbt.sh │ ├── ellfit.sh │ ├── exp1.py │ ├── exp1.sh │ ├── gaia_snapshot.py │ ├── integrate_plummer │ ├── keys.csh │ ├── m16.sh │ ├── map_ra_dec │ ├── miriad.init │ ├── mk_2body │ ├── mk_3body │ ├── mk_cone │ ├── mk_galaxy_clumpy │ ├── mkbar_cube.csh │ ├── mkfig2 │ ├── mkfig3 │ ├── mkfitscube1 │ ├── mkfitscube2 │ ├── mkmh97.md │ ├── mkmh97.sh │ ├── mkmpeg_movie │ ├── mkplummer.sh │ ├── mktt72.sh │ ├── mkvelfie3 │ ├── nemo1995.sh │ ├── orbit_stats │ ├── parfile1 │ ├── plot_gal3d.py │ ├── plummer_collision.sh │ ├── plummer_orbits │ ├── plummer_orbits.py │ ├── pop.csh │ ├── radprof-animation.sh │ ├── sutin_to_snapshot │ ├── tabstat.py │ ├── tipsy_to_snapshot │ └── twoplummers ├── notebooks │ ├── README │ ├── aarseth.ipynb │ ├── amuse_for_nemo.ipynb │ ├── installing.ipynb │ ├── installing1.png │ ├── installing2.png │ ├── installing3.png │ ├── installing4.png │ └── pynbody.ipynb └── templates │ ├── README │ ├── ex0.csh │ ├── ex0.py │ ├── ex0.sh │ ├── ex10.c │ ├── ex10.py │ ├── ex11.py │ ├── ex2.py │ ├── ex2.sh │ └── ex6.py ├── setup.py ├── src ├── Makefile ├── image │ ├── Makefile │ ├── cdf │ │ ├── Makefile │ │ └── lmtinfo.c │ ├── cores │ │ ├── Makefile │ │ └── get_nan.c │ ├── fits │ │ ├── Makefile │ │ ├── Testfile │ │ ├── ccd_cfitsio.c │ │ ├── ccdfits.c │ │ ├── ccdfitsio.c │ │ ├── cf.c │ │ ├── demfits.c │ │ ├── fits.c │ │ ├── fits8to16.c │ │ ├── fitsccd.c │ │ ├── fitsgids.c │ │ ├── fitsglue.c │ │ ├── fitsgnu.c │ │ ├── fitsgrid.c │ │ ├── fitshead.c │ │ ├── fitsio.c │ │ ├── fitsio_nemo.c │ │ ├── fitssao.c │ │ ├── fitssds.c │ │ ├── fitssplit.c │ │ ├── fitstab.c │ │ ├── fitstiff.c │ │ ├── format.c │ │ ├── iofits.c │ │ ├── look_nemo.c │ │ ├── machdep.h │ │ ├── mkfits.c │ │ ├── rawfits.c │ │ ├── scanfits.c │ │ ├── sdinfo.c │ │ ├── sdsfits.c │ │ ├── tabfits.c │ │ └── tabfits.def │ ├── hdf │ │ ├── Makefile │ │ └── cmhog │ │ │ ├── Makefile │ │ │ ├── README.pjt │ │ │ ├── cmhog.sm │ │ │ ├── hdf100bg │ │ │ ├── hdfall.src │ │ │ ├── hdfgrid.c │ │ │ ├── hdfwedge.c │ │ │ ├── runcmhog.c │ │ │ └── sdsmath.c │ ├── io │ │ ├── Makefile │ │ ├── Testfile │ │ ├── ccddump.c │ │ ├── ccdgs.c │ │ ├── ccdhead.c │ │ ├── ccdinfo.c │ │ ├── ccdmos.c │ │ ├── ccdprint.c │ │ ├── ccdprinti.c │ │ ├── ccdslice.c │ │ ├── ccdspec.c │ │ ├── ccdtest.c │ │ ├── ccdtwice.c │ │ ├── image.c │ │ ├── sigccd.c │ │ ├── wcsio.c │ │ └── xyio.c │ ├── misc │ │ ├── Benchfile │ │ ├── Makefile │ │ ├── Testfile │ │ ├── ccdbench.c │ │ ├── ccdblob.c │ │ ├── ccdborder.c │ │ ├── ccdcmp.c │ │ ├── ccdcross.c │ │ ├── ccdellint.c │ │ ├── ccdgoat.c │ │ ├── ccdhist.c │ │ ├── ccdl2.c │ │ ├── ccdmom.c │ │ ├── ccdmoms.c │ │ ├── ccdpeakstats.c │ │ ├── ccdplot.c │ │ ├── ccdppm.c │ │ ├── ccdrow.c │ │ ├── ccdrt.c │ │ ├── ccdshape.c │ │ ├── ccdstack.c │ │ ├── ccdstat.c │ │ ├── ccdsub.c │ │ ├── clfind3.c │ │ ├── contour.c │ │ ├── mom2cube.c │ │ └── twspeed.c │ ├── rotcur │ │ ├── Makefile │ │ ├── Testfile │ │ ├── ccdvel.c │ │ ├── pstats.c │ │ ├── pvcorr.c │ │ ├── pvtrace.c │ │ ├── rotcur.c │ │ ├── rotcurs.c │ │ ├── rotcurshape.c │ │ ├── rotcurtab.c │ │ ├── rundiskfit.c │ │ ├── runvelfitss07.c │ │ ├── rvstack.c │ │ ├── shape │ │ │ └── core1.c │ │ ├── testbsc.c │ │ ├── velcube.c │ │ ├── velfit.c │ │ ├── velfitpatch.c │ │ ├── velfour.c │ │ └── velmap.c │ ├── trans │ │ ├── Makefile │ │ ├── Testfile │ │ ├── ccd2vel.c │ │ ├── ccdclip.c │ │ ├── ccddiffract.c │ │ ├── ccdfill.c │ │ ├── ccdflatten.c │ │ ├── ccdflip.c │ │ ├── ccdflipd.c │ │ ├── ccdgaussfit.c │ │ ├── ccdgen.c │ │ ├── ccdintpol.c │ │ ├── ccdmask.c │ │ ├── ccdmath.c │ │ ├── ccdmedian.c │ │ ├── ccdmerge.c │ │ ├── ccdpatch.c │ │ ├── ccdpixelclip.c │ │ ├── ccdpot.c │ │ ├── ccdreorder.c │ │ ├── ccdrgb.c │ │ ├── ccdsharp.c │ │ ├── ccdsharp3.c │ │ ├── ccdsky.c │ │ ├── ccdsmooth.c │ │ ├── ccdstretch.c │ │ ├── ccdz.c │ │ └── ccdzshift.c │ └── wcs │ │ ├── COPYING.LIB-2.0 │ │ ├── Makefile │ │ ├── Makefile.orig │ │ ├── README.pjt │ │ ├── Testfile │ │ ├── masks.c │ │ ├── testpos.c │ │ ├── testpos.ref │ │ ├── wcs.c │ │ └── worldpos.c ├── kernel │ ├── Makefile │ ├── cores │ │ ├── Makefile │ │ ├── allocate.c │ │ ├── bswap.c │ │ ├── burststring.c │ │ ├── common.c │ │ ├── cputime.c │ │ ├── date_id.c │ │ ├── error.c │ │ ├── exception.c │ │ ├── file_size.c │ │ ├── filefn.c │ │ ├── progress.c │ │ └── strlib.c │ ├── fortran │ │ ├── Makefile │ │ ├── README │ │ ├── Testfile │ │ ├── ftoc.c │ │ ├── funcc.c │ │ ├── funcf.f │ │ ├── getparam.inc │ │ ├── getparam_ftoc.c │ │ ├── hdr_size.c │ │ ├── hdr_size.f │ │ ├── mainfuncc.c │ │ ├── mainfuncf.f │ │ ├── strcpy.c │ │ ├── test.f │ │ ├── testunfio.f │ │ ├── testus.f │ │ ├── unfio.c │ │ └── zprint.c │ ├── hdf │ │ ├── Makefile │ │ ├── hdf_info.c │ │ └── tsd.c │ ├── io │ │ ├── Makefile │ │ ├── Testfile │ │ ├── bigread.c │ │ ├── bsf.c │ │ ├── command.c │ │ ├── convert.c │ │ ├── csf.c │ │ ├── cvsid.c │ │ ├── defv.c │ │ ├── dprintf.c │ │ ├── endian.c │ │ ├── extstring.c │ │ ├── filesecret.c │ │ ├── filesecret.h │ │ ├── filesecret.va │ │ ├── getparam.c │ │ ├── history.c │ │ ├── idfio.c │ │ ├── ieeehalfprecision.c │ │ ├── kprintf.c │ │ ├── magic.nemo │ │ ├── main.c │ │ ├── memio.c │ │ ├── mstropen.c │ │ ├── nemovar.c │ │ ├── old │ │ │ └── filestr_old.c │ │ ├── outdefv.c │ │ ├── qsf.c │ │ ├── rsf.c │ │ ├── snode.h │ │ ├── story.c │ │ ├── story.h │ │ ├── storyio.h │ │ ├── storyq.h │ │ ├── stropen.c │ │ ├── test.c │ │ ├── test │ │ │ ├── testbio.c │ │ │ ├── testfs.c │ │ │ ├── testio.c │ │ │ └── testprompt.c │ │ ├── tsf.c │ │ ├── usage.c │ │ └── writeparam.c │ ├── loadobj │ │ ├── Makefile │ │ ├── README │ │ ├── getfunc.c │ │ ├── loadobj.c │ │ ├── loadobj3B1.c │ │ ├── loadobjAIX.c │ │ ├── loadobjCOFF.c │ │ ├── loadobjCYGWIN.c │ │ ├── loadobjDL.c │ │ ├── loadobjDLD.c │ │ ├── loadobjFX.c │ │ ├── loadobjGLIB.c │ │ ├── loadobjLINUX.c │ │ ├── loadobjMForig.c │ │ ├── loadobjMIPS.c │ │ ├── loadobjNEXT.c │ │ ├── loadobjNULL.c │ │ ├── loadobjSGI.c │ │ ├── loadobjSPARC.c │ │ ├── loadobjSTUB.c │ │ ├── loadobjSUN.c │ │ ├── loadobjTDL.c │ │ ├── loadobjXDL.c │ │ ├── loadobj_mf.c │ │ ├── mapsys.c │ │ ├── test.c │ │ └── testloadobj.c │ ├── math │ │ ├── Makefile │ │ ├── nllsqfit.c │ │ ├── odeint.c │ │ ├── rk4.c │ │ ├── rkck.c │ │ ├── rkqc.c │ │ └── rkqs.c │ ├── misc │ │ ├── Makefile │ │ ├── Testfile │ │ ├── axis.c │ │ ├── besselfunc.c │ │ ├── erf.c │ │ ├── fie.c │ │ ├── frandom.c │ │ ├── gipsyc.h │ │ ├── grid.c │ │ ├── hash.c │ │ ├── herinp.c │ │ ├── imsl.c │ │ ├── ismax.c │ │ ├── jd2iso.c │ │ ├── junk.c │ │ ├── layout.c │ │ ├── linreg.c │ │ ├── log2.c │ │ ├── lsq.c │ │ ├── match.c │ │ ├── mathlinker.h │ │ ├── matinv.c │ │ ├── mdarray.c │ │ ├── mdbench.c │ │ ├── median.c │ │ ├── minmax.c │ │ ├── mode.c │ │ ├── moment.c │ │ ├── mp_nllsqfit.c │ │ ├── mpfit.c │ │ ├── nemofie.c │ │ ├── nemoinp.c │ │ ├── nemomain++.cc │ │ ├── nemomain.c │ │ ├── nemomain.cc │ │ ├── nemopass.c │ │ ├── nemoshow.c │ │ ├── newextn.c │ │ ├── pick.c │ │ ├── pow.c │ │ ├── ran_svh57.py │ │ ├── randomizer.c │ │ ├── run.c │ │ ├── scanopt.c │ │ ├── setfblank.c │ │ ├── sort.c │ │ ├── sortptr.c │ │ ├── spline.c │ │ ├── timers.c │ │ ├── unwrap.c │ │ ├── vectmath.c │ │ ├── within.c │ │ ├── xrand.c │ │ └── xrandom.c │ ├── numrec │ │ ├── Makefile │ │ ├── README │ │ ├── beta.c │ │ ├── covsrt.c │ │ ├── eigsrt.c │ │ ├── eigsrt_d.c │ │ ├── gamma.c │ │ ├── gaussj.c │ │ ├── jacobi.c │ │ ├── jacobi_d.c │ │ ├── kstwo.c │ │ ├── lfit.c │ │ ├── mrqcof.c │ │ ├── mrqmin.c │ │ ├── nr_nllsqfit.c │ │ ├── nrutil.c │ │ ├── pearsn.c │ │ ├── polint.c │ │ ├── probks.c │ │ ├── qromb.c │ │ ├── ran3.c │ │ ├── sort.c │ │ └── trapzd.c │ ├── tab │ │ ├── Makefile │ │ ├── Testfile │ │ ├── ahf2grp.c │ │ ├── chem.c │ │ ├── fit │ │ │ ├── Makefile │ │ │ ├── gauss2.c │ │ │ ├── gauss2.tst │ │ │ ├── gauss3_ha.c │ │ │ ├── gauss3_hcn.c │ │ │ ├── gauss7_n2h+.c │ │ │ ├── gaussn.c │ │ │ ├── myline.c │ │ │ ├── rotcurm.c │ │ │ └── taugauss.c │ │ ├── funtab.c │ │ ├── getaline.c │ │ ├── gettab.c │ │ ├── lineid.c │ │ ├── lovas.info │ │ ├── meanmed.c │ │ ├── pp_pgm │ │ │ ├── catextr.c │ │ │ ├── catlist.f │ │ │ ├── catread.c │ │ │ ├── catread.h │ │ │ ├── catutil.c │ │ │ ├── catutil.h │ │ │ └── fixlen.c │ │ ├── pyplot.c │ │ ├── tab2xml.c │ │ ├── tabbench1.c │ │ ├── tabbench2.c │ │ ├── tabblend.c │ │ ├── tabclip.c │ │ ├── tabcmp.c │ │ ├── tabcols.c │ │ ├── tabcomment.c │ │ ├── tabcsv.c │ │ ├── tabdate.c │ │ ├── tabdist.c │ │ ├── tabdms.c │ │ ├── tabextinct.c │ │ ├── tabfft.c │ │ ├── tabfilter.c │ │ ├── tabgen.c │ │ ├── tabhead.c │ │ ├── tabhist.c │ │ ├── tabint.c │ │ ├── table.c │ │ ├── tablint.c │ │ ├── tablovas.c │ │ ├── tablsqfit.c │ │ ├── tablst.c │ │ ├── tabmath.c │ │ ├── tabnllsqfit.c │ │ ├── tabpeak.c │ │ ├── tabplot.c │ │ ├── tabplot2.c │ │ ├── tabpoly.c │ │ ├── tabpolygon.c │ │ ├── tabpp.c │ │ ├── tabrange.c │ │ ├── tabrows.c │ │ ├── tabs.c │ │ ├── tabselect.c │ │ ├── tabseries.c │ │ ├── tabslide.c │ │ ├── tabsmooth.c │ │ ├── tabspline.c │ │ ├── tabstat.c │ │ ├── tabtab.c │ │ ├── tabtranspose.c │ │ ├── tabtrend.c │ │ ├── tabunwrap.c │ │ ├── tabview.c │ │ ├── tabzoom.c │ │ ├── txtpar.c │ │ └── ustat.c │ └── yapp │ │ ├── BUGS │ │ ├── Makefile │ │ ├── Old │ │ ├── Canvas.c │ │ ├── Canvas.h │ │ ├── CanvasP.h │ │ ├── Makefile │ │ ├── ddd1 │ │ ├── ddd2 │ │ ├── ddd3 │ │ ├── ddd4 │ │ ├── ddd5 │ │ ├── do1 │ │ └── mkyapp │ │ ├── astro │ │ ├── catpgps.c │ │ ├── catps.c │ │ ├── color.c │ │ ├── fpgplot.h │ │ ├── mk_ms │ │ ├── my_get_view_surface.c │ │ ├── pgtest.f │ │ ├── pgtest.for │ │ ├── plarrow.c │ │ ├── pltext.c │ │ ├── test.f │ │ ├── testyapp.c │ │ ├── txttst.c │ │ ├── x11 │ │ ├── Imakefile │ │ ├── Makefile │ │ ├── Makefile.linux │ │ ├── Makefile.sun4 │ │ ├── Makefile.sun5 │ │ ├── README │ │ ├── X.c │ │ ├── Xutil.c │ │ ├── button.c │ │ ├── config.h │ │ ├── event.c │ │ ├── event.h │ │ ├── font.c │ │ ├── main.c │ │ ├── makefile.simple │ │ ├── testyapp.c │ │ └── yapp_x.c │ │ ├── yapp.c │ │ ├── yapp.ccc │ │ ├── yapp.icon │ │ ├── yapp.meta │ │ ├── yapp.plmeta │ │ ├── yapp.xfig │ │ ├── yapp_cg.c │ │ ├── yapp_cg_new.c │ │ ├── yapp_cg_new.c-pjt │ │ ├── yapp_cg_old.c │ │ ├── yapp_cgi.c │ │ ├── yapp_cgi.ccc │ │ ├── yapp_cgm.c │ │ ├── yapp_core.c │ │ ├── yapp_cpgplot.c │ │ ├── yapp_g2.c │ │ ├── yapp_giza.c │ │ ├── yapp_gl.c │ │ ├── yapp_glfw.c │ │ ├── yapp_gnuplot.c │ │ ├── yapp_mesa.c │ │ ├── yapp_meta.c │ │ ├── yapp_mongo.c │ │ ├── yapp_mouse.c │ │ ├── yapp_null.c │ │ ├── yapp_pgplot.c │ │ ├── yapp_pjt.c │ │ ├── yapp_plplot.c │ │ ├── yapp_ps.c │ │ ├── yapp_ps.ccc │ │ ├── yapp_ps_new.c │ │ ├── yapp_ps_old.c │ │ ├── yapp_psg.c │ │ ├── yapp_sm.c │ │ ├── yapp_suntools.c │ │ ├── yapp_sv.c │ │ ├── yapp_svg.c │ │ ├── yapp_x11.c │ │ └── yappmain.c ├── nbody │ ├── Makefile │ ├── cores │ │ ├── Makefile │ │ ├── Testfile │ │ ├── bodysub │ │ │ ├── BTNAMES │ │ │ ├── BTclean │ │ │ ├── Makefile │ │ │ ├── bti_0.c │ │ │ ├── bti_1.c │ │ │ ├── bti_i.c │ │ │ ├── bti_key.c │ │ │ ├── btr_0.c │ │ │ ├── btr_1.c │ │ │ ├── btr_ar.c │ │ │ ├── btr_aux.c │ │ │ ├── btr_ax.c │ │ │ ├── btr_ay.c │ │ │ ├── btr_az.c │ │ │ ├── btr_dec.c │ │ │ ├── btr_dens.c │ │ │ ├── btr_ekin.c │ │ │ ├── btr_eps.c │ │ │ ├── btr_etot.c │ │ │ ├── btr_glat.c │ │ │ ├── btr_glon.c │ │ │ ├── btr_i.c │ │ │ ├── btr_jtot.c │ │ │ ├── btr_jx.c │ │ │ ├── btr_jy.c │ │ │ ├── btr_jz.c │ │ │ ├── btr_key.c │ │ │ ├── btr_m.c │ │ │ ├── btr_mub.c │ │ │ ├── btr_mul.c │ │ │ ├── btr_phi.c │ │ │ ├── btr_r.c │ │ │ ├── btr_r2.c │ │ │ ├── btr_ra.c │ │ │ ├── btr_t.c │ │ │ ├── btr_v.c │ │ │ ├── btr_v2.c │ │ │ ├── btr_vp.c │ │ │ ├── btr_vr.c │ │ │ ├── btr_vr2.c │ │ │ ├── btr_vt.c │ │ │ ├── btr_vt2.c │ │ │ ├── btr_vx.c │ │ │ ├── btr_vy.c │ │ │ ├── btr_vz.c │ │ │ ├── btr_x.c │ │ │ ├── btr_xsky.c │ │ │ ├── btr_y.c │ │ │ ├── btr_ysky.c │ │ │ └── btr_z.c │ │ ├── bodytrans.c │ │ ├── bodytrans_fie.c │ │ ├── bodytransf.c │ │ ├── pickpnt.c │ │ ├── units.c │ │ └── zerocms.c │ ├── evolve │ │ ├── ACS │ │ │ └── nbody_sh1.C │ │ ├── Makefile │ │ ├── README │ │ ├── aarseth │ │ │ ├── Makefile │ │ │ ├── docs │ │ │ │ ├── README │ │ │ │ ├── talk0.pdf │ │ │ │ ├── talk1.pdf │ │ │ │ ├── talk2.pdf │ │ │ │ ├── talk3.pdf │ │ │ │ ├── talk4.pdf │ │ │ │ ├── talk6.pdf │ │ │ │ └── talk8.pdf │ │ │ ├── nbody0 │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.cray │ │ │ │ ├── README │ │ │ │ ├── Testfile │ │ │ │ ├── fdefs.inc │ │ │ │ ├── main.c │ │ │ │ ├── main.f │ │ │ │ ├── nbody0.1 │ │ │ │ ├── nbody0.f │ │ │ │ ├── nbody0.h │ │ │ │ ├── nbody0.man │ │ │ │ ├── nbody00.c │ │ │ │ ├── nbody0_bt87.f │ │ │ │ ├── nbody0_sja.f │ │ │ │ ├── nbody0h4.f │ │ │ │ ├── nbodyio.c │ │ │ │ ├── nbodyio.f │ │ │ │ ├── nmax.inc │ │ │ │ ├── proto.h │ │ │ │ ├── run_nbody00 │ │ │ │ └── run_nbody0_bt87 │ │ │ ├── nbody1 │ │ │ │ ├── Makefile │ │ │ │ ├── README.pjt │ │ │ │ ├── doc │ │ │ │ │ ├── README │ │ │ │ │ └── nbody1.tex │ │ │ │ ├── source │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── Makefile.nemo │ │ │ │ │ ├── Makefile.sja │ │ │ │ │ ├── bench_1280.log │ │ │ │ │ ├── block.f │ │ │ │ │ ├── bodies.f │ │ │ │ │ ├── check.f │ │ │ │ │ ├── cmcorr.f │ │ │ │ │ ├── common1.h │ │ │ │ │ ├── cputim.f │ │ │ │ │ ├── data.f │ │ │ │ │ ├── define.f │ │ │ │ │ ├── energy.f │ │ │ │ │ ├── escape.f │ │ │ │ │ ├── fpoly1.f │ │ │ │ │ ├── fpoly2.f │ │ │ │ │ ├── frame.f │ │ │ │ │ ├── input.f │ │ │ │ │ ├── intgrt.f │ │ │ │ │ ├── modify.f │ │ │ │ │ ├── mydump.f │ │ │ │ │ ├── nbint.f │ │ │ │ │ ├── nbody1.f │ │ │ │ │ ├── output.f │ │ │ │ │ ├── params.h │ │ │ │ │ ├── ran2.f │ │ │ │ │ ├── remove.f │ │ │ │ │ ├── scale.f │ │ │ │ │ ├── start.f │ │ │ │ │ ├── stepi.f │ │ │ │ │ ├── steps.f │ │ │ │ │ ├── subsys.f │ │ │ │ │ ├── verify.f │ │ │ │ │ ├── xvpred.f │ │ │ │ │ └── zero.f │ │ │ │ └── test │ │ │ │ │ ├── intest │ │ │ │ │ └── testrun │ │ │ ├── nbody2 │ │ │ │ ├── Makefile │ │ │ │ ├── README.pjt │ │ │ │ ├── doc │ │ │ │ │ ├── COMMON2 │ │ │ │ │ ├── chap9.ps │ │ │ │ │ ├── chap9.tex │ │ │ │ │ ├── nbody2.tex │ │ │ │ │ └── svnyp.sty │ │ │ │ ├── source │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── Makefile.nemo │ │ │ │ │ ├── Makefile.sja │ │ │ │ │ ├── block.f │ │ │ │ │ ├── bodies.f │ │ │ │ │ ├── check.f │ │ │ │ │ ├── cmcorr.f │ │ │ │ │ ├── common2.h │ │ │ │ │ ├── core.f │ │ │ │ │ ├── cputim.f │ │ │ │ │ ├── data.f │ │ │ │ │ ├── define.f │ │ │ │ │ ├── energy.f │ │ │ │ │ ├── escape.f │ │ │ │ │ ├── fpcorr.f │ │ │ │ │ ├── fpoly1.f │ │ │ │ │ ├── fpoly2.f │ │ │ │ │ ├── input.f │ │ │ │ │ ├── insert.f │ │ │ │ │ ├── intgrt.f │ │ │ │ │ ├── lagr.f │ │ │ │ │ ├── merge.f │ │ │ │ │ ├── modify.f │ │ │ │ │ ├── mydump.f │ │ │ │ │ ├── nbint.f │ │ │ │ │ ├── nblist.f │ │ │ │ │ ├── nbody2.f │ │ │ │ │ ├── output.f │ │ │ │ │ ├── params.h │ │ │ │ │ ├── ran2.f │ │ │ │ │ ├── regint.f │ │ │ │ │ ├── remove.f │ │ │ │ │ ├── scale.f │ │ │ │ │ ├── sort2.f │ │ │ │ │ ├── start.f │ │ │ │ │ ├── stepi.f │ │ │ │ │ ├── steps.f │ │ │ │ │ ├── subsys.f │ │ │ │ │ ├── verify.f │ │ │ │ │ ├── xtrnl1.f │ │ │ │ │ ├── xtrnl2.f │ │ │ │ │ ├── xvpred.f │ │ │ │ │ └── zero.f │ │ │ │ └── test │ │ │ │ │ └── input │ │ │ ├── nbody4 │ │ │ │ ├── Makefile │ │ │ │ ├── README.pjt │ │ │ │ ├── absorb.f │ │ │ │ ├── adjust.f │ │ │ │ ├── bindat.f │ │ │ │ ├── binout.f │ │ │ │ ├── binpop.f │ │ │ │ ├── block.f │ │ │ │ ├── bodies.f │ │ │ │ ├── centre.f │ │ │ │ ├── cfuncs.f │ │ │ │ ├── chain.f │ │ │ │ ├── chdata.f │ │ │ │ ├── check.f │ │ │ │ ├── chf.f │ │ │ │ ├── chfind.f │ │ │ │ ├── chinit.f │ │ │ │ ├── chlist.f │ │ │ │ ├── chmod.f │ │ │ │ ├── chpert.f │ │ │ │ ├── chpot.f │ │ │ │ ├── chstab.f │ │ │ │ ├── chterm.f │ │ │ │ ├── clint.f │ │ │ │ ├── cloud.f │ │ │ │ ├── cloud0.f │ │ │ │ ├── cmbody.f │ │ │ │ ├── cmcorr.f │ │ │ │ ├── cmlist.f │ │ │ │ ├── coal.f │ │ │ │ ├── comenv.f │ │ │ │ ├── common2.h │ │ │ │ ├── common4.h │ │ │ │ ├── commonc.h │ │ │ │ ├── const.f │ │ │ │ ├── core.f │ │ │ │ ├── corerd.f │ │ │ │ ├── cputim.f │ │ │ │ ├── cstab2.f │ │ │ │ ├── cstab3.f │ │ │ │ ├── cstab4.f │ │ │ │ ├── cstab5.f │ │ │ │ ├── data.f │ │ │ │ ├── define.f │ │ │ │ ├── degen.f │ │ │ │ ├── delay.f │ │ │ │ ├── derqp.f │ │ │ │ ├── derqp3.f │ │ │ │ ├── derqp4.f │ │ │ │ ├── dfcm2.f │ │ │ │ ├── dfsp.f │ │ │ │ ├── dfsp2.f │ │ │ │ ├── dgcore.f │ │ │ │ ├── difsy1.f │ │ │ │ ├── difsy3.f │ │ │ │ ├── difsy4.f │ │ │ │ ├── dtchck.f │ │ │ │ ├── efac2.f │ │ │ │ ├── efac3.f │ │ │ │ ├── endreg.f │ │ │ │ ├── energy.f │ │ │ │ ├── erel.f │ │ │ │ ├── erel3.f │ │ │ │ ├── erel4.f │ │ │ │ ├── escape.f │ │ │ │ ├── events.f │ │ │ │ ├── evolve.f │ │ │ │ ├── expand.f │ │ │ │ ├── expel.f │ │ │ │ ├── expel2.f │ │ │ │ ├── extend.f │ │ │ │ ├── fchain.f │ │ │ │ ├── fcloud.f │ │ │ │ ├── fcorr.f │ │ │ │ ├── fdisk.f │ │ │ │ ├── ffdot.f │ │ │ │ ├── ffdot2.f │ │ │ │ ├── ffdot3.f │ │ │ │ ├── fhalo.f │ │ │ │ ├── findj.f │ │ │ │ ├── flush.f │ │ │ │ ├── flyby.f │ │ │ │ ├── fnuc.f │ │ │ │ ├── fpert.f │ │ │ │ ├── fpoly0.f │ │ │ │ ├── fpoly1.f │ │ │ │ ├── fpolyi.f │ │ │ │ ├── freeze.f │ │ │ │ ├── g6acc.f │ │ │ │ ├── gcinit.f │ │ │ │ ├── gcint.f │ │ │ │ ├── ghost.f │ │ │ │ ├── giant.f │ │ │ │ ├── giant3.f │ │ │ │ ├── global.f │ │ │ │ ├── gntage.f │ │ │ │ ├── gpfree.f │ │ │ │ ├── gpsend.f │ │ │ │ ├── hcorr.f │ │ │ │ ├── hiarch.f │ │ │ │ ├── hicirc.f │ │ │ │ ├── hidat.f │ │ │ │ ├── himax.f │ │ │ │ ├── himod.f │ │ │ │ ├── hipop.f │ │ │ │ ├── hirect.f │ │ │ │ ├── histab.f │ │ │ │ ├── hivel.f │ │ │ │ ├── hmdot.f │ │ │ │ ├── hmdot2.f │ │ │ │ ├── hotsys.f │ │ │ │ ├── hpsort.f │ │ │ │ ├── hrdiag.f │ │ │ │ ├── hrplot.f │ │ │ │ ├── iblock.f │ │ │ │ ├── ichain.f │ │ │ │ ├── imf.f │ │ │ │ ├── imfbd.f │ │ │ │ ├── impact.f │ │ │ │ ├── impuls.f │ │ │ │ ├── inbin │ │ │ │ ├── inclin.f │ │ │ │ ├── inext.f │ │ │ │ ├── input │ │ │ │ ├── input.f │ │ │ │ ├── insert.f │ │ │ │ ├── instar.f │ │ │ │ ├── intev.f │ │ │ │ ├── intgrt.f │ │ │ │ ├── intide.f │ │ │ │ ├── invert.f │ │ │ │ ├── jacobi.f │ │ │ │ ├── kcpert.f │ │ │ │ ├── kepler.f │ │ │ │ ├── kick.f │ │ │ │ ├── ksapo.f │ │ │ │ ├── kscorr.f │ │ │ │ ├── ksin2.f │ │ │ │ ├── ksinit.f │ │ │ │ ├── ksint.f │ │ │ │ ├── kslist.f │ │ │ │ ├── ksmod.f │ │ │ │ ├── ksperi.f │ │ │ │ ├── kspert.f │ │ │ │ ├── ksphys.f │ │ │ │ ├── kspoly.f │ │ │ │ ├── kspred.f │ │ │ │ ├── ksrect.f │ │ │ │ ├── ksreg.f │ │ │ │ ├── ksres.f │ │ │ │ ├── ksres2.f │ │ │ │ ├── ksterm.f │ │ │ │ ├── kstide.f │ │ │ │ ├── kstran.f │ │ │ │ ├── lagr.f │ │ │ │ ├── lagr2.f │ │ │ │ ├── levels.f │ │ │ │ ├── matrix.f │ │ │ │ ├── mdot.f │ │ │ │ ├── mdot2.f │ │ │ │ ├── merge.f │ │ │ │ ├── merge2.f │ │ │ │ ├── mix.f │ │ │ │ ├── mloss.f │ │ │ │ ├── mlwind.f │ │ │ │ ├── modify.f │ │ │ │ ├── mrenv.f │ │ │ │ ├── mtrace.f │ │ │ │ ├── mturn.f │ │ │ │ ├── mydump.f │ │ │ │ ├── nbcorr.f │ │ │ │ ├── nblist.f │ │ │ │ ├── nbody4.f │ │ │ │ ├── nbpot.f │ │ │ │ ├── nbrem.f │ │ │ │ ├── nbrest.f │ │ │ │ ├── nclist.f │ │ │ │ ├── newreg.f │ │ │ │ ├── newsys.f │ │ │ │ ├── nlmod.f │ │ │ │ ├── ntint.f │ │ │ │ ├── offset.f │ │ │ │ ├── orbit.f │ │ │ │ ├── output.f │ │ │ │ ├── params.h │ │ │ │ ├── peri.f │ │ │ │ ├── period.f │ │ │ │ ├── permit.f │ │ │ │ ├── pfac.f │ │ │ │ ├── phidot.f │ │ │ │ ├── physks.f │ │ │ │ ├── pipes.f │ │ │ │ ├── poti.f │ │ │ │ ├── potn0.f │ │ │ │ ├── potn2.f │ │ │ │ ├── qforce.f │ │ │ │ ├── qpmod.f │ │ │ │ ├── qpmod3.f │ │ │ │ ├── qpmod4.f │ │ │ │ ├── quad.f │ │ │ │ ├── r2sort.f │ │ │ │ ├── ran2.f │ │ │ │ ├── rchain.f │ │ │ │ ├── recoil.f │ │ │ │ ├── redraw.f │ │ │ │ ├── reduce.f │ │ │ │ ├── reflct.f │ │ │ │ ├── reinit.f │ │ │ │ ├── remove.f │ │ │ │ ├── rename.f │ │ │ │ ├── renew.f │ │ │ │ ├── reset.f │ │ │ │ ├── reset2.f │ │ │ │ ├── resolv.f │ │ │ │ ├── rkint.f │ │ │ │ ├── rl.f │ │ │ │ ├── rpmax.f │ │ │ │ ├── rsort.f │ │ │ │ ├── scale.f │ │ │ │ ├── search.f │ │ │ │ ├── select.f │ │ │ │ ├── setsys.f │ │ │ │ ├── setup.f │ │ │ │ ├── shock.f │ │ │ │ ├── short.f │ │ │ │ ├── shrink.f │ │ │ │ ├── slow.f │ │ │ │ ├── sort1.f │ │ │ │ ├── stability.f │ │ │ │ ├── stabl3.f │ │ │ │ ├── stabl4.f │ │ │ │ ├── stablc.f │ │ │ │ ├── stablz.f │ │ │ │ ├── star.f │ │ │ │ ├── start.f │ │ │ │ ├── start3.f │ │ │ │ ├── start4.f │ │ │ │ ├── status.f │ │ │ │ ├── stepi.f │ │ │ │ ├── stepk.f │ │ │ │ ├── steps.f │ │ │ │ ├── stumpf.f │ │ │ │ ├── subint.f │ │ │ │ ├── subsys.f │ │ │ │ ├── swcond.f │ │ │ │ ├── switch.f │ │ │ │ ├── tail0.f │ │ │ │ ├── tchain.f │ │ │ │ ├── tcirc.f │ │ │ │ ├── tides.f │ │ │ │ ├── tides2.f │ │ │ │ ├── tnew.f │ │ │ │ ├── touch.f │ │ │ │ ├── touch2.f │ │ │ │ ├── tperi.f │ │ │ │ ├── tpert.f │ │ │ │ ├── trans3.f │ │ │ │ ├── trans4.f │ │ │ │ ├── transk.f │ │ │ │ ├── transq.f │ │ │ │ ├── transx.f │ │ │ │ ├── trdot.f │ │ │ │ ├── trflow.f │ │ │ │ ├── triple.f │ │ │ │ ├── tstab.f │ │ │ │ ├── tstep.f │ │ │ │ ├── units.f │ │ │ │ ├── unpert.f │ │ │ │ ├── update.f │ │ │ │ ├── vector.f │ │ │ │ ├── verify.f │ │ │ │ ├── xcpred.f │ │ │ │ ├── xtf.f │ │ │ │ ├── xtpert.f │ │ │ │ ├── xtrnl0.f │ │ │ │ ├── xtrnld.f │ │ │ │ ├── xtrnlf.f │ │ │ │ ├── xtrnlp.f │ │ │ │ ├── xtrnlt.f │ │ │ │ ├── xtrnlu.f │ │ │ │ ├── xtrnlv.f │ │ │ │ ├── xvpred.f │ │ │ │ ├── ycopy.f │ │ │ │ ├── ysave.f │ │ │ │ ├── zare.f │ │ │ │ ├── zcnsts.f │ │ │ │ ├── zdata.h │ │ │ │ ├── zero.f │ │ │ │ └── zfuncs.f │ │ │ ├── tools │ │ │ │ ├── Makefile │ │ │ │ ├── Testfile │ │ │ │ ├── do_nbody0_sync │ │ │ │ ├── do_nbody1_reverse │ │ │ │ ├── do_nbody1_sync │ │ │ │ ├── fname.h │ │ │ │ ├── nbody_io.f │ │ │ │ ├── nbody_io.h │ │ │ │ ├── nbody_io_c.c │ │ │ │ ├── plum.in │ │ │ │ ├── runbody.csh │ │ │ │ ├── runbody1.c │ │ │ │ ├── runbody2.c │ │ │ │ ├── runbody4.c │ │ │ │ ├── runbody6.c │ │ │ │ ├── stou4.c │ │ │ │ ├── u3tos.c │ │ │ │ └── u4tos.c │ │ │ └── triple │ │ │ │ ├── BENCH │ │ │ │ ├── BENCH1 │ │ │ │ ├── LOG1 │ │ │ │ ├── LOG2 │ │ │ │ ├── Makefile │ │ │ │ ├── README.pjt │ │ │ │ ├── Xtc.c │ │ │ │ ├── Xtc.h │ │ │ │ ├── binary.f │ │ │ │ ├── block.f │ │ │ │ ├── data.f │ │ │ │ ├── derqp.f │ │ │ │ ├── difsy1.f │ │ │ │ ├── impact.f │ │ │ │ ├── inpyth │ │ │ │ ├── inpyth0 │ │ │ │ ├── inx │ │ │ │ ├── inx0 │ │ │ │ ├── moviep.f │ │ │ │ ├── moviex.f │ │ │ │ ├── peri.f │ │ │ │ ├── ptriple.xrdb │ │ │ │ ├── sej.in │ │ │ │ ├── transf.f │ │ │ │ ├── triple.1 │ │ │ │ ├── triple.f │ │ │ │ ├── wait.f │ │ │ │ └── xmovie.c │ │ ├── dehnen │ │ │ ├── README │ │ │ └── Testfile │ │ ├── directcode │ │ │ ├── Makefile │ │ │ ├── Testfile │ │ │ ├── code.c │ │ │ ├── code.h │ │ │ ├── code_io.c │ │ │ ├── defs.h │ │ │ ├── grav.c │ │ │ └── util.c │ │ ├── flowcode │ │ │ ├── Makefile │ │ │ ├── Testfile │ │ │ ├── btr_ang.c │ │ │ ├── ccdtrace.c │ │ │ ├── code_io.c │ │ │ ├── defs.h │ │ │ ├── diffuse.c │ │ │ ├── dissipate.c │ │ │ ├── flowcode.c │ │ │ ├── mkvrt │ │ │ ├── mkvrtd │ │ │ ├── mkvrtd2 │ │ │ ├── orbstep.c │ │ │ ├── vrt.c │ │ │ ├── vrtd.c │ │ │ ├── vrtd2.c │ │ │ ├── vrtm51.c │ │ │ └── vxy.c │ │ ├── gravsim │ │ │ └── gravsim0.c │ │ ├── hackcode │ │ │ ├── Makefile │ │ │ ├── hackcode1 │ │ │ │ ├── Makefile │ │ │ │ ├── Testfile │ │ │ │ ├── code.c │ │ │ │ ├── code.h │ │ │ │ ├── code_io.c │ │ │ │ ├── defs.h │ │ │ │ ├── grav.c │ │ │ │ ├── hackforce.c │ │ │ │ ├── hackforce_o.c │ │ │ │ ├── load.c │ │ │ │ ├── proto.h │ │ │ │ └── util.c │ │ │ ├── hackcode3 │ │ │ │ ├── Makefile │ │ │ │ ├── code.c │ │ │ │ ├── code.h │ │ │ │ ├── code_io.c │ │ │ │ ├── defs.h │ │ │ │ ├── grav.c │ │ │ │ ├── hackforce.c │ │ │ │ ├── load.c │ │ │ │ ├── proto.h │ │ │ │ └── util.c │ │ │ └── treecode1 │ │ │ │ ├── Makefile │ │ │ │ ├── README.nemo │ │ │ │ ├── Testfile │ │ │ │ ├── treecode.c │ │ │ │ ├── treecode.h │ │ │ │ ├── treedefs.h │ │ │ │ ├── treegrav.c │ │ │ │ ├── treeio.c │ │ │ │ └── treeload.c │ │ ├── kawai │ │ │ ├── README │ │ │ ├── nbody │ │ │ │ ├── BHtree.C │ │ │ │ ├── BHtree.h │ │ │ │ ├── COPYRIGHT │ │ │ │ ├── INSTALL │ │ │ │ ├── Makefile │ │ │ │ ├── Makefile.template │ │ │ │ ├── README │ │ │ │ ├── README.nemo │ │ │ │ ├── design.c │ │ │ │ ├── gravity.C │ │ │ │ ├── library.C │ │ │ │ ├── nbody.C │ │ │ │ ├── nbody_guide.tex │ │ │ │ ├── nbody_particle.h │ │ │ │ ├── p2m2.C │ │ │ │ ├── p2m2.h │ │ │ │ ├── pgetopt.C │ │ │ │ ├── second.c │ │ │ │ └── vector.h │ │ │ └── vtc │ │ │ │ ├── INSTALL │ │ │ │ ├── Makefile.darwin │ │ │ │ ├── Makefile.linux │ │ │ │ ├── Makefile.nemo │ │ │ │ ├── Makefile.solaris │ │ │ │ ├── Makefile.tru64 │ │ │ │ ├── Makefile.vpp5k │ │ │ │ ├── README.nemo │ │ │ │ ├── Xtc.c │ │ │ │ ├── Xtc.h │ │ │ │ ├── animation.c │ │ │ │ ├── cputime.c │ │ │ │ ├── debug.c │ │ │ │ ├── design.c │ │ │ │ ├── direct.c │ │ │ │ ├── force_g5.c │ │ │ │ ├── force_host.c │ │ │ │ ├── force_md2.c │ │ │ │ ├── grav.table │ │ │ │ ├── gravpot.table │ │ │ │ ├── highorder.c │ │ │ │ ├── mr1interface.c │ │ │ │ ├── p2m2.c │ │ │ │ ├── sort.c │ │ │ │ ├── tree.c │ │ │ │ ├── treebfl.c │ │ │ │ ├── treev.c │ │ │ │ ├── viewtree.c │ │ │ │ ├── vtc.c │ │ │ │ ├── vtc.h │ │ │ │ └── vtclocal.h │ │ ├── multicode │ │ │ ├── Makefile │ │ │ ├── orbstep.c │ │ │ ├── quadcode.c │ │ │ ├── quadcode_io.c │ │ │ ├── quaddefs.h │ │ │ ├── quadfield.h │ │ │ ├── quadforce.c │ │ │ ├── quadforce_main.c │ │ │ ├── quadinter.c │ │ │ └── quadinter_main.c │ │ ├── n_mody │ │ │ └── runmond.c │ │ ├── newton0 │ │ │ ├── Makefile │ │ │ ├── README.pjt │ │ │ ├── binaryin.c │ │ │ ├── binaryout.c │ │ │ ├── body.h │ │ │ ├── bodyalgebra.c │ │ │ ├── bodyconversion.c │ │ │ ├── bodyext.h │ │ │ ├── create.c │ │ │ ├── ctrl.h │ │ │ ├── diag.h │ │ │ ├── diagnose.c │ │ │ ├── differentiate.c │ │ │ ├── differentiateext.c │ │ │ ├── differentiatereg.c │ │ │ ├── differentiatetree.c │ │ │ ├── integrate.c │ │ │ ├── multiscat.h │ │ │ ├── multiscatter.c │ │ │ ├── newton0.c │ │ │ ├── newton0.h │ │ │ ├── node.h │ │ │ ├── orbit.c │ │ │ ├── out.c │ │ │ ├── preanglebracketsscatdiagnose.c │ │ │ ├── proto.h │ │ │ ├── save.c │ │ │ ├── scat.h │ │ │ ├── scatdiagnose.c │ │ │ ├── scatter.c │ │ │ ├── scatterreduc.c │ │ │ ├── scattersuperreduc.c │ │ │ ├── soften.c │ │ │ ├── spec.h │ │ │ ├── state.h │ │ │ ├── statealgebra.c │ │ │ ├── syst.h │ │ │ ├── systemalgebra.c │ │ │ ├── systemconversion.c │ │ │ ├── timestep.c │ │ │ ├── transformext.c │ │ │ ├── transformreg.c │ │ │ └── transformtree.c │ │ ├── potcode │ │ │ ├── Makefile │ │ │ ├── code_io.c │ │ │ ├── defs.h │ │ │ ├── diffuse.c │ │ │ ├── dissipate.c │ │ │ ├── orbstep.c │ │ │ └── potcode.c │ │ ├── qumond │ │ │ └── runqumond.c │ │ ├── scfm │ │ │ ├── Makefile │ │ │ ├── README │ │ │ ├── SCFBI │ │ │ ├── SCFPAR │ │ │ ├── Testfile │ │ │ ├── runscfm.c │ │ │ ├── scf.h │ │ │ ├── scfm.f │ │ │ ├── second.f │ │ │ └── second0.f │ │ ├── sellwood │ │ │ ├── Makefile │ │ │ ├── README │ │ │ ├── code1 │ │ │ │ ├── Makefile │ │ │ │ ├── admin.h │ │ │ │ ├── galaxy.dat │ │ │ │ ├── galaxy.f │ │ │ │ ├── galaxy.ini │ │ │ │ ├── lib │ │ │ │ │ ├── LocalMakedefs │ │ │ │ │ ├── Makefile │ │ │ │ │ ├── bdpres.f │ │ │ │ │ ├── blkdat.f │ │ │ │ │ ├── cenvel.f │ │ │ │ │ ├── crash.f │ │ │ │ │ ├── dbwrit.f │ │ │ │ │ ├── difpot.f │ │ │ │ │ ├── dtrfm1.f │ │ │ │ │ ├── dtrfm3.f │ │ │ │ │ ├── fftcsa.f │ │ │ │ │ ├── fftcss.f │ │ │ │ │ ├── fftset.f │ │ │ │ │ ├── fftsna.f │ │ │ │ │ ├── fftsns.f │ │ │ │ │ ├── findf.f │ │ │ │ │ ├── getacc.f │ │ │ │ │ ├── getgrp.f │ │ │ │ │ ├── getline.f │ │ │ │ │ ├── grdset.f │ │ │ │ │ ├── greenf.f │ │ │ │ │ ├── greenl.f │ │ │ │ │ ├── greenm.f │ │ │ │ │ ├── grenf3.f │ │ │ │ │ ├── grenfn.f │ │ │ │ │ ├── grget.f │ │ │ │ │ ├── grnorg.f │ │ │ │ │ ├── icheck.f │ │ │ │ │ ├── loadup.f │ │ │ │ │ ├── markrs.f │ │ │ │ │ ├── masscl.f │ │ │ │ │ ├── masset.f │ │ │ │ │ ├── massgn.f │ │ │ │ │ ├── measure.f │ │ │ │ │ ├── newfil.f │ │ │ │ │ ├── opnfil.f │ │ │ │ │ ├── poiss.f │ │ │ │ │ ├── psnset.f │ │ │ │ │ ├── putout.f │ │ │ │ │ ├── rebuild │ │ │ │ │ ├── slvptf.f │ │ │ │ │ ├── slvptt.f │ │ │ │ │ ├── step.f │ │ │ │ │ ├── stogrp.f │ │ │ │ │ ├── stpgrp.f │ │ │ │ │ ├── tmcent.f │ │ │ │ │ ├── tmcgrp.f │ │ │ │ │ ├── transp.f │ │ │ │ │ ├── unload.f │ │ │ │ │ ├── vbdass.f │ │ │ │ │ ├── vbdgrn.f │ │ │ │ │ ├── vbdpot.f │ │ │ │ │ ├── vbdtab.f │ │ │ │ │ ├── vfthil.f │ │ │ │ │ ├── vftsna.f │ │ │ │ │ ├── vftsns.f │ │ │ │ │ └── weight.f │ │ │ │ └── rjinclude.h │ │ │ └── tools │ │ │ │ ├── Benchfile │ │ │ │ ├── Makefile │ │ │ │ ├── Testfile │ │ │ │ ├── res2snap │ │ │ │ ├── rungalaxy.c │ │ │ │ └── snap2ini │ │ ├── treecode │ │ │ ├── Makefile │ │ │ ├── README │ │ │ ├── common.h │ │ │ ├── main.c │ │ │ ├── nmax.h │ │ │ ├── nmax.inc │ │ │ ├── treecode.f │ │ │ ├── treedefs.inc │ │ │ ├── treegr3d.f │ │ │ ├── treeio.c │ │ │ └── treeload.f │ │ └── treecode2 │ │ │ ├── Makefile │ │ │ ├── Makefile.cray │ │ │ ├── README │ │ │ ├── TREEBI │ │ │ ├── TREEPAR │ │ │ ├── runtreecode2 │ │ │ ├── treecode.f │ │ │ ├── treecode0.c │ │ │ ├── treedefs.h │ │ │ ├── treeutil.f │ │ │ ├── treeutilsun.f │ │ │ └── treeutilvax.f │ ├── fits │ │ ├── Makefile │ │ └── snapfits.c │ ├── glnemo │ │ ├── ChangeLog │ │ ├── DOC │ │ │ └── glnemo.1 │ │ ├── Doxyfile │ │ ├── INSTALL │ │ ├── LICENSE │ │ ├── MANUAL │ │ ├── README │ │ ├── README.bench │ │ ├── bench │ │ │ ├── bench1.anim │ │ │ ├── bench2.anim │ │ │ ├── bench3.anim │ │ │ ├── bench4.anim │ │ │ └── bench5.anim │ │ ├── glnemo.kdevelop │ │ ├── glnemo.pro │ │ ├── manipulators │ │ │ ├── ChangeLog │ │ │ ├── Makefile │ │ │ ├── README │ │ │ └── src │ │ │ │ ├── ChunkBuffer.cc │ │ │ │ ├── ChunkBuffer.h │ │ │ │ ├── MessageBuffer.cc │ │ │ │ ├── MessageBuffer.h │ │ │ │ ├── ServerClientDef.h │ │ │ │ ├── Socket.cc │ │ │ │ ├── Socket.h │ │ │ │ ├── SocketServer.cc │ │ │ │ ├── SocketServer.h │ │ │ │ ├── generic_thread.cc │ │ │ │ ├── generic_thread.h │ │ │ │ ├── glnemo.cc │ │ │ │ ├── master_server_thread.cc │ │ │ │ ├── master_server_thread.h │ │ │ │ ├── print_debug.h │ │ │ │ ├── server_thread.cc │ │ │ │ └── server_thread.h │ │ ├── script │ │ │ └── frame2divx.pl │ │ ├── snapshot │ │ │ ├── README │ │ │ ├── disk.nemo │ │ │ └── orb.nemo │ │ ├── src │ │ │ ├── ChunkBuffer.cpp │ │ │ ├── ChunkBuffer.h │ │ │ ├── MessageBuffer.cpp │ │ │ ├── MessageBuffer.h │ │ │ ├── ServerClientDef.h │ │ │ ├── Socket.cpp │ │ │ ├── Socket.h │ │ │ ├── SocketClient.cpp │ │ │ ├── SocketClient.h │ │ │ ├── about_form.ui │ │ │ ├── about_form.ui.h │ │ │ ├── acquire_data_thread.cpp │ │ │ ├── acquire_data_thread.h │ │ │ ├── animation_engine.cpp │ │ │ ├── animation_engine.h │ │ │ ├── animation_form.ui │ │ │ ├── animation_form.ui.h │ │ │ ├── crun_server_form.ui │ │ │ ├── crun_server_form.ui.h │ │ │ ├── debug.pro │ │ │ ├── drawbox.cpp │ │ │ ├── drawbox.h │ │ │ ├── filelistdata.cpp │ │ │ ├── filelistdata.h │ │ │ ├── frame_data.cpp │ │ │ ├── frame_data.h │ │ │ ├── frustumculling.cpp │ │ │ ├── frustumculling.h │ │ │ ├── gl_grid_object.cpp │ │ │ ├── gl_grid_object.h │ │ │ ├── gl_hud_object.cpp │ │ │ ├── gl_hud_object.h │ │ │ ├── gl_object.cpp │ │ │ ├── gl_object.h │ │ │ ├── gl_particles_object.cpp │ │ │ ├── gl_particles_object.h │ │ │ ├── gl_projection.cpp │ │ │ ├── gl_projection.h │ │ │ ├── gl_text_object.cpp │ │ │ ├── gl_text_object.h │ │ │ ├── glbox.cpp │ │ │ ├── glbox.h │ │ │ ├── glcube.cpp │ │ │ ├── glcube.h │ │ │ ├── glnemo.cpp │ │ │ ├── global_options.cpp │ │ │ ├── global_options.h │ │ │ ├── globjwin.cpp │ │ │ ├── globjwin.h │ │ │ ├── gloctree.cpp │ │ │ ├── gloctree.h │ │ │ ├── hostname_select_form.ui │ │ │ ├── hostname_select_form.ui.h │ │ │ ├── hosts_list.h │ │ │ ├── images │ │ │ │ ├── Antennae.xpm │ │ │ │ ├── allfit.xpm │ │ │ │ ├── arrowsb.xpm │ │ │ │ ├── arw01rt.xpm │ │ │ │ ├── broadcast.xpm │ │ │ │ ├── camera5.xpm │ │ │ │ ├── cim4.xpm │ │ │ │ ├── comm.xpm │ │ │ │ ├── file_print.xpm │ │ │ │ ├── galaxy.xpm │ │ │ │ ├── galaxy1.xpm │ │ │ │ ├── geomtry1.xpm │ │ │ │ ├── glnemo35.xpm │ │ │ │ ├── glnemo80.xpm │ │ │ │ ├── globe2.xpm │ │ │ │ ├── graphics.xpm │ │ │ │ ├── grid.xpm │ │ │ │ ├── grid_plus.xpm │ │ │ │ ├── matrix.xpm │ │ │ │ ├── options_blending.xpm │ │ │ │ ├── options_particles_range.xpm │ │ │ │ ├── options_piechart.xpm │ │ │ │ ├── recorder.xpm │ │ │ │ ├── reload.xpm │ │ │ │ ├── screen2.xpm │ │ │ │ ├── smoke.xpm │ │ │ │ ├── smoke2.xpm │ │ │ │ ├── target.xpm │ │ │ │ ├── target1.xpm │ │ │ │ ├── target2.xpm │ │ │ │ ├── test.xpm │ │ │ │ ├── test1.xpm │ │ │ │ ├── tools.xpm │ │ │ │ └── twoways.xpm │ │ │ ├── movie_thread.cpp │ │ │ ├── movie_thread.h │ │ │ ├── network_data.cpp │ │ │ ├── network_data.h │ │ │ ├── options_form.ui │ │ │ ├── options_form.ui.h │ │ │ ├── particles_data.cpp │ │ │ ├── particles_data.h │ │ │ ├── particles_list.cpp │ │ │ ├── particles_list.h │ │ │ ├── particles_range.cpp │ │ │ ├── particles_range.h │ │ │ ├── particles_select.cpp │ │ │ ├── particles_select.h │ │ │ ├── particles_select_form.ui │ │ │ ├── particles_select_form.ui.h │ │ │ ├── print_debug.h │ │ │ ├── select_nbody_form.ui │ │ │ ├── select_nbody_form.ui.h │ │ │ ├── smoke.h │ │ │ ├── snapshot_data.cpp │ │ │ ├── snapshot_data.h │ │ │ ├── src.pro │ │ │ ├── virtual_data.cpp │ │ │ ├── virtual_data.h │ │ │ ├── virtual_particles_select.cpp │ │ │ └── virtual_particles_select.h │ │ └── templates │ │ │ ├── cpp │ │ │ └── h │ ├── image │ │ ├── Makefile │ │ ├── Testfile │ │ ├── snapccd.c │ │ ├── snapgrid.c │ │ ├── snapgridsmooth.c │ │ ├── snapifu.c │ │ ├── snapmap.c │ │ ├── snappat.c │ │ └── snapslit.c │ ├── init │ │ ├── Benchfile │ │ ├── Makefile │ │ ├── Testfile │ │ ├── diskspectrum.c │ │ ├── magalie.c │ │ ├── mk2body.c │ │ ├── mkbaredisk.c │ │ ├── mkconfig.c │ │ ├── mkcosmo.c │ │ ├── mkcube.c │ │ ├── mkdisk.c │ │ ├── mkdiskfel.c │ │ ├── mkepidisk.c │ │ ├── mkexpdisk.c │ │ ├── mkexphot.c │ │ ├── mkflowdisk.c │ │ ├── mkgalaxy2.c │ │ ├── mkgrid.c │ │ ├── mkh41.c │ │ ├── mkhernquist.c │ │ ├── mkhom.c │ │ ├── mkhomsph.c │ │ ├── mkkd95.c │ │ ├── mknsh96.c │ │ ├── mkommod.c │ │ ├── mkop73.c │ │ ├── mkplummer.c │ │ ├── mkpolytrope.c │ │ ├── mksphere.c │ │ ├── mkspiral.c │ │ ├── mktabdisk.c │ │ ├── mktestdisk.c │ │ ├── mktt72.c │ │ ├── mkvh60.c │ │ ├── plummer.c │ │ ├── snapenter.c │ │ └── tabommod.c │ ├── io │ │ ├── Makefile │ │ ├── Testfile │ │ ├── archaic │ │ │ ├── README │ │ │ └── snapshot.h │ │ ├── atos.c │ │ ├── binsnap.c │ │ ├── eaglesnap.c │ │ ├── falcon.c │ │ ├── gadget │ │ │ ├── Makefile │ │ │ ├── componentrange.cc │ │ │ ├── componentrange.h │ │ │ ├── g2info.cc │ │ │ ├── gadget1t2.cc │ │ │ ├── gadget2nemo.cc │ │ │ ├── gadgetio.cc │ │ │ ├── gadgetio.h │ │ │ ├── nemo2gadget.cc │ │ │ ├── userselection.cc │ │ │ └── userselection.h │ │ ├── gadgetsnap.c │ │ ├── get_snap.c │ │ ├── get_snapshot.c │ │ ├── hellersnap.c │ │ ├── martelsnap.c │ │ ├── miller.c │ │ ├── modysnap.c │ │ ├── myget_snap.c │ │ ├── myput_snap.c │ │ ├── put_snap.c │ │ ├── put_snapshot.c │ │ ├── qbinsnap.c │ │ ├── rvcsnap.c │ │ ├── rvsnap.c │ │ ├── snap3dv.c │ │ ├── snapgadget.c │ │ ├── snapidl.c │ │ ├── snapmody.c │ │ ├── snaprv.c │ │ ├── snapserial.c │ │ ├── snapspecks.c │ │ ├── snaptipsy.c │ │ ├── starlab │ │ │ ├── Makefile │ │ │ ├── Testfile │ │ │ ├── dtos.C │ │ │ ├── nemomain.C │ │ │ ├── stod.C │ │ │ ├── stod_subs.c │ │ │ ├── stod_subs.h │ │ │ ├── tabpairs.c │ │ │ └── ubvri.C │ │ ├── stoa.c │ │ ├── story.ccc │ │ ├── tabtos.c │ │ ├── testfio.c │ │ ├── testio.c │ │ ├── testss.c │ │ ├── tipsydefs.h │ │ ├── tipsysnap.c │ │ ├── xvpsnap.c │ │ └── yancpars.c │ ├── io_nemo │ │ ├── Changelog │ │ ├── Makefile │ │ ├── Testfile │ │ ├── man │ │ │ ├── io_nemo.3 │ │ │ └── io_nemo_f.3 │ │ ├── script │ │ │ ├── fortran_test_io_nemo.csh │ │ │ ├── make_dirs.csh │ │ │ ├── stress_io_nemo.pl │ │ │ └── test_io_nemo.csh │ │ ├── src │ │ │ ├── check_file.c │ │ │ ├── check_file.h │ │ │ ├── dummy.c │ │ │ ├── flags_data.h │ │ │ ├── get_data_wrapper.c │ │ │ ├── get_data_wrapper.h │ │ │ ├── history_data.h │ │ │ ├── history_data_f.h │ │ │ ├── io_get_put.c │ │ │ ├── io_get_put.h │ │ │ ├── io_get_put_f.c │ │ │ ├── io_get_put_f.h │ │ │ ├── io_init.c │ │ │ ├── io_init.h │ │ │ ├── io_nemo.c │ │ │ ├── io_nemo.h │ │ │ ├── io_nemo_data.h │ │ │ ├── io_nemo_data_f.h │ │ │ ├── io_nemo_f.c │ │ │ ├── io_nemo_f.h │ │ │ ├── io_nemo_tools.c │ │ │ ├── io_nemo_tools.h │ │ │ ├── maxio.h │ │ │ ├── nemo_g77.c │ │ │ ├── parameters.c │ │ │ └── parameters.h │ │ └── test_src │ │ │ ├── io_nemo_test.c │ │ │ ├── nemo_fortran.F │ │ │ ├── nemo_fortran_d_3n.F │ │ │ ├── nemo_fortran_d_n3.F │ │ │ ├── nemo_fortran_f_3n.F │ │ │ ├── nemo_fortran_f_n3.F │ │ │ ├── snapmask2.c │ │ │ ├── stress_io_nemo.cc │ │ │ └── stress_io_nemo_f.cc │ ├── kepler │ │ ├── Makefile │ │ ├── hut.in │ │ ├── kep2kep.c │ │ ├── kep2kep.cc │ │ └── kepler.h │ ├── reduc │ │ ├── Makefile │ │ ├── Testfile │ │ ├── aasplot.c │ │ ├── radprof.c │ │ ├── snapatlas.c │ │ ├── snapbinary.c │ │ ├── snapcmp.c │ │ ├── snapcore.c │ │ ├── snapdiagplot.c │ │ ├── snaperror.c │ │ ├── snapfit.c │ │ ├── snapfour.c │ │ ├── snapipdist.c │ │ ├── snapkinem.c │ │ ├── snapkinplot.c │ │ ├── snapkmean.c │ │ ├── snapkstat.c │ │ ├── snapmnmx.c │ │ ├── snapmradii.c │ │ ├── snapmstat.c │ │ ├── snapnear.c │ │ ├── snapopt.c │ │ ├── snapplot.c │ │ ├── snapplot3.c │ │ ├── snapplotv.c │ │ ├── snapprint.c │ │ ├── snaprstat.c │ │ ├── snaps2plot.c │ │ ├── snapsample.c │ │ ├── snapscan.c │ │ ├── snapshell.c │ │ ├── snapstab.c │ │ ├── snapstat.c │ │ ├── snaptrak.c │ │ ├── snaptwspeed.c │ │ └── snapvratio.c │ ├── tools │ │ ├── Makefile │ │ └── pathlabel.c │ ├── trans │ │ ├── Benchfile │ │ ├── Makefile │ │ ├── Testfile │ │ ├── hackdens │ │ │ ├── Makefile │ │ │ ├── defs.h │ │ │ ├── density.c │ │ │ ├── hackdens.c │ │ │ ├── load.c │ │ │ └── util.c │ │ ├── snapadd.c │ │ ├── snapaddbh.c │ │ ├── snapbench.c │ │ ├── snapcenter.c │ │ ├── snapcenterp.c │ │ ├── snapcenters.c │ │ ├── snapcopy.c │ │ ├── snapdens.c │ │ ├── snapdisk.c │ │ ├── snapfold.c │ │ ├── snapgalview.c │ │ ├── snapinert.c │ │ ├── snapkey.c │ │ ├── snapmask.c │ │ ├── snapmass.c │ │ ├── snapmerge.c │ │ ├── snapmerge_a.c │ │ ├── snappot.c │ │ ├── snaprect.c │ │ ├── snaprotate.c │ │ ├── snapscale.c │ │ ├── snapshift.c │ │ ├── snapsort.c │ │ ├── snapsphere.c │ │ ├── snapspin.c │ │ ├── snapsplit.c │ │ ├── snapsquash.c │ │ ├── snapstack.c │ │ ├── snapsym.c │ │ ├── snaptime.c │ │ ├── snaptrans.c │ │ ├── snaptrim.c │ │ ├── snapvirial.c │ │ └── unbind.c │ └── xyz │ │ ├── Makefile │ │ ├── Makefile.pjt │ │ ├── Testfile │ │ ├── snapxyz.c │ │ ├── testview.c │ │ └── xyzview.c ├── orbit │ ├── Makefile │ ├── io │ │ ├── Makefile │ │ ├── mkgalorbit.c │ │ ├── mkorbit.c │ │ └── orbit.c │ ├── misc │ │ ├── Makefile │ │ ├── Testfile │ │ ├── dop853.c │ │ ├── dopri5.c │ │ ├── ellipse.c │ │ ├── henyey │ │ │ ├── Makefile │ │ │ ├── README │ │ │ ├── bar.f │ │ │ ├── bar02.c │ │ │ ├── bar2.c │ │ │ ├── bar6.c │ │ │ ├── bench.log │ │ │ ├── forcon │ │ │ ├── henyey.f │ │ │ ├── henyey.h │ │ │ ├── maxorb.h │ │ │ ├── model.h │ │ │ ├── orbit_compare.py │ │ │ └── real.h │ │ ├── orbdim.c │ │ ├── orbfour.c │ │ ├── orbint.c │ │ ├── orbintv.c │ │ ├── orblist.c │ │ ├── orbmax.c │ │ ├── orboom.c │ │ ├── orbplot.c │ │ ├── orbsos.c │ │ ├── orbstat.c │ │ ├── otos.c │ │ ├── perorb.c │ │ └── stoo.c │ └── potential │ │ ├── Benchfile │ │ ├── Makefile │ │ ├── Testfile │ │ ├── acceleration.cc │ │ ├── data │ │ ├── Makefile │ │ ├── athan92.f │ │ ├── bar83.c │ │ ├── brandt.c │ │ ├── bulge1.c │ │ ├── ccd.c │ │ ├── cp80.c │ │ ├── dehnen.c │ │ ├── dublinz.c │ │ ├── expdisk.c │ │ ├── flatz.c │ │ ├── gauss.c │ │ ├── grow_plum.c │ │ ├── grow_plum2.c │ │ ├── halo.c │ │ ├── harmonic.c │ │ ├── harmonicf.f │ │ ├── hdgrow1.c │ │ ├── hernquist.c │ │ ├── hh64.c │ │ ├── hom.c │ │ ├── hubble.c │ │ ├── isochrone.c │ │ ├── jaffe.c │ │ ├── kim11.f │ │ ├── kuzmindisk.c │ │ ├── log.c │ │ ├── log2.c │ │ ├── mestel.c │ │ ├── miyamoto.c │ │ ├── nfw.c │ │ ├── nfw2.c │ │ ├── nfw3.c │ │ ├── null.c │ │ ├── op73.c │ │ ├── persic.c │ │ ├── pfenniger84.f │ │ ├── pfenniger91.f │ │ ├── piner94.f │ │ ├── plummer.c │ │ ├── plummer2.c │ │ ├── plummer4.c │ │ ├── plummerv.c │ │ ├── point.c │ │ ├── polynomial.c │ │ ├── rh84.c │ │ ├── rotcur.c │ │ ├── rotcur0.c │ │ ├── rotcur1.c │ │ ├── rotcure.c │ │ ├── rotcurm.c │ │ ├── sh76.c │ │ ├── teusan85.c │ │ ├── tidaldisk.c │ │ ├── timer.h │ │ ├── triax.c │ │ ├── turner92.c │ │ ├── twobody.c │ │ ├── twofixed.c │ │ ├── vertdisk.c │ │ ├── vertdisk.h │ │ ├── wada94.c │ │ └── zero.c │ │ ├── fmath.f │ │ ├── pattern.c │ │ ├── potccd.c │ │ ├── potential.c │ │ ├── potential0.c │ │ ├── potentialc.c │ │ ├── potentialf.c │ │ ├── potfortest.f │ │ ├── potlist.c │ │ ├── potq.c │ │ ├── potrot.c │ │ ├── potsf.c │ │ └── rotcurves.c ├── scripts │ ├── BADPROGRAM │ ├── DEBIAN │ │ ├── README │ │ ├── control │ │ ├── mk_debian │ │ ├── postinst │ │ └── preinst │ ├── Linking │ ├── MAKE_macro.sh │ ├── Makefile │ ├── Makefile.lib │ ├── Makefile.null │ ├── NEMORC │ │ ├── NEMORC.local.linux │ │ ├── NEMORC.local.solaris │ │ └── README │ ├── README │ ├── add_cvsid │ ├── ads │ ├── autobuild.csh │ ├── bake │ ├── bench │ │ ├── ccdgen.sh │ │ ├── gadget.csh │ │ ├── gadget.galaxy.param │ │ └── parallel.sh │ ├── benchsuite │ ├── brew │ │ ├── Darwin15 │ │ ├── Makefile │ │ ├── README │ │ └── nemo.rb │ ├── cc.d │ │ ├── README │ │ ├── cc.aix │ │ ├── cc.alpha │ │ ├── cc.bsd │ │ ├── cc.convex │ │ ├── cc.gnu │ │ ├── cc.li │ │ ├── cc.linux │ │ ├── cc.next │ │ ├── cc.s700 │ │ ├── cc.sgi │ │ ├── cc.sgi_IP22 │ │ ├── cc.sun3 │ │ ├── cc.sun4 │ │ ├── cc.sun5 │ │ ├── cc.unicos │ │ └── ccnemo │ ├── checkpars.py │ ├── clone │ ├── cmake.install │ ├── ctex │ ├── ctex.awk │ ├── cvsutar │ ├── defines │ ├── fitsedit │ ├── fitsmerge │ ├── gadget.install │ ├── gcc.install │ ├── get_jplcatalog │ ├── getline │ ├── getnemotar │ ├── grawl │ ├── hdf.install │ ├── hosttype │ ├── import.csh │ ├── install │ ├── install_anaconda3 │ ├── install_gipsy.csh │ ├── install_miniconda3 │ ├── install_python_modules │ ├── install_tools │ ├── ldso │ ├── linux │ │ ├── README │ │ ├── centos8 │ │ ├── fedora16 │ │ ├── fedora17 │ │ ├── fedora31 │ │ ├── fedora36 │ │ ├── fedora38 │ │ ├── install_packages │ │ ├── mageia71 │ │ ├── manjaro24 │ │ ├── suse11.2 │ │ ├── ubuntu12.04 │ │ ├── ubuntu12.10 │ │ ├── ubuntu18.04 │ │ └── ubuntu20.04 │ ├── lsbad │ ├── lssf │ ├── lut2c │ ├── make.d │ │ ├── README │ │ ├── make.bsd │ │ ├── make.convex │ │ ├── make.mf │ │ ├── make.next │ │ ├── make.sgi │ │ └── make.sgi_IP22 │ ├── make_pgdisp_ow.sh │ ├── man2tldr.py │ ├── manServer_106.pl_ │ ├── manlaser │ ├── manlaser_all │ ├── manso │ ├── maxsizes.h │ ├── mir2nemo │ ├── mk_cvsdir │ ├── mk_nemo_start.sh │ ├── mkman │ ├── mknemo │ ├── mknemo.d │ │ ├── CGS │ │ ├── EXP │ │ ├── README │ │ ├── amuse │ │ ├── ast │ │ ├── astromatic │ │ ├── barolo │ │ ├── boost │ │ ├── cfitsio │ │ ├── density2 │ │ ├── dice │ │ ├── diskfit │ │ ├── etude │ │ ├── falcON │ │ ├── falcON2 │ │ ├── fftw │ │ ├── fftw2 │ │ ├── finufft │ │ ├── firstn │ │ ├── fitscli │ │ ├── funtools │ │ ├── gadget2 │ │ ├── gadget4 │ │ ├── galaxy15 │ │ ├── gcc │ │ ├── giza │ │ ├── glnemo │ │ ├── glnemo2 │ │ ├── gnuastro │ │ ├── gnuplot_i │ │ ├── gsl │ │ ├── gyrfalcON │ │ ├── hdf4 │ │ ├── hdf5 │ │ ├── hypre │ │ ├── imfit │ │ ├── lapack │ │ ├── mcluster │ │ ├── miriad │ │ ├── modules │ │ ├── montage │ │ ├── netcdf4 │ │ ├── partiview │ │ ├── pgplot │ │ ├── plplot │ │ ├── rebound │ │ ├── redis │ │ ├── rotcur │ │ ├── snapmerge_a │ │ ├── starlab │ │ ├── sw │ │ ├── tipsy │ │ ├── uns_projects │ │ ├── unsio │ │ ├── valkey │ │ ├── velfitss07 │ │ ├── wcslib │ │ └── wcstools │ ├── mkpdoc │ ├── mkshadow │ ├── mktasklist │ ├── mktool │ ├── mycc.c │ ├── nds9 │ ├── need │ ├── nemo │ ├── nemo-not │ ├── nemo-opt_start │ ├── nemo.32 │ ├── nemo.bench │ ├── nemo.coverage │ ├── nemo.find │ ├── nemo.install │ ├── nemo.pgplot │ ├── nemo.pgplot.irix │ ├── nemo.plplot │ ├── nemo.spec │ ├── nemo.submit │ ├── nemo.test │ ├── nemo.version │ ├── nemo.vogl │ ├── nemo_functions.sh │ ├── nemo_merging.sh │ ├── nemobench │ ├── nemohelp │ ├── nemoman │ ├── nemopars │ ├── nemoplot │ ├── nemotool │ ├── newcmp │ ├── newusage │ ├── nm4 │ ├── nm5 │ ├── nmlist │ ├── pedit │ ├── pgplot.install │ ├── progress_bar.sh │ ├── putnemotar │ ├── python.install │ ├── python │ │ ├── Makefile │ │ ├── amdahl.py │ │ ├── amuse_convert.py │ │ ├── fitsplot.py │ │ ├── mklimepy │ │ ├── mkrunfile.py │ │ ├── plot_spectrum.py │ │ ├── replicate_z.py │ │ ├── rotcur.py │ │ ├── rotcur2.py │ │ ├── rtable.py │ │ ├── tabalign.py │ │ ├── tabfit.py │ │ ├── tablatex.py │ │ ├── tabplot.py │ │ ├── tabplot2.py │ │ ├── tabplot3.py │ │ ├── test_amuse.py │ │ ├── test_gala.py │ │ ├── test_galpy.py │ │ ├── test_nemopy.py │ │ ├── test_pynbody.py │ │ ├── test_unsio.py │ │ └── test_yt.py │ ├── quickps │ ├── ranlibNULL │ ├── requirements │ │ ├── README │ │ ├── apt.txt │ │ └── dnf.txt │ ├── rmsf │ ├── s2plot.install │ ├── save │ ├── sbatch_nemo.sh │ ├── sf_summary │ ├── showvar │ ├── showvar.mk │ ├── shtool │ ├── stones │ ├── strings.h │ ├── tardot │ ├── tasklist │ ├── tellme │ ├── template │ ├── testsuite │ ├── tipsyman │ ├── usage1 │ ├── version │ ├── wgetc │ ├── what-defs │ ├── what-defs.sun5 │ ├── whoami.unicos │ ├── wsl │ ├── yapp_query │ └── zeno.install ├── tools │ ├── FITSView │ │ ├── DISCLAIMER │ │ ├── Distribution │ │ ├── FITSView.doc │ │ ├── Makefile │ │ ├── Packit │ │ ├── README │ │ ├── Sendit │ │ ├── fits.c │ │ ├── fits.h │ │ ├── fitskeywords.h │ │ ├── loadimage.c │ │ ├── mesg │ │ ├── movie.c │ │ ├── movie.icon │ │ ├── movie_help.h │ │ ├── putlut.err │ │ ├── ql.c │ │ ├── ql.h │ │ ├── rainbow.c │ │ ├── rgb.c │ │ ├── rgb24.c │ │ └── writeTGA.c │ ├── Makefile │ ├── config │ │ ├── Makefile │ │ ├── config.c │ │ ├── log.cc │ │ ├── log.cc-mips │ │ ├── log.cc-single │ │ ├── log.gcc │ │ └── log.linux_elf │ ├── ds │ │ └── README │ ├── fitsverify │ │ ├── Makefile │ │ ├── README │ │ ├── fitsverify.c │ │ ├── ftverify.c │ │ ├── fverify.h │ │ ├── fvrf_data.c │ │ ├── fvrf_file.c │ │ ├── fvrf_head.c │ │ ├── fvrf_key.c │ │ └── fvrf_misc.c │ ├── ile │ │ ├── MANIFEST │ │ ├── Makefile │ │ ├── README │ │ ├── ile.1 │ │ ├── ile.c │ │ └── ile.sh.hdr │ ├── makeindex │ │ ├── Makefile │ │ ├── getopt.c │ │ ├── include.local │ │ │ ├── standard.h │ │ │ ├── standconst.h │ │ │ ├── standenviron.h │ │ │ ├── standmacro.h │ │ │ └── standtype.h │ │ ├── indexsrc │ │ │ ├── Makefile │ │ │ ├── index.y │ │ │ └── indexlex.l │ │ ├── latex_ind.patch │ │ ├── latex_inde.hdr │ │ ├── libglob │ │ │ ├── Makefile │ │ │ ├── glob.c │ │ │ └── glob.h │ │ ├── libprofile │ │ │ ├── Makefile │ │ │ ├── boolean.c │ │ │ ├── free.c │ │ │ ├── has.c │ │ │ ├── profile.h │ │ │ ├── read.c │ │ │ ├── space.c │ │ │ └── write.c │ │ ├── man │ │ │ ├── glob.3 │ │ │ ├── index.1 │ │ │ ├── index.5 │ │ │ ├── profile.3 │ │ │ ├── profile.5 │ │ │ └── standard.5 │ │ └── shift.c │ ├── miriad │ │ ├── Makefile │ │ ├── miriad │ │ │ ├── Makefile │ │ │ ├── README │ │ │ └── miriad.c │ │ └── mirtool │ │ │ ├── Makefile │ │ │ ├── README.PJT │ │ │ └── mirtool.c │ ├── misc │ │ ├── Makefile │ │ ├── accudate.c │ │ ├── age.c │ │ ├── changed.c │ │ ├── changed10.c │ │ ├── crc.1 │ │ ├── crc.c │ │ ├── hd.1 │ │ ├── hd.c │ │ ├── hd.h │ │ ├── redir.1 │ │ ├── redir.c │ │ └── waitforfile.c │ ├── movie │ │ ├── Makefile │ │ ├── README │ │ ├── movie.1 │ │ ├── movie.c │ │ └── movie_sv.c │ ├── movietool │ │ ├── COPYRIGHT │ │ ├── INSTALLATION │ │ ├── MANIFEST │ │ ├── Makefile │ │ ├── Makefile.CD-ROM │ │ ├── README │ │ ├── README-1.0 │ │ ├── README-1.1 │ │ ├── README.CD-ROM │ │ ├── VERSION │ │ ├── audio.c │ │ ├── bwfreq.c │ │ ├── cdrom.c │ │ ├── frames.c │ │ ├── main.c │ │ ├── movietool.au │ │ ├── movietool.c │ │ ├── movietool.h │ │ ├── movietool.icon │ │ ├── movietool.man │ │ ├── paneledit.c │ │ ├── play.c │ │ ├── player.diff │ │ ├── pr_decode.c │ │ ├── pr_load.c │ │ ├── pw_rop.c │ │ └── zoom.c │ ├── pipestatus │ │ ├── ChangeLog │ │ ├── Makefile │ │ ├── README │ │ ├── pipestatus │ │ ├── pipestatus_demo │ │ └── selftest │ ├── remotename │ │ ├── Makefile │ │ ├── remotename.1 │ │ └── remotename.c │ ├── run │ │ └── run.c │ ├── tcppipe │ │ ├── CHANGES │ │ ├── COPYING │ │ ├── ChangeLog │ │ ├── INSTALL │ │ ├── Makefile │ │ ├── Makefile.orig │ │ ├── README │ │ ├── README.pjt │ │ ├── TODO │ │ ├── tcppipe.c │ │ └── tcppipe_nemo.c │ ├── tkrun │ │ ├── CHANGES │ │ ├── COPYING │ │ ├── Makefile │ │ ├── README │ │ ├── README.qtrun │ │ ├── TODO │ │ ├── adass97.ps.gz │ │ ├── qtrun.py │ │ ├── redo │ │ ├── sample1 │ │ ├── testscript │ │ ├── testscript.sh │ │ ├── testscript0.tk │ │ ├── tkrun.1 │ │ ├── tkrun.c │ │ └── tkrun.lsm │ ├── tr2latex │ │ ├── History │ │ ├── Makefile.mms │ │ ├── Makefile.msc │ │ ├── Makefile.tc │ │ ├── Makefile.unix │ │ ├── Makefile.vms │ │ ├── README │ │ ├── diffs.tex │ │ ├── flip.h │ │ ├── forbid.h │ │ ├── greek.h │ │ ├── macros.h │ │ ├── make_tr2latex.com │ │ ├── maths.h │ │ ├── protos.h │ │ ├── setups.h │ │ ├── simil.h │ │ ├── subs.c │ │ ├── testfile │ │ ├── testfile.tex-orig │ │ ├── tr.c │ │ ├── tr2latex.c │ │ ├── tr2latex.hlp │ │ ├── tr2latex.man │ │ ├── tr2latex.man.tex-orig │ │ ├── troffman.sty │ │ ├── troffms.sty │ │ ├── vaxcrtl.opt │ │ └── version.c │ └── unproto │ │ ├── Makefile │ │ ├── README │ │ ├── README.mail │ │ ├── README.pjt │ │ ├── acc.sh │ │ ├── cpp.sh │ │ ├── error.c │ │ ├── error.h │ │ ├── example.c │ │ ├── example.out │ │ ├── hash.c │ │ ├── stdarg.h │ │ ├── stddef.h │ │ ├── stdlib.h │ │ ├── strsave.c │ │ ├── symbol.c │ │ ├── symbol.h │ │ ├── tok_class.c │ │ ├── tok_io.c │ │ ├── tok_pool.c │ │ ├── token.h │ │ ├── unproto.1 │ │ ├── unproto.c │ │ ├── varargs.c │ │ ├── vstring.c │ │ └── vstring.h ├── tutor │ ├── README │ ├── bench │ │ ├── Makefile │ │ ├── README │ │ ├── array_add.c │ │ ├── big.f │ │ ├── big8.f │ │ ├── cpu-bench.c │ │ ├── flops.c │ │ ├── offt.c │ │ ├── routines.c │ │ ├── sdmath.c │ │ └── square.c │ ├── fortran │ │ ├── Makefile │ │ ├── big.f │ │ ├── func_va_arg.c │ │ └── main_va_arg.F │ ├── hello │ │ ├── Makefile │ │ ├── bye.c │ │ ├── hallo.f │ │ ├── hello.c │ │ └── hello2.c │ ├── image │ │ ├── ccdread.c │ │ └── ccdwrite.c │ ├── linking │ │ └── fitsio │ │ │ └── writeimage.c │ ├── main │ │ ├── Makefile │ │ ├── main.csh │ │ ├── main.sh │ │ ├── mainc.c │ │ ├── mainc2.c │ │ ├── maine.c │ │ ├── maine.sh │ │ ├── mainf.f │ │ ├── nemomain.c │ │ └── sip.sh │ ├── mp │ │ ├── Makefile │ │ ├── README │ │ ├── heated_plate_openmp.c │ │ ├── hellomp.c │ │ ├── poisson_mpi.c │ │ ├── python_openmp.py │ │ ├── quad_openmp.c │ │ ├── scaling.c │ │ ├── scaling2.c │ │ ├── sections.c │ │ ├── sgefa_openmp.c │ │ ├── sum_tbb.cc │ │ └── wait3.sh │ ├── nbody │ │ ├── snaprun.c │ │ └── snaptemp.c │ ├── popen │ │ ├── Makefile │ │ ├── ptest1.c │ │ └── xyz2pot │ ├── standard │ │ └── arg_order.c │ └── table │ │ ├── mktable.c │ │ └── tabread.c └── uNEMO │ ├── Makefile │ ├── README │ ├── getparam_fake.c │ ├── simple_read.c │ └── simple_write.c ├── text ├── Makefile ├── Notes ├── PROBLEMS ├── README.local ├── README.md ├── README.obj ├── README.old ├── README.opt ├── Sites ├── bugs │ ├── Alliant │ ├── BUGLETS │ ├── Illinois │ ├── README │ ├── diagplot1 │ ├── filestruct │ ├── history_comment │ ├── memo-1 │ ├── new_bugs │ ├── problems │ ├── snapio │ ├── snapsort │ ├── snaptrim │ └── solaris.gcc ├── cfortran.doc ├── demo │ ├── demo1 │ │ ├── align.awk │ │ ├── demo1 │ │ ├── do1 │ │ ├── do2 │ │ └── do3 │ └── dofit ├── dist.list ├── faq.tex ├── fig-screen1 ├── fig │ ├── i001.dat │ ├── system.box │ ├── system.eps │ ├── system.fig │ ├── system.latex │ ├── system.ps │ ├── system.xbm │ ├── system100.ps │ ├── system50.eps │ ├── system50.ps │ ├── system75.eps │ └── system75.ps ├── ftb │ └── ftb.hlp ├── html │ └── mass99 │ │ ├── Makefile │ │ └── index.html ├── info │ ├── survival.ps │ └── texinfo.tex ├── manuals │ ├── Makefile │ ├── README │ ├── ack.inc │ ├── acs.inc │ ├── aiface.inc │ ├── bench.inc │ ├── bodies.inc │ ├── convent.inc │ ├── coordsys.inc │ ├── dirs.inc │ ├── disclaimer.inc │ ├── encounter1.ps │ ├── example.src │ ├── examples.inc │ ├── figures │ │ └── mk_encounter1 │ ├── filestr.inc │ ├── galaxyrot.eps │ ├── galaxyrot.fig │ ├── glossary.inc │ ├── graphics.inc │ ├── gsl.inc │ ├── guideline.tex │ ├── hello.src │ ├── history.inc │ ├── html.sty │ ├── idx.tex │ ├── iface.inc │ ├── image.inc │ ├── install.inc │ ├── intro.inc │ ├── latest.tex │ ├── makefile.src │ ├── miriad.inc │ ├── mirtool.inc │ ├── nemo.sty │ ├── nemo.tex │ ├── orb1.ps │ ├── orb1sos.ps │ ├── orbit.inc │ ├── plummer.ps │ ├── potctex.inc │ ├── potential.inc │ ├── potname.inc │ ├── progr.inc │ ├── psinsert.inc │ ├── readme.inc │ ├── refs.inc │ ├── setup.inc │ ├── shell.inc │ ├── snapfirst.src │ ├── system.inc │ ├── testf2c.src │ ├── troffman.sty │ └── trouble.inc ├── manybody │ ├── coll.ps │ ├── cvs.eps │ ├── diag.ps │ ├── kira1.ps │ ├── kira2.ps │ ├── log1.ps │ ├── log2.ps │ ├── manybody.tex │ ├── mkfig4 │ ├── nemo.sty │ ├── nt.ps │ ├── p12.ps │ ├── p23.ps │ ├── pyth0.ps │ ├── pyth1.ps │ ├── s1a.ps │ ├── s1b.ps │ ├── s1xy.ps │ └── s1xz.ps ├── mkmanual ├── mktst ├── nbody2.tex ├── nemo-doxygen.cfg ├── nemo2020.dchoi98 ├── nemo2020.maxtano ├── nemo2020.teuben ├── nemo2024.txt ├── nemo2025.txt ├── pipes ├── plotting25.md ├── random ├── savekeys.design ├── summary.tex └── tableV2.txt ├── usr ├── Makefile ├── README ├── aarseth │ ├── Makefile │ ├── firstn │ │ ├── Makefile │ │ ├── README.nemo │ │ ├── common1.h │ │ ├── data.f │ │ ├── energy.f │ │ ├── firstn.f │ │ ├── force.f │ │ ├── input.f │ │ ├── intgrt.f │ │ ├── output.f │ │ ├── ran2.f │ │ └── scale.f │ └── hermit │ │ ├── Makefile │ │ ├── binary.f │ │ ├── block.f │ │ ├── commonp.h │ │ ├── cputim.f │ │ ├── data.f │ │ ├── energy.f │ │ ├── fpoly1.f │ │ ├── hermit.f │ │ ├── iblock.f │ │ ├── input │ │ ├── input.f │ │ ├── intgrt.f │ │ ├── mydump.f │ │ ├── nbint.f │ │ ├── output.f │ │ ├── ran2.f │ │ ├── start.f │ │ ├── stepi.f │ │ ├── stepk.f │ │ ├── steps.f │ │ ├── tstep.f │ │ ├── xvpred.f │ │ └── zero.f ├── agama │ ├── Makefile │ ├── README │ ├── mk_center.py │ ├── pot1.ini │ └── pot2.ini ├── amuse │ ├── 95-amuse.py │ ├── Makefile │ ├── README.md │ ├── Testfile │ ├── amuse_convert.py │ ├── amuse_integrate.py │ └── amuse_test.py ├── arepo │ └── Makefile ├── boily │ └── magalie │ │ ├── Makefile │ │ ├── locate.f │ │ ├── magalie.f │ │ ├── magalie.h │ │ ├── params.h │ │ └── ran2.f ├── bonsai │ ├── Makefile │ └── README.md ├── dehnen │ ├── Makefile │ ├── falcON │ │ ├── COPYING │ │ ├── COPYRIGHT │ │ ├── Makefile │ │ ├── README.nemo │ │ ├── doc │ │ │ ├── 2002JCP...179...27D.pdf │ │ │ ├── mkgalaxy │ │ │ ├── mkgalaxy_user_guide.pdf │ │ │ └── user_guide.pdf │ │ ├── dox │ │ │ └── falcON.dox │ │ ├── falcON.rc │ │ ├── falcON_end │ │ ├── falcON_start.csh │ │ ├── falcON_start.sh │ │ ├── inc │ │ │ ├── acc │ │ │ │ ├── GalPot.cc │ │ │ │ ├── GalPot.h │ │ │ │ ├── GalPot_pre.h │ │ │ │ ├── center.h │ │ │ │ └── timer.h │ │ │ ├── body.h │ │ │ ├── externacc.h │ │ │ ├── forces.f │ │ │ ├── forces.h │ │ │ ├── forces_C.h │ │ │ ├── main.h │ │ │ └── public │ │ │ │ ├── PotExp.h │ │ │ │ ├── WD99disc.h │ │ │ │ ├── basic.h │ │ │ │ ├── bodyfunc.h │ │ │ │ ├── bodyfuncdefs.h │ │ │ │ ├── default.h │ │ │ │ ├── defman.h │ │ │ │ ├── fields.h │ │ │ │ ├── forces.cc │ │ │ │ ├── gamma.h │ │ │ │ ├── gravity.h │ │ │ │ ├── halo.h │ │ │ │ ├── interact.h │ │ │ │ ├── kernel.h │ │ │ │ ├── king.h │ │ │ │ ├── manip.h │ │ │ │ ├── nbody.h │ │ │ │ ├── neighbours.h │ │ │ │ ├── nemo++.h │ │ │ │ ├── partner.h │ │ │ │ ├── profile.h │ │ │ │ ├── random.h │ │ │ │ ├── sample.h │ │ │ │ ├── simd.h │ │ │ │ ├── tensor.cc │ │ │ │ ├── tensor.h │ │ │ │ ├── tensor_set.cc │ │ │ │ ├── tensor_set.h │ │ │ │ ├── tools.h │ │ │ │ ├── tree.h │ │ │ │ ├── types.h │ │ │ │ └── utils.h │ │ ├── makedefs │ │ ├── makepub │ │ ├── man │ │ │ ├── man1 │ │ │ │ ├── addgravity.1 │ │ │ │ ├── addprop.1 │ │ │ │ ├── bodiesfunc.1 │ │ │ │ ├── bodyfunc.1 │ │ │ │ ├── density_centre.1 │ │ │ │ ├── g2s.1 │ │ │ │ ├── getgravity.1 │ │ │ │ ├── gyrfalcON.1 │ │ │ │ ├── lagrange_radii.1 │ │ │ │ ├── mkdehnen.1 │ │ │ │ ├── mkhalo.1 │ │ │ │ ├── mkking.1 │ │ │ │ ├── mkplum.1 │ │ │ │ ├── s2g.1 │ │ │ │ ├── s2s.1 │ │ │ │ ├── scale_eps.1 │ │ │ │ ├── snapprop.1 │ │ │ │ └── symmetrize.1 │ │ │ ├── man3 │ │ │ │ └── manipulator.3 │ │ │ └── man5 │ │ │ │ ├── bodiesfunc.5 │ │ │ │ └── bodyfunc.5 │ │ ├── read.me │ │ └── src │ │ │ └── public │ │ │ ├── acc │ │ │ ├── Combined.cc │ │ │ ├── Dehnen.cc │ │ │ ├── DehnenMcLaughlin.cc │ │ │ ├── DiscPot.cc │ │ │ ├── GalPot.cc │ │ │ ├── Halo.cc │ │ │ ├── LogPot.cc │ │ │ ├── MiyamotoNagai.cc │ │ │ ├── Monopole.cc │ │ │ ├── NFW.cc │ │ │ ├── Plummer.cc │ │ │ ├── Point.cc │ │ │ ├── PotExp.cc │ │ │ ├── Shrink.cc │ │ │ └── SoftKernel.cc │ │ │ ├── exe │ │ │ ├── TestGrav.cc │ │ │ ├── TestGravC.c │ │ │ ├── TestGravF.F │ │ │ ├── TestPair.cc │ │ │ ├── TestPairC.c │ │ │ ├── TestPairF.F │ │ │ ├── a2s.cc │ │ │ ├── addgravity.cc │ │ │ ├── addprop.cc │ │ │ ├── density.cc │ │ │ ├── g2s.cc │ │ │ ├── getgravity.cc │ │ │ ├── gyrfalcON.cc │ │ │ ├── manipulate.cc │ │ │ ├── mkWD99disc.cc │ │ │ ├── mkbodiesfunc.cc │ │ │ ├── mkbodyfunc.cc │ │ │ ├── mkcold.cc │ │ │ ├── mkdehnen.cc │ │ │ ├── mkhalo.cc │ │ │ ├── mkking.cc │ │ │ ├── mkplum.cc │ │ │ ├── mksingle.cc │ │ │ ├── s2a.cc │ │ │ ├── s2g.cc │ │ │ ├── s2s.cc │ │ │ ├── scale_eps.cc │ │ │ ├── set_time.cc │ │ │ ├── snapprop.cc │ │ │ ├── snapstac.cc │ │ │ ├── snapsupp.cc │ │ │ └── symmetrize.cc │ │ │ ├── lib │ │ │ ├── PotExp.cc │ │ │ ├── WD99disc.cc │ │ │ ├── basic.cc │ │ │ ├── body.cc │ │ │ ├── bodyfunc.cc │ │ │ ├── forcesC.cc │ │ │ ├── gamma.cc │ │ │ ├── gravity.cc │ │ │ ├── halo.cc │ │ │ ├── kernel.cc │ │ │ ├── king.cc │ │ │ ├── manip.cc │ │ │ ├── nbody.cc │ │ │ ├── neighbours.cc │ │ │ ├── nemo++.cc │ │ │ ├── partner.cc │ │ │ ├── profile.cc │ │ │ ├── sample.cc │ │ │ ├── tools.cc │ │ │ └── tree.cc │ │ │ └── manip │ │ │ ├── add_plummer.cc │ │ │ ├── addgravity.cc │ │ │ ├── bound_centre.cc │ │ │ ├── centre_of_mass.cc │ │ │ ├── dens_centre.cc │ │ │ ├── density.cc │ │ │ ├── densprof.cc │ │ │ ├── grow_mass.cc │ │ │ ├── lagrange.cc │ │ │ ├── projprof.cc │ │ │ ├── randomize_azimuth.cc │ │ │ ├── reduce_mass.cc │ │ │ ├── report_bodies.cc │ │ │ ├── set_centre.cc │ │ │ ├── set_filter.cc │ │ │ ├── set_subset.cc │ │ │ ├── shift_to_centre.cc │ │ │ ├── sphereprof.cc │ │ │ ├── symmetrize_pairs.cc │ │ │ └── use_filter.cc │ └── utils │ │ ├── COPYING │ │ ├── COPYRIGHT │ │ ├── inc │ │ ├── Pi.h │ │ ├── WDMath.h │ │ ├── bintree.h │ │ ├── exception.h │ │ ├── geometry.h │ │ ├── geometry.tcc │ │ ├── heap.h │ │ ├── inline.h │ │ ├── io.h │ │ ├── matr33.h │ │ ├── memory.h │ │ ├── meta.h │ │ ├── numerics.h │ │ ├── periodic.h │ │ ├── random.h │ │ ├── spline.h │ │ ├── sse.h │ │ ├── timer.h │ │ ├── traits.h │ │ ├── tupel.cc │ │ ├── tupel.h │ │ └── vector.h │ │ ├── make.clang │ │ ├── make.gcc │ │ ├── make.icc │ │ ├── make.pgi │ │ ├── make.sh.in │ │ ├── make.sun │ │ ├── make_cachesize │ │ ├── makefile │ │ ├── src │ │ ├── WDMath.cc │ │ ├── exception.cc │ │ ├── io.cc │ │ ├── meta.cc │ │ ├── numerics.cc │ │ └── random.cc │ │ └── utils.dox ├── deisenst │ ├── README │ └── hop │ │ ├── Makefile │ │ ├── README │ │ ├── README.nemo │ │ ├── hop.c │ │ ├── hop_doc.html │ │ ├── hop_doc.txt │ │ ├── hop_input.c │ │ ├── kd.c │ │ ├── kd.h │ │ ├── regroup.c │ │ ├── slice.c │ │ ├── slice.h │ │ ├── smooth.c │ │ └── smooth.h ├── eagle │ ├── Makefile │ └── README ├── gadget │ ├── Benchfile │ ├── Makefile │ ├── README │ └── gadget2snap_all ├── galic │ ├── Makefile │ └── README ├── gravidy │ ├── Benchfile │ ├── Makefile │ ├── README │ └── rungravidy.c ├── hannorein │ ├── Makefile │ ├── README │ ├── Testfile │ ├── nemo │ │ ├── Makefile │ │ ├── reb2s.c │ │ ├── reb_integrate.c │ │ ├── reb_viewer.c │ │ ├── rebound1.ipynb │ │ └── s2reb.c │ ├── selfgravity_plummer │ │ ├── Makefile │ │ ├── README │ │ └── rebound_plummer.c │ └── simplest │ │ ├── Makefile │ │ └── problem.c ├── heggie │ ├── Makefile │ ├── README │ ├── nbody.c │ └── nbody_hh.c ├── jcl │ ├── Makefile │ ├── README │ └── Testfile ├── jfwallin │ ├── Makefile │ └── README ├── jwallin │ ├── Makefile │ └── spam2snap.sh ├── kawai │ ├── README │ ├── nbody │ │ ├── BHtree.C │ │ ├── BHtree.h │ │ ├── Benchfile │ │ ├── COPYRIGHT │ │ ├── INSTALL │ │ ├── Makefile │ │ ├── Makefile.template │ │ ├── README │ │ ├── README.nemo │ │ ├── README.pjt │ │ ├── bhtree.c │ │ ├── design.c │ │ ├── gravity.C │ │ ├── library.C │ │ ├── nbody.C │ │ ├── nbody_guide.tex │ │ ├── nbody_particle.h │ │ ├── p2m2.C │ │ ├── p2m2.h │ │ ├── pgetopt.C │ │ ├── second.c │ │ └── vector.h │ └── vtc │ │ ├── 00README │ │ ├── INSTALL │ │ ├── Makefile.darwin │ │ ├── Makefile.linux │ │ ├── Makefile.solaris │ │ ├── Makefile.tru64 │ │ ├── Makefile.vpp5k │ │ ├── README.pjt │ │ ├── Xtc.c │ │ ├── Xtc.h │ │ ├── animation.c │ │ ├── cputime.c │ │ ├── debug.c │ │ ├── design.c │ │ ├── direct.c │ │ ├── force_g5.c │ │ ├── force_host.c │ │ ├── force_md2.c │ │ ├── force_md2_jpar.c │ │ ├── grav.table │ │ ├── gravpot.table │ │ ├── highorder.c │ │ ├── mr1interface.c │ │ ├── p2m2.c │ │ ├── sort.c │ │ ├── tree.c │ │ ├── tree_jpar.c │ │ ├── treebfl.c │ │ ├── treev.c │ │ ├── v.c │ │ ├── viewtree.c │ │ ├── vtc.c │ │ ├── vtc.h │ │ ├── vtc.org.c │ │ └── vtclocal.h ├── koda │ └── etude │ │ ├── Makefile │ │ ├── Makefile.nemo │ │ ├── README │ │ ├── README.nemo │ │ ├── analysis.c │ │ ├── etude.1 │ │ ├── libzeno │ │ ├── clib.c │ │ ├── getparam.c │ │ ├── getparam.h │ │ ├── mathfns.c │ │ ├── mathfns.h │ │ └── stdinc.h │ │ ├── movie.c │ │ ├── plot.c │ │ ├── treecode.c │ │ ├── treecode.h │ │ ├── treedefs.h │ │ ├── treeextf.c │ │ ├── treegrav.c │ │ ├── treeinit.c │ │ ├── treeio.c │ │ ├── treeload.c │ │ ├── treengbr.c │ │ ├── treesph.c │ │ ├── vectdefs.h │ │ └── vectmath.h ├── kuepper │ └── Makefile ├── kuijken │ └── GalactICS-exp │ │ ├── Milky_Way │ │ ├── A │ │ │ ├── Makefile │ │ │ ├── in.bulge │ │ │ ├── in.dbh │ │ │ ├── in.disk │ │ │ ├── in.diskdf │ │ │ └── in.halo │ │ ├── B │ │ │ ├── Makefile │ │ │ ├── in.bulge │ │ │ ├── in.dbh │ │ │ ├── in.disk │ │ │ ├── in.diskdf │ │ │ └── in.halo │ │ ├── C │ │ │ ├── Makefile │ │ │ ├── in.bulge │ │ │ ├── in.dbh │ │ │ ├── in.disk │ │ │ ├── in.diskdf │ │ │ └── in.halo │ │ └── D │ │ │ ├── Makefile │ │ │ ├── in.bulge │ │ │ ├── in.dbh │ │ │ ├── in.disk │ │ │ ├── in.diskdf │ │ │ └── in.halo │ │ ├── README │ │ ├── README.pjt │ │ └── src │ │ ├── Makefile │ │ ├── Makefile.nemo │ │ ├── appdiskdens.f │ │ ├── appdiskforce.f │ │ ├── appdiskpot.f │ │ ├── bulgedens.f │ │ ├── bulgedenspsi.f │ │ ├── bulgepotential.f │ │ ├── contourden.f │ │ ├── dbh.f │ │ ├── dbhplot.f │ │ ├── dens.f │ │ ├── densrpsi.f │ │ ├── diskdens.f │ │ ├── diskdensf.f │ │ ├── diskdenspsi.f │ │ ├── diskdf.f │ │ ├── diskdf3ez.f │ │ ├── diskdf3intez.f │ │ ├── diskdf5ez.f │ │ ├── diskdf5intez.f │ │ ├── erfcen.f │ │ ├── fnamidden.f │ │ ├── force.f │ │ ├── genbulge.c │ │ ├── gendisk.c │ │ ├── genhalo.c │ │ ├── getfreqs.f │ │ ├── golden.c │ │ ├── halodens.f │ │ ├── halopotential.f │ │ ├── main.h │ │ ├── mergerv │ │ ├── modstamp.f │ │ ├── omekap.f │ │ ├── plgndr1.f │ │ ├── plotforce.f │ │ ├── plothalo.f │ │ ├── polarbulgedens.f │ │ ├── polardens.f │ │ ├── polarhalodens.f │ │ ├── pot.f │ │ ├── query.c │ │ ├── ran1.c │ │ ├── rcirc.f │ │ ├── readdiskdf.f │ │ ├── readharmfile.f │ │ ├── readmassrad.c │ │ ├── sigr2.f │ │ ├── sigz2.f │ │ ├── simpson.c │ │ ├── splined.f │ │ ├── splintd.f │ │ ├── tobinary.c │ │ ├── totdens.f │ │ └── vcirc.c ├── lib │ ├── README │ ├── cmpfit │ │ ├── DISCLAIMER │ │ ├── Makefile │ │ ├── README │ │ ├── README.nemo │ │ ├── mpfit.c │ │ ├── mpfit.h │ │ ├── testmpfit.c │ │ └── testmpfit.log │ └── flogger │ │ ├── INSTALLATION │ │ ├── Makefile │ │ ├── OPTIMIZING │ │ ├── README │ │ ├── TODO │ │ ├── bogo_sort.c │ │ ├── bubble_sort.c │ │ ├── flogger.c │ │ ├── flogger1.hdr │ │ ├── flogger2.hdr │ │ ├── heap_sort.c │ │ ├── insert_sort.c │ │ ├── merge_sort.c │ │ ├── quick_sort.c │ │ ├── shell_sort.c │ │ └── sorting.h ├── lindblad │ └── epic5 │ │ ├── Makefile │ │ ├── README │ │ ├── epar │ │ ├── epibin.f │ │ ├── epic5.f │ │ ├── epic5.stdin │ │ ├── examples │ │ ├── EPIDEN │ │ ├── EPIRV │ │ ├── EPITEST │ │ ├── density.ps │ │ ├── orbits.ps │ │ └── velocity.ps │ │ ├── perpot │ │ ├── perpot.py │ │ ├── runepic5.c │ │ └── vrot ├── lpvi │ ├── Makefile │ └── runlpvi.c ├── makino │ ├── Makefile │ └── README.md ├── manybody │ ├── Makefile │ ├── README │ ├── TODO │ ├── configure.ac │ ├── index.html │ ├── install_manybody │ ├── manybody_start.csh.in │ ├── manybody_start.sh.in │ ├── quick_test │ └── test_manybody ├── martini │ └── Makefile ├── mello │ ├── Makefile │ └── README ├── nbabel │ ├── Makefile │ ├── README │ ├── main.cpp │ └── nbabel.c ├── noordermeer │ └── bulgerot │ │ ├── Makefile │ │ ├── bulgerot.f │ │ ├── bulgerot.in │ │ ├── runbulgerot.c │ │ └── sersic0.dat ├── pjt │ ├── anisot │ │ ├── Makefile │ │ ├── README │ │ ├── anisot.c │ │ ├── anisot.f │ │ └── nking.c │ └── draw │ │ ├── README │ │ └── makedraw.c ├── radex │ └── runradex.c ├── sellwood │ └── README ├── spekkens │ └── README ├── stadel │ ├── Makefile │ └── README ├── trenti │ └── CGS │ │ ├── Benchfile │ │ ├── CGS.f │ │ ├── Makefile │ │ ├── PARAMETER.DAT │ │ ├── README │ │ ├── README.pjt │ │ ├── WHATSNEW │ │ ├── arbel.f │ │ ├── com_DF.blk │ │ ├── com_cmass.blk │ │ ├── com_grid.blk │ │ ├── com_har.blk │ │ ├── com_lp.blk │ │ ├── com_part.blk │ │ ├── com_time.blk │ │ ├── common.blk │ │ ├── diagnosticWORK.f │ │ ├── doc │ │ ├── 2005AAP...433...57T.pdf │ │ └── PhDthesis.pdf │ │ ├── f02aaf.f │ │ ├── init.f │ │ ├── legendre1.f │ │ ├── plummer.f │ │ ├── runCGS.c │ │ ├── sfEraser.f │ │ ├── subroutines1.f │ │ ├── timestep.f │ │ └── writepart.f ├── villumsen │ └── README ├── vogl │ ├── COPYRIGHT │ ├── Makefile │ ├── Makefile.gcc │ ├── Makefile.linux │ ├── Makefile.rs6000 │ ├── Makefile.sgi │ ├── Makefile.sol │ ├── Makefile.sunview │ ├── Makefile.xsun │ ├── Makefile.xt │ ├── Makefile.xview │ ├── README │ ├── build.bat │ ├── builddj.bat │ ├── builddj.bat.orig │ ├── buildtc.bat │ ├── clean.bat │ ├── contrib │ │ ├── README │ │ ├── vogl.h.ansi │ │ ├── vogl.html │ │ └── vogl.ps │ ├── cpfd.bat │ ├── docs │ │ ├── vogl.3 │ │ ├── vogl.doc │ │ └── vogl.ps │ ├── drivers │ │ ├── Makefile │ │ ├── NeXT.c │ │ ├── README │ │ ├── X11.c │ │ ├── apollo.c │ │ ├── builddev.bat │ │ ├── decX11.c │ │ ├── grx.c │ │ ├── grx.c.orig │ │ ├── grx.c.rej │ │ ├── hpdxy.c │ │ ├── ibmpc │ │ │ ├── cga.c │ │ │ ├── cga_buf.asm │ │ │ ├── cgachar.asm │ │ │ ├── cgaline.asm │ │ │ ├── cgapaddr.asm │ │ │ ├── ega.c │ │ │ ├── egachar.asm │ │ │ ├── egaline.asm │ │ │ ├── egapaddr.asm │ │ │ ├── hgc.c │ │ │ ├── hgcchar.asm │ │ │ ├── hgcline.asm │ │ │ ├── hgcmode.asm │ │ │ ├── hgcpaddr.asm │ │ │ ├── misc.asm │ │ │ ├── mouse.asm │ │ │ ├── mswin.c │ │ │ ├── mswin.h │ │ │ ├── pc_fill.c │ │ │ ├── pc_getke.c │ │ │ ├── pc_locat.c │ │ │ ├── pc_text.c │ │ │ ├── readme │ │ │ ├── setmode.c │ │ │ ├── sigma.c │ │ │ ├── sigma_a.asm │ │ │ ├── vega_buf.asm │ │ │ ├── vega_col.c │ │ │ ├── vega_dra.c │ │ │ ├── vega_tex.c │ │ │ └── vga.c │ │ ├── makefile.dj │ │ ├── makefile.dj2 │ │ ├── ps.c │ │ ├── sun.c │ │ └── tek.c │ ├── examples │ │ ├── Makefile │ │ ├── Makefile.f77 │ │ ├── Makefile.sgi │ │ ├── Makefile.xlf │ │ ├── README │ │ ├── balls.c │ │ ├── circtxt.c │ │ ├── cube.c │ │ ├── curves.c │ │ ├── fballs.F │ │ ├── fballs.for │ │ ├── fcirctxt.F │ │ ├── fcirctxt.for │ │ ├── fcube.F │ │ ├── fcube.for │ │ ├── fcurves.F │ │ ├── fcurves.for │ │ ├── flcube.F │ │ ├── flcube.for │ │ ├── floc.F │ │ ├── floc.for │ │ ├── fmakefil.msc │ │ ├── fmoretx2.F │ │ ├── fmoretx2.for │ │ ├── fmoretxt.F │ │ ├── fmoretxt.for │ │ ├── fobjvws.F │ │ ├── fobjvws.for │ │ ├── fpatches.F │ │ ├── fpatches.for │ │ ├── fpoly.F │ │ ├── fpoly.for │ │ ├── frun │ │ ├── fshapes.F │ │ ├── fshapes.for │ │ ├── fsimple.F │ │ ├── fsimple.for │ │ ├── fsinwave.F │ │ ├── fsinwave.for │ │ ├── ftetra.F │ │ ├── ftetra.for │ │ ├── ftmesh.F │ │ ├── ftmesh.for │ │ ├── ftrivial.F │ │ ├── ftrivial.for │ │ ├── fviews.F │ │ ├── fviews.for │ │ ├── fworld.F │ │ ├── fworld.for │ │ ├── lcube.c │ │ ├── loc.c │ │ ├── makefile.dj │ │ ├── makefile.dj.orig │ │ ├── makefile.dj.rej │ │ ├── makefile.msc │ │ ├── makefile.tc │ │ ├── moretxt.c │ │ ├── moretxt2.c │ │ ├── mswin │ │ │ ├── balls.c │ │ │ ├── balls.def │ │ │ ├── circtxt.c │ │ │ ├── circtxt.def │ │ │ ├── cube.c │ │ │ ├── cube.def │ │ │ ├── curves.c │ │ │ ├── curves.def │ │ │ ├── distrt.def │ │ │ ├── generic.def │ │ │ ├── getstr.def │ │ │ ├── lcube.c │ │ │ ├── lcube.def │ │ │ ├── lcubex.def │ │ │ ├── loc.c │ │ │ ├── loc.def │ │ │ ├── makefile.bcc │ │ │ ├── moretxt.c │ │ │ ├── moretxt.def │ │ │ ├── moretxt2.c │ │ │ ├── moretxt2.def │ │ │ ├── objvws.c │ │ │ ├── objvws.def │ │ │ ├── patches.c │ │ │ ├── patches.def │ │ │ ├── poly.c │ │ │ ├── poly.def │ │ │ ├── shapes.c │ │ │ ├── shapes.def │ │ │ ├── showg.def │ │ │ ├── simple.c │ │ │ ├── simple.def │ │ │ ├── sinewave.c │ │ │ ├── sinewave.def │ │ │ ├── teapot.c │ │ │ ├── teapot.def │ │ │ ├── tetra.c │ │ │ ├── tetra.def │ │ │ ├── tmesh.c │ │ │ ├── tmesh.def │ │ │ ├── trivial.c │ │ │ ├── trivial.def │ │ │ ├── views.c │ │ │ ├── views.def │ │ │ ├── vogl.ico │ │ │ ├── vogl.rc │ │ │ ├── vogl.res │ │ │ ├── voglwin.h │ │ │ ├── world.c │ │ │ └── world.def │ │ ├── objvws.c │ │ ├── patches.c │ │ ├── poly.c │ │ ├── run │ │ ├── shapes.c │ │ ├── simple.c │ │ ├── sinewave.c │ │ ├── stetra.c │ │ ├── sunview │ │ │ ├── Makefile │ │ │ ├── balls.c │ │ │ ├── lcube.c │ │ │ ├── svballs.c │ │ │ └── svlcube.c │ │ ├── teapot.c │ │ ├── tetra.c │ │ ├── tmesh.c │ │ ├── trivial.c │ │ ├── views.c │ │ ├── world.c │ │ ├── xt │ │ │ ├── Makefile │ │ │ ├── balls.c │ │ │ ├── lcube.c │ │ │ ├── xtballs.c │ │ │ └── xtlcube.c │ │ └── xview │ │ │ ├── Makefile │ │ │ ├── balls.c │ │ │ ├── lcube.c │ │ │ ├── xvballs.c │ │ │ └── xvlcube.c │ ├── fbuild.bat │ ├── hershey │ │ ├── README │ │ ├── data │ │ │ ├── README │ │ │ ├── hersh.oc │ │ │ └── hersh.or │ │ ├── docs │ │ │ ├── hershey.3 │ │ │ └── hershey.doc │ │ ├── fonts │ │ │ ├── README │ │ │ ├── astrol.hmp │ │ │ ├── cyrilc.hmp │ │ │ ├── gotheng.hmp │ │ │ ├── gothger.hmp │ │ │ ├── gothita.hmp │ │ │ ├── greekc.hmp │ │ │ ├── greekcs.hmp │ │ │ ├── greeks.hmp │ │ │ ├── italicc.hmp │ │ │ ├── italiccs.hmp │ │ │ ├── italict.hmp │ │ │ ├── japan.hmp │ │ │ ├── lowmat.hmp │ │ │ ├── marker.hmp │ │ │ ├── meteo.hmp │ │ │ ├── music.hmp │ │ │ ├── romanc.hmp │ │ │ ├── romancs.hmp │ │ │ ├── romand.hmp │ │ │ ├── romans.hmp │ │ │ ├── romant.hmp │ │ │ ├── scriptc.hmp │ │ │ ├── scripts.hmp │ │ │ ├── symbol.hmp │ │ │ └── uppmat.hmp │ │ └── src │ │ │ ├── Makefile │ │ │ ├── Makefile.sgi │ │ │ ├── README │ │ │ ├── check.c │ │ │ ├── fdisp.c │ │ │ ├── fhtext.c │ │ │ ├── fhtext.for │ │ │ ├── fmakefil.msc │ │ │ ├── getchar.c │ │ │ ├── h2v.c │ │ │ ├── h2v.h │ │ │ ├── halloc.c │ │ │ ├── hdisp.c │ │ │ ├── htext.c │ │ │ ├── maekfile.dj2 │ │ │ ├── makefile.bcc │ │ │ ├── makefile.dj │ │ │ ├── makefile.msc │ │ │ ├── makefile.tc │ │ │ └── mkfnts.bat │ ├── readme.djgpp │ ├── readme.mswin │ ├── readme.pc │ ├── readme.tc │ ├── send_beer │ ├── src │ │ ├── Makefile │ │ ├── README │ │ ├── arcs.c │ │ ├── attr.c │ │ ├── buffer.c │ │ ├── buildgrx.bat │ │ ├── clip.c │ │ ├── curves.c │ │ ├── draw.c │ │ ├── drivers.c │ │ ├── flib.in │ │ ├── fmakefil.msc │ │ ├── fvodevic.h │ │ ├── fvodevice.h │ │ ├── fvogl.h │ │ ├── getgp.c │ │ ├── lib.in │ │ ├── lines.c │ │ ├── makefile.bcc │ │ ├── makefile.dj │ │ ├── makefile.grx │ │ ├── makefile.msc │ │ ├── makefile.tc │ │ ├── mapping.c │ │ ├── matrix.c │ │ ├── minv4.c │ │ ├── move.c │ │ ├── msfort │ │ │ ├── farcs.for │ │ │ ├── fattr.for │ │ │ ├── fbgnend.for │ │ │ ├── fbuffer.for │ │ │ ├── fcurves.for │ │ │ ├── fdraw.for │ │ │ ├── fdrivers.for │ │ │ ├── fgetgp.for │ │ │ ├── flines.for │ │ │ ├── fmatrix.for │ │ │ ├── fmove.for │ │ │ ├── fobjects.for │ │ │ ├── fpatches.for │ │ │ ├── fpoints.for │ │ │ ├── fpoly.for │ │ │ ├── fpref.for │ │ │ ├── fqueue.for │ │ │ ├── frect.for │ │ │ ├── ftext.for │ │ │ ├── ftrans.for │ │ │ ├── fvcalls.for │ │ │ ├── fviewing.for │ │ │ ├── fviewp.for │ │ │ ├── fyobba.for │ │ │ ├── makefile.msc │ │ │ ├── readme │ │ │ └── zap_c.c │ │ ├── newtoken.c │ │ ├── newtokens.c │ │ ├── objects.c │ │ ├── patches.c │ │ ├── points.c │ │ ├── polygons.c │ │ ├── pref.c │ │ ├── queue.c │ │ ├── rect.c │ │ ├── scale.c │ │ ├── sunfort │ │ │ ├── Makefile │ │ │ ├── Makefile.unx │ │ │ ├── README │ │ │ ├── farcs.c │ │ │ ├── fattr.c │ │ │ ├── fbgnend.c │ │ │ ├── fbuffer.c │ │ │ ├── fcurves.c │ │ │ ├── fdraw.c │ │ │ ├── fdrivers.c │ │ │ ├── fgetgp.c │ │ │ ├── flines.c │ │ │ ├── fmatrix.c │ │ │ ├── fmove.c │ │ │ ├── fobjects.c │ │ │ ├── fpatches.c │ │ │ ├── fpoints.c │ │ │ ├── fpoly.c │ │ │ ├── fpref.c │ │ │ ├── fqueue.c │ │ │ ├── frect.c │ │ │ ├── ftext.c │ │ │ ├── ftrans.c │ │ │ ├── fvcalls.c │ │ │ ├── fviewing.c │ │ │ ├── fviewp.c │ │ │ └── fyobbarays.c │ │ ├── tensor.c │ │ ├── text.c │ │ ├── tlib.in │ │ ├── trans.c │ │ ├── valloc.c │ │ ├── vcalls.c │ │ ├── viewing.c │ │ ├── viewp.c │ │ ├── vodevice.h │ │ ├── vogl.h │ │ ├── wtlib.in │ │ ├── yobbaray.c │ │ └── yobbarays.c │ ├── vtopc │ └── wbildbcc.bat ├── wolfire │ ├── README │ ├── Testfile │ └── runchemh2.c └── zeno │ ├── Makefile │ ├── README.nemo │ ├── bench.in │ ├── code_c │ ├── Makefile │ ├── Readme │ ├── code.c │ ├── code.h │ ├── defs.h │ ├── getparam.c │ ├── grav.c │ ├── io.c │ ├── load.c │ ├── real.h │ ├── stdinc.h │ ├── util.c │ └── vectmath.h │ ├── zeno_start.csh │ └── zeno_start.sh └── zinstall.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/.gitignore -------------------------------------------------------------------------------- /.readthedocs.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/.readthedocs.yaml -------------------------------------------------------------------------------- /.travis.yml: -------------------------------------------------------------------------------- 1 | # my first travis 2 | -------------------------------------------------------------------------------- /AUTHORS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/AUTHORS -------------------------------------------------------------------------------- /BRANCHES.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/BRANCHES.md -------------------------------------------------------------------------------- /CITATION.cff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/CITATION.cff -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/COPYING -------------------------------------------------------------------------------- /MANIFEST: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/MANIFEST -------------------------------------------------------------------------------- /Makefile.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/Makefile.in -------------------------------------------------------------------------------- /README.install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/README.install -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/README.md -------------------------------------------------------------------------------- /TODO: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/TODO -------------------------------------------------------------------------------- /VERSION: -------------------------------------------------------------------------------- 1 | 4.5.6 2 | -------------------------------------------------------------------------------- /codemeta.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/codemeta.json -------------------------------------------------------------------------------- /config.guess: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/config.guess -------------------------------------------------------------------------------- /config.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/config.h.in -------------------------------------------------------------------------------- /config.sub: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/config.sub -------------------------------------------------------------------------------- /configure: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/configure -------------------------------------------------------------------------------- /configure.ac: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/configure.ac -------------------------------------------------------------------------------- /data/3body.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/3body.tab -------------------------------------------------------------------------------- /data/DP_pf.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/DP_pf.tab -------------------------------------------------------------------------------- /data/GalPot/pot.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/GalPot/pot.1 -------------------------------------------------------------------------------- /data/GalPot/pot.10: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/GalPot/pot.10 -------------------------------------------------------------------------------- /data/GalPot/pot.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/GalPot/pot.2 -------------------------------------------------------------------------------- /data/GalPot/pot.20: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/GalPot/pot.20 -------------------------------------------------------------------------------- /data/GalPot/pot.2a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/GalPot/pot.2a -------------------------------------------------------------------------------- /data/GalPot/pot.2b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/GalPot/pot.2b -------------------------------------------------------------------------------- /data/GalPot/pot.2c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/GalPot/pot.2c -------------------------------------------------------------------------------- /data/GalPot/pot.2d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/GalPot/pot.2d -------------------------------------------------------------------------------- /data/GalPot/pot.2e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/GalPot/pot.2e -------------------------------------------------------------------------------- /data/GalPot/pot.2f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/GalPot/pot.2f -------------------------------------------------------------------------------- /data/GalPot/pot.2g: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/GalPot/pot.2g -------------------------------------------------------------------------------- /data/GalPot/pot.2h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/GalPot/pot.2h -------------------------------------------------------------------------------- /data/GalPot/pot.2i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/GalPot/pot.2i -------------------------------------------------------------------------------- /data/GalPot/pot.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/GalPot/pot.3 -------------------------------------------------------------------------------- /data/GalPot/pot.4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/GalPot/pot.4 -------------------------------------------------------------------------------- /data/GalPot/pot.40: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/GalPot/pot.40 -------------------------------------------------------------------------------- /data/GalPot/pot.4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/GalPot/pot.4a -------------------------------------------------------------------------------- /data/GalPot/pot.4b: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/GalPot/pot.4b -------------------------------------------------------------------------------- /data/GalPot/pot.4c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/GalPot/pot.4c -------------------------------------------------------------------------------- /data/GalPot/pot.4d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/GalPot/pot.4d -------------------------------------------------------------------------------- /data/GalPot/pot.4e: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/GalPot/pot.4e -------------------------------------------------------------------------------- /data/GalPot/pot.4f: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/GalPot/pot.4f -------------------------------------------------------------------------------- /data/GalPot/pot.4g: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/GalPot/pot.4g -------------------------------------------------------------------------------- /data/GalPot/pot.4h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/GalPot/pot.4h -------------------------------------------------------------------------------- /data/GalPot/pot.4i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/GalPot/pot.4i -------------------------------------------------------------------------------- /data/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/README -------------------------------------------------------------------------------- /data/SP_pf.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/SP_pf.tab -------------------------------------------------------------------------------- /data/devauc.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/devauc.dat -------------------------------------------------------------------------------- /data/expmodel.inp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/expmodel.inp -------------------------------------------------------------------------------- /data/figure8.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/figure8.dat -------------------------------------------------------------------------------- /data/figure8.mpv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/figure8.mpv -------------------------------------------------------------------------------- /data/filter/Fnames: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/filter/Fnames -------------------------------------------------------------------------------- /data/filter/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/filter/README -------------------------------------------------------------------------------- /data/fortunes/nemo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/fortunes/nemo -------------------------------------------------------------------------------- /data/hershey/greek: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/hershey/greek -------------------------------------------------------------------------------- /data/hershey/music: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/hershey/music -------------------------------------------------------------------------------- /data/iau25-tr.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/iau25-tr.tab -------------------------------------------------------------------------------- /data/iau25.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/iau25.dat -------------------------------------------------------------------------------- /data/iau25.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/iau25.data -------------------------------------------------------------------------------- /data/idf/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/idf/README -------------------------------------------------------------------------------- /data/idf/scfm.idf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/idf/scfm.idf -------------------------------------------------------------------------------- /data/imfit/README: -------------------------------------------------------------------------------- 1 | See https://github.com/perwin/imfit 2 | -------------------------------------------------------------------------------- /data/k1isot.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/k1isot.dat -------------------------------------------------------------------------------- /data/k1isot.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/k1isot.data -------------------------------------------------------------------------------- /data/k3isot.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/k3isot.dat -------------------------------------------------------------------------------- /data/k3isot.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/k3isot.data -------------------------------------------------------------------------------- /data/k5an01.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/k5an01.dat -------------------------------------------------------------------------------- /data/k5an01.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/k5an01.data -------------------------------------------------------------------------------- /data/k5an02.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/k5an02.dat -------------------------------------------------------------------------------- /data/k5an02.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/k5an02.data -------------------------------------------------------------------------------- /data/k5isot.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/k5isot.dat -------------------------------------------------------------------------------- /data/k5isot.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/k5isot.data -------------------------------------------------------------------------------- /data/k7an01.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/k7an01.dat -------------------------------------------------------------------------------- /data/k7an01.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/k7an01.data -------------------------------------------------------------------------------- /data/k7isot.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/k7isot.dat -------------------------------------------------------------------------------- /data/k7isot.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/k7isot.data -------------------------------------------------------------------------------- /data/lut/aips.lut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/lut/aips.lut -------------------------------------------------------------------------------- /data/lut/alex.lut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/lut/alex.lut -------------------------------------------------------------------------------- /data/lut/blue.lut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/lut/blue.lut -------------------------------------------------------------------------------- /data/lut/color.lut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/lut/color.lut -------------------------------------------------------------------------------- /data/lut/ds.lut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/lut/ds.lut -------------------------------------------------------------------------------- /data/lut/flag.lut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/lut/flag.lut -------------------------------------------------------------------------------- /data/lut/green.lut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/lut/green.lut -------------------------------------------------------------------------------- /data/lut/heat.lut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/lut/heat.lut -------------------------------------------------------------------------------- /data/lut/idl11.lut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/lut/idl11.lut -------------------------------------------------------------------------------- /data/lut/idl12.lut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/lut/idl12.lut -------------------------------------------------------------------------------- /data/lut/idl14.lut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/lut/idl14.lut -------------------------------------------------------------------------------- /data/lut/idl15.lut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/lut/idl15.lut -------------------------------------------------------------------------------- /data/lut/idl2.lut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/lut/idl2.lut -------------------------------------------------------------------------------- /data/lut/idl4.lut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/lut/idl4.lut -------------------------------------------------------------------------------- /data/lut/idl5.lut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/lut/idl5.lut -------------------------------------------------------------------------------- /data/lut/idl6.lut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/lut/idl6.lut -------------------------------------------------------------------------------- /data/lut/ikon.lut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/lut/ikon.lut -------------------------------------------------------------------------------- /data/lut/light.lut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/lut/light.lut -------------------------------------------------------------------------------- /data/lut/mklut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/lut/mklut -------------------------------------------------------------------------------- /data/lut/ramp.lut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/lut/ramp.lut -------------------------------------------------------------------------------- /data/lut/real.lut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/lut/real.lut -------------------------------------------------------------------------------- /data/lut/red.lut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/lut/red.lut -------------------------------------------------------------------------------- /data/lut/sls.lut: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/lut/sls.lut -------------------------------------------------------------------------------- /data/nbabel/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/nbabel/README -------------------------------------------------------------------------------- /data/nbody0.input: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/nbody0.input -------------------------------------------------------------------------------- /data/plum.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/plum.dat -------------------------------------------------------------------------------- /data/plum.data: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/plum.data -------------------------------------------------------------------------------- /data/pyth.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/pyth.dat -------------------------------------------------------------------------------- /data/pyth.mpv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/pyth.mpv -------------------------------------------------------------------------------- /data/ss2063.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/ss2063.txt -------------------------------------------------------------------------------- /data/template.tab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/template.tab -------------------------------------------------------------------------------- /data/test/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/test/README -------------------------------------------------------------------------------- /data/testsuite.log: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/testsuite.log -------------------------------------------------------------------------------- /data/units.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/units.lib -------------------------------------------------------------------------------- /data/yapp.layout: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/yapp.layout -------------------------------------------------------------------------------- /data/z_lines.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/data/z_lines.list -------------------------------------------------------------------------------- /docs/examples/sh76.gif: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /docs/faq.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/docs/faq.html -------------------------------------------------------------------------------- /docs/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/docs/index.html -------------------------------------------------------------------------------- /docs/intro1.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/docs/intro1.md -------------------------------------------------------------------------------- /docs/nemo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/docs/nemo.gif -------------------------------------------------------------------------------- /docs/nemo.help: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/docs/nemo.help -------------------------------------------------------------------------------- /docs/new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/docs/new.gif -------------------------------------------------------------------------------- /docs/red.ball.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/docs/red.ball.gif -------------------------------------------------------------------------------- /docs/rss.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/docs/rss.xml -------------------------------------------------------------------------------- /docs/source/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/docs/source/README -------------------------------------------------------------------------------- /docs/source/yt.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/docs/source/yt.rst -------------------------------------------------------------------------------- /docs/whatsnew.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/docs/whatsnew.html -------------------------------------------------------------------------------- /docs/whatsup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/docs/whatsup.html -------------------------------------------------------------------------------- /inc/acceleration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/acceleration.h -------------------------------------------------------------------------------- /inc/archaic/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/archaic/README -------------------------------------------------------------------------------- /inc/axis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/axis.h -------------------------------------------------------------------------------- /inc/bad/stdinc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/bad/stdinc.h -------------------------------------------------------------------------------- /inc/bitio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/bitio.h -------------------------------------------------------------------------------- /inc/body.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/body.h -------------------------------------------------------------------------------- /inc/bodyext.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/bodyext.h -------------------------------------------------------------------------------- /inc/bodytrans.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/bodytrans.h -------------------------------------------------------------------------------- /inc/bodytransc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/bodytransc.h -------------------------------------------------------------------------------- /inc/cfitsio/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/cfitsio/README -------------------------------------------------------------------------------- /inc/cfortran.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/cfortran.h -------------------------------------------------------------------------------- /inc/cgs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/cgs.h -------------------------------------------------------------------------------- /inc/command.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/command.h -------------------------------------------------------------------------------- /inc/cpgplot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/cpgplot.h -------------------------------------------------------------------------------- /inc/ctrl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/ctrl.h -------------------------------------------------------------------------------- /inc/cycle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/cycle.h -------------------------------------------------------------------------------- /inc/defacc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/defacc.h -------------------------------------------------------------------------------- /inc/diag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/diag.h -------------------------------------------------------------------------------- /inc/dld.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/dld.h -------------------------------------------------------------------------------- /inc/dop853.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/dop853.h -------------------------------------------------------------------------------- /inc/dopri5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/dopri5.h -------------------------------------------------------------------------------- /inc/exception.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/exception.h -------------------------------------------------------------------------------- /inc/extstring.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/extstring.h -------------------------------------------------------------------------------- /inc/f2c.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/f2c.h -------------------------------------------------------------------------------- /inc/filefn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/filefn.h -------------------------------------------------------------------------------- /inc/filestruct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/filestruct.h -------------------------------------------------------------------------------- /inc/fits.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/fits.h -------------------------------------------------------------------------------- /inc/fitsio_nemo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/fitsio_nemo.h -------------------------------------------------------------------------------- /inc/fslinker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/fslinker.h -------------------------------------------------------------------------------- /inc/funtab.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/funtab.h -------------------------------------------------------------------------------- /inc/getparam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/getparam.h -------------------------------------------------------------------------------- /inc/getparam.inc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/getparam.inc -------------------------------------------------------------------------------- /inc/gipsyc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/gipsyc.h -------------------------------------------------------------------------------- /inc/grid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/grid.h -------------------------------------------------------------------------------- /inc/hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/hash.h -------------------------------------------------------------------------------- /inc/history.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/history.h -------------------------------------------------------------------------------- /inc/image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/image.h -------------------------------------------------------------------------------- /inc/io_nemo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/io_nemo.h -------------------------------------------------------------------------------- /inc/kepler.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/kepler.h -------------------------------------------------------------------------------- /inc/layout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/layout.h -------------------------------------------------------------------------------- /inc/loadobj.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/loadobj.h -------------------------------------------------------------------------------- /inc/lsq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/lsq.h -------------------------------------------------------------------------------- /inc/matdef.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/matdef.h -------------------------------------------------------------------------------- /inc/mathdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/mathdefs.h -------------------------------------------------------------------------------- /inc/mathfns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/mathfns.h -------------------------------------------------------------------------------- /inc/mathlinker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/mathlinker.h -------------------------------------------------------------------------------- /inc/max/maxsizes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/max/maxsizes.h -------------------------------------------------------------------------------- /inc/mdarray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/mdarray.h -------------------------------------------------------------------------------- /inc/memio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/memio.h -------------------------------------------------------------------------------- /inc/mks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/mks.h -------------------------------------------------------------------------------- /inc/module.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/module.h -------------------------------------------------------------------------------- /inc/moment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/moment.h -------------------------------------------------------------------------------- /inc/mpfit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/mpfit.h -------------------------------------------------------------------------------- /inc/nemo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/nemo.h -------------------------------------------------------------------------------- /inc/nemo/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/nemo/README -------------------------------------------------------------------------------- /inc/nemo/strings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/nemo/strings.h -------------------------------------------------------------------------------- /inc/newton0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/newton0.h -------------------------------------------------------------------------------- /inc/node.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/node.h -------------------------------------------------------------------------------- /inc/nr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/nr.h -------------------------------------------------------------------------------- /inc/nrutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/nrutil.h -------------------------------------------------------------------------------- /inc/numrec/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/numrec/README -------------------------------------------------------------------------------- /inc/numrec/fourn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/numrec/fourn.c -------------------------------------------------------------------------------- /inc/numrec/ran3.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/numrec/ran3.c -------------------------------------------------------------------------------- /inc/options.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/options.h -------------------------------------------------------------------------------- /inc/orbit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/orbit.h -------------------------------------------------------------------------------- /inc/potential.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/potential.h -------------------------------------------------------------------------------- /inc/pyplot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/pyplot.h -------------------------------------------------------------------------------- /inc/read_eagle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/read_eagle.h -------------------------------------------------------------------------------- /inc/rotcurshape.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/rotcurshape.h -------------------------------------------------------------------------------- /inc/run.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/run.h -------------------------------------------------------------------------------- /inc/snipshot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/snipshot.h -------------------------------------------------------------------------------- /inc/sorting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/sorting.h -------------------------------------------------------------------------------- /inc/spec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/spec.h -------------------------------------------------------------------------------- /inc/spline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/spline.h -------------------------------------------------------------------------------- /inc/state.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/state.h -------------------------------------------------------------------------------- /inc/stdinc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/stdinc.h -------------------------------------------------------------------------------- /inc/story.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/story.h -------------------------------------------------------------------------------- /inc/strlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/strlib.h -------------------------------------------------------------------------------- /inc/syst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/syst.h -------------------------------------------------------------------------------- /inc/table.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/table.h -------------------------------------------------------------------------------- /inc/testbed.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/testbed.c -------------------------------------------------------------------------------- /inc/tiff/machdep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/tiff/machdep.h -------------------------------------------------------------------------------- /inc/tiff/tiff.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/tiff/tiff.h -------------------------------------------------------------------------------- /inc/tiff/tiffio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/tiff/tiffio.h -------------------------------------------------------------------------------- /inc/timers.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/timers.h -------------------------------------------------------------------------------- /inc/unfio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/unfio.h -------------------------------------------------------------------------------- /inc/units.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/units.h -------------------------------------------------------------------------------- /inc/usercore.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/usercore.h -------------------------------------------------------------------------------- /inc/vectdefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/vectdefs.h -------------------------------------------------------------------------------- /inc/vectmath.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/vectmath.h -------------------------------------------------------------------------------- /inc/version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/version.h -------------------------------------------------------------------------------- /inc/vogl/device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/vogl/device.h -------------------------------------------------------------------------------- /inc/vogl/fdevice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/vogl/fdevice.h -------------------------------------------------------------------------------- /inc/vogl/fgl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/vogl/fgl.h -------------------------------------------------------------------------------- /inc/vogl/gl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/vogl/gl.h -------------------------------------------------------------------------------- /inc/xdl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/xdl.h -------------------------------------------------------------------------------- /inc/xyio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/xyio.h -------------------------------------------------------------------------------- /inc/yapp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/yapp.h -------------------------------------------------------------------------------- /inc/yapp.icon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/yapp.icon -------------------------------------------------------------------------------- /inc/yapp_long.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/yapp_long.h -------------------------------------------------------------------------------- /inc/ygl/Ygl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/inc/ygl/Ygl.h -------------------------------------------------------------------------------- /install-sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/install-sh -------------------------------------------------------------------------------- /m4/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/m4/Makefile -------------------------------------------------------------------------------- /m4/acx_plplot.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/m4/acx_plplot.m4 -------------------------------------------------------------------------------- /m4/csh.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/m4/csh.m4 -------------------------------------------------------------------------------- /m4/gsl.m4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/m4/gsl.m4 -------------------------------------------------------------------------------- /makedefs.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/makedefs.in -------------------------------------------------------------------------------- /man/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/Makefile -------------------------------------------------------------------------------- /man/bibcode.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/bibcode.awk -------------------------------------------------------------------------------- /man/bibcode2.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/bibcode2.awk -------------------------------------------------------------------------------- /man/doc/anisot.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/anisot.doc -------------------------------------------------------------------------------- /man/doc/atos.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/atos.doc -------------------------------------------------------------------------------- /man/doc/bswap.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/bswap.doc -------------------------------------------------------------------------------- /man/doc/catps.doc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /man/doc/cc.doc: -------------------------------------------------------------------------------- 1 | ld: help: No such file or directory 2 | -------------------------------------------------------------------------------- /man/doc/ccdcmp.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/ccdcmp.doc -------------------------------------------------------------------------------- /man/doc/ccdfft.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/ccdfft.doc -------------------------------------------------------------------------------- /man/doc/ccdmom.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/ccdmom.doc -------------------------------------------------------------------------------- /man/doc/ccdsub.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/ccdsub.doc -------------------------------------------------------------------------------- /man/doc/ccdvel.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/ccdvel.doc -------------------------------------------------------------------------------- /man/doc/changed.doc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /man/doc/csf.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/csf.doc -------------------------------------------------------------------------------- /man/doc/dtos.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/dtos.doc -------------------------------------------------------------------------------- /man/doc/fitsgrid.doc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /man/doc/ftoc.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/ftoc.doc -------------------------------------------------------------------------------- /man/doc/funtab.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/funtab.doc -------------------------------------------------------------------------------- /man/doc/hd.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/hd.doc -------------------------------------------------------------------------------- /man/doc/himap.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/himap.doc -------------------------------------------------------------------------------- /man/doc/hisf.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/hisf.doc -------------------------------------------------------------------------------- /man/doc/kep2kep.doc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /man/doc/keyval.doc: -------------------------------------------------------------------------------- 1 | t 2 | -------------------------------------------------------------------------------- /man/doc/king.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/king.doc -------------------------------------------------------------------------------- /man/doc/layout.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/layout.doc -------------------------------------------------------------------------------- /man/doc/linreg.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/linreg.doc -------------------------------------------------------------------------------- /man/doc/mkcube.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/mkcube.doc -------------------------------------------------------------------------------- /man/doc/mkdisk.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/mkdisk.doc -------------------------------------------------------------------------------- /man/doc/mkhom.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/mkhom.doc -------------------------------------------------------------------------------- /man/doc/mkisosph.doc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /man/doc/mkmestel.doc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /man/doc/mkop.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/mkop.doc -------------------------------------------------------------------------------- /man/doc/mkop73.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/mkop73.doc -------------------------------------------------------------------------------- /man/doc/mkrich.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/mkrich.doc -------------------------------------------------------------------------------- /man/doc/mksos.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/mksos.doc -------------------------------------------------------------------------------- /man/doc/movie_sv.doc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /man/doc/nbody0.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/nbody0.doc -------------------------------------------------------------------------------- /man/doc/negate.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/negate.doc -------------------------------------------------------------------------------- /man/doc/nemo.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/nemo.doc -------------------------------------------------------------------------------- /man/doc/orbdim.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/orbdim.doc -------------------------------------------------------------------------------- /man/doc/orbint.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/orbint.doc -------------------------------------------------------------------------------- /man/doc/orbsos.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/orbsos.doc -------------------------------------------------------------------------------- /man/doc/otos.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/otos.doc -------------------------------------------------------------------------------- /man/doc/perorb.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/perorb.doc -------------------------------------------------------------------------------- /man/doc/potccd.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/potccd.doc -------------------------------------------------------------------------------- /man/doc/prun.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/prun.doc -------------------------------------------------------------------------------- /man/doc/pspeed.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/pspeed.doc -------------------------------------------------------------------------------- /man/doc/qsf.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/qsf.doc -------------------------------------------------------------------------------- /man/doc/redir.doc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /man/doc/rotcur.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/rotcur.doc -------------------------------------------------------------------------------- /man/doc/rsf.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/rsf.doc -------------------------------------------------------------------------------- /man/doc/scfm.doc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /man/doc/snaphist.doc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /man/doc/snappeak.doc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /man/doc/snaprv.doc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /man/doc/snapscan.doc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /man/doc/sp.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/sp.doc -------------------------------------------------------------------------------- /man/doc/stoa.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/stoa.doc -------------------------------------------------------------------------------- /man/doc/stod.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/stod.doc -------------------------------------------------------------------------------- /man/doc/stoo.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/stoo.doc -------------------------------------------------------------------------------- /man/doc/stou4.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/stou4.doc -------------------------------------------------------------------------------- /man/doc/tabcmp.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/tabcmp.doc -------------------------------------------------------------------------------- /man/doc/tablst.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/tablst.doc -------------------------------------------------------------------------------- /man/doc/tabpp.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/tabpp.doc -------------------------------------------------------------------------------- /man/doc/tabs.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/tabs.doc -------------------------------------------------------------------------------- /man/doc/tabtos.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/tabtos.doc -------------------------------------------------------------------------------- /man/doc/test.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/test.doc -------------------------------------------------------------------------------- /man/doc/tkrun.doc: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /man/doc/tsf.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/tsf.doc -------------------------------------------------------------------------------- /man/doc/u3tos.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/u3tos.doc -------------------------------------------------------------------------------- /man/doc/u4tos.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/u4tos.doc -------------------------------------------------------------------------------- /man/doc/unbind.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/unbind.doc -------------------------------------------------------------------------------- /man/doc/unfio.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/unfio.doc -------------------------------------------------------------------------------- /man/doc/update.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/doc/update.doc -------------------------------------------------------------------------------- /man/make_html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/make_html -------------------------------------------------------------------------------- /man/make_man.csh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/make_man.csh -------------------------------------------------------------------------------- /man/man1/CGS.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/CGS.1 -------------------------------------------------------------------------------- /man/man1/acs.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/acs.1 -------------------------------------------------------------------------------- /man/man1/addprop.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/addprop.1 -------------------------------------------------------------------------------- /man/man1/ahf2grp.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ahf2grp.1 -------------------------------------------------------------------------------- /man/man1/amuse.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/amuse.1 -------------------------------------------------------------------------------- /man/man1/anisot.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/anisot.1 -------------------------------------------------------------------------------- /man/man1/atos.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/atos.1 -------------------------------------------------------------------------------- /man/man1/atosph.1: -------------------------------------------------------------------------------- 1 | .so man1/atos.1 2 | -------------------------------------------------------------------------------- /man/man1/badman.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/badman.1 -------------------------------------------------------------------------------- /man/man1/badnews.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/badnews.1 -------------------------------------------------------------------------------- /man/man1/bhtree.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/bhtree.1 -------------------------------------------------------------------------------- /man/man1/bigread.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/bigread.1 -------------------------------------------------------------------------------- /man/man1/binsnap.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/binsnap.1 -------------------------------------------------------------------------------- /man/man1/bsf.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/bsf.1 -------------------------------------------------------------------------------- /man/man1/bswap.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/bswap.1 -------------------------------------------------------------------------------- /man/man1/bulgerot.1: -------------------------------------------------------------------------------- 1 | .so man1/runbulgerot.1 2 | -------------------------------------------------------------------------------- /man/man1/ccd2vel.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccd2vel.1 -------------------------------------------------------------------------------- /man/man1/ccdblob.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdblob.1 -------------------------------------------------------------------------------- /man/man1/ccdclip.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdclip.1 -------------------------------------------------------------------------------- /man/man1/ccdcmp.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdcmp.1 -------------------------------------------------------------------------------- /man/man1/ccddump.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccddump.1 -------------------------------------------------------------------------------- /man/man1/ccdfft.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdfft.1 -------------------------------------------------------------------------------- /man/man1/ccdfill.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdfill.1 -------------------------------------------------------------------------------- /man/man1/ccdfits.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdfits.1 -------------------------------------------------------------------------------- /man/man1/ccdflip.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdflip.1 -------------------------------------------------------------------------------- /man/man1/ccdgen.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdgen.1 -------------------------------------------------------------------------------- /man/man1/ccdgoat.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdgoat.1 -------------------------------------------------------------------------------- /man/man1/ccdgs.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdgs.1 -------------------------------------------------------------------------------- /man/man1/ccdhead.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdhead.1 -------------------------------------------------------------------------------- /man/man1/ccdhist.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdhist.1 -------------------------------------------------------------------------------- /man/man1/ccdl2.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdl2.1 -------------------------------------------------------------------------------- /man/man1/ccdmask.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdmask.1 -------------------------------------------------------------------------------- /man/man1/ccdmath.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdmath.1 -------------------------------------------------------------------------------- /man/man1/ccdmom.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdmom.1 -------------------------------------------------------------------------------- /man/man1/ccdmoms.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdmoms.1 -------------------------------------------------------------------------------- /man/man1/ccdmos.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdmos.1 -------------------------------------------------------------------------------- /man/man1/ccdplot.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdplot.1 -------------------------------------------------------------------------------- /man/man1/ccdpot.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdpot.1 -------------------------------------------------------------------------------- /man/man1/ccdppm.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdppm.1 -------------------------------------------------------------------------------- /man/man1/ccdrgb.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdrgb.1 -------------------------------------------------------------------------------- /man/man1/ccdrow.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdrow.1 -------------------------------------------------------------------------------- /man/man1/ccdrt.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdrt.1 -------------------------------------------------------------------------------- /man/man1/ccdsky.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdsky.1 -------------------------------------------------------------------------------- /man/man1/ccdspec.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdspec.1 -------------------------------------------------------------------------------- /man/man1/ccdstat.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdstat.1 -------------------------------------------------------------------------------- /man/man1/ccdsub.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdsub.1 -------------------------------------------------------------------------------- /man/man1/ccdvel.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ccdvel.1 -------------------------------------------------------------------------------- /man/man1/clfind3.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/clfind3.1 -------------------------------------------------------------------------------- /man/man1/csf.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/csf.1 -------------------------------------------------------------------------------- /man/man1/ctex.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ctex.1 -------------------------------------------------------------------------------- /man/man1/demfits.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/demfits.1 -------------------------------------------------------------------------------- /man/man1/dice.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/dice.1 -------------------------------------------------------------------------------- /man/man1/direct4.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/direct4.1 -------------------------------------------------------------------------------- /man/man1/dtos.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/dtos.1 -------------------------------------------------------------------------------- /man/man1/ellipse.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ellipse.1 -------------------------------------------------------------------------------- /man/man1/epic5.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/epic5.1 -------------------------------------------------------------------------------- /man/man1/etude.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/etude.1 -------------------------------------------------------------------------------- /man/man1/falcON.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/falcON.1 -------------------------------------------------------------------------------- /man/man1/falcon.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/falcon.1 -------------------------------------------------------------------------------- /man/man1/firstn.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/firstn.1 -------------------------------------------------------------------------------- /man/man1/fitsccd.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/fitsccd.1 -------------------------------------------------------------------------------- /man/man1/fitssds.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/fitssds.1 -------------------------------------------------------------------------------- /man/man1/fitstab.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/fitstab.1 -------------------------------------------------------------------------------- /man/man1/ftoc.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/ftoc.1 -------------------------------------------------------------------------------- /man/man1/funtab.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/funtab.1 -------------------------------------------------------------------------------- /man/man1/g2s.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/g2s.1 -------------------------------------------------------------------------------- /man/man1/gadget.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/gadget.1 -------------------------------------------------------------------------------- /man/man1/galaxy.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/galaxy.1 -------------------------------------------------------------------------------- /man/man1/gettab.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/gettab.1 -------------------------------------------------------------------------------- /man/man1/glnemo.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/glnemo.1 -------------------------------------------------------------------------------- /man/man1/glnemo2.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/glnemo2.1 -------------------------------------------------------------------------------- /man/man1/gravidy.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/gravidy.1 -------------------------------------------------------------------------------- /man/man1/gsl.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/gsl.1 -------------------------------------------------------------------------------- /man/man1/hdfgrid.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/hdfgrid.1 -------------------------------------------------------------------------------- /man/man1/henyey.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/henyey.1 -------------------------------------------------------------------------------- /man/man1/himap.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/himap.1 -------------------------------------------------------------------------------- /man/man1/hisf.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/hisf.1 -------------------------------------------------------------------------------- /man/man1/idf.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/idf.1 -------------------------------------------------------------------------------- /man/man1/index.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/index.1 -------------------------------------------------------------------------------- /man/man1/iofits.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/iofits.1 -------------------------------------------------------------------------------- /man/man1/jd2iso.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/jd2iso.1 -------------------------------------------------------------------------------- /man/man1/kep2kep.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/kep2kep.1 -------------------------------------------------------------------------------- /man/man1/king.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/king.1 -------------------------------------------------------------------------------- /man/man1/lineid.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/lineid.1 -------------------------------------------------------------------------------- /man/man1/linreg.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/linreg.1 -------------------------------------------------------------------------------- /man/man1/lmtinfo.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/lmtinfo.1 -------------------------------------------------------------------------------- /man/man1/magalie.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/magalie.1 -------------------------------------------------------------------------------- /man/man1/miller.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/miller.1 -------------------------------------------------------------------------------- /man/man1/mirgids.1: -------------------------------------------------------------------------------- 1 | .so man1/fitsgids.1 2 | -------------------------------------------------------------------------------- /man/man1/mk2body.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/mk2body.1 -------------------------------------------------------------------------------- /man/man1/mkcosmo.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/mkcosmo.1 -------------------------------------------------------------------------------- /man/man1/mkcube.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/mkcube.1 -------------------------------------------------------------------------------- /man/man1/mkdisk.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/mkdisk.1 -------------------------------------------------------------------------------- /man/man1/mkgrid.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/mkgrid.1 -------------------------------------------------------------------------------- /man/man1/mkh41.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/mkh41.1 -------------------------------------------------------------------------------- /man/man1/mkhalo.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/mkhalo.1 -------------------------------------------------------------------------------- /man/man1/mkjet.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/mkjet.1 -------------------------------------------------------------------------------- /man/man1/mkkd95.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/mkkd95.1 -------------------------------------------------------------------------------- /man/man1/mkking.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/mkking.1 -------------------------------------------------------------------------------- /man/man1/mknsh96.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/mknsh96.1 -------------------------------------------------------------------------------- /man/man1/mkommod.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/mkommod.1 -------------------------------------------------------------------------------- /man/man1/mkop73.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/mkop73.1 -------------------------------------------------------------------------------- /man/man1/mkorbit.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/mkorbit.1 -------------------------------------------------------------------------------- /man/man1/mkplum.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/mkplum.1 -------------------------------------------------------------------------------- /man/man1/mktt72.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/mktt72.1 -------------------------------------------------------------------------------- /man/man1/mkvh60.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/mkvh60.1 -------------------------------------------------------------------------------- /man/man1/movie.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/movie.1 -------------------------------------------------------------------------------- /man/man1/nam.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/nam.1 -------------------------------------------------------------------------------- /man/man1/nbody0.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/nbody0.1 -------------------------------------------------------------------------------- /man/man1/nbody00.1: -------------------------------------------------------------------------------- 1 | .so man1/nbody0.1 2 | -------------------------------------------------------------------------------- /man/man1/nbody1.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/nbody1.1 -------------------------------------------------------------------------------- /man/man1/nbody2.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/nbody2.1 -------------------------------------------------------------------------------- /man/man1/nbody5.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/nbody5.1 -------------------------------------------------------------------------------- /man/man1/nemo.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/nemo.1 -------------------------------------------------------------------------------- /man/man1/nemoinp.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/nemoinp.1 -------------------------------------------------------------------------------- /man/man1/nemovar.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/nemovar.1 -------------------------------------------------------------------------------- /man/man1/newton0.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/newton0.1 -------------------------------------------------------------------------------- /man/man1/octcode.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/octcode.1 -------------------------------------------------------------------------------- /man/man1/orbdim.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/orbdim.1 -------------------------------------------------------------------------------- /man/man1/orbfour.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/orbfour.1 -------------------------------------------------------------------------------- /man/man1/orbint.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/orbint.1 -------------------------------------------------------------------------------- /man/man1/orbintv.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/orbintv.1 -------------------------------------------------------------------------------- /man/man1/orblist.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/orblist.1 -------------------------------------------------------------------------------- /man/man1/orbmax.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/orbmax.1 -------------------------------------------------------------------------------- /man/man1/orbname.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/orbname.1 -------------------------------------------------------------------------------- /man/man1/orboom.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/orboom.1 -------------------------------------------------------------------------------- /man/man1/orbplot.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/orbplot.1 -------------------------------------------------------------------------------- /man/man1/orbsos.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/orbsos.1 -------------------------------------------------------------------------------- /man/man1/orbstat.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/orbstat.1 -------------------------------------------------------------------------------- /man/man1/orbwood.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/orbwood.1 -------------------------------------------------------------------------------- /man/man1/otos.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/otos.1 -------------------------------------------------------------------------------- /man/man1/perorb.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/perorb.1 -------------------------------------------------------------------------------- /man/man1/plummer.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/plummer.1 -------------------------------------------------------------------------------- /man/man1/potccd.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/potccd.1 -------------------------------------------------------------------------------- /man/man1/potcode.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/potcode.1 -------------------------------------------------------------------------------- /man/man1/potlist.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/potlist.1 -------------------------------------------------------------------------------- /man/man1/potq.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/potq.1 -------------------------------------------------------------------------------- /man/man1/potrot.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/potrot.1 -------------------------------------------------------------------------------- /man/man1/potsf.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/potsf.1 -------------------------------------------------------------------------------- /man/man1/prun.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/prun.1 -------------------------------------------------------------------------------- /man/man1/pspeed.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/pspeed.1 -------------------------------------------------------------------------------- /man/man1/pstart.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/pstart.1 -------------------------------------------------------------------------------- /man/man1/pvcorr.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/pvcorr.1 -------------------------------------------------------------------------------- /man/man1/pvtrace.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/pvtrace.1 -------------------------------------------------------------------------------- /man/man1/qsf.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/qsf.1 -------------------------------------------------------------------------------- /man/man1/radprof.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/radprof.1 -------------------------------------------------------------------------------- /man/man1/rawfits.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/rawfits.1 -------------------------------------------------------------------------------- /man/man1/reb2s.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/reb2s.1 -------------------------------------------------------------------------------- /man/man1/rostat.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/rostat.1 -------------------------------------------------------------------------------- /man/man1/rotcur.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/rotcur.1 -------------------------------------------------------------------------------- /man/man1/rsf.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/rsf.1 -------------------------------------------------------------------------------- /man/man1/run.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/run.1 -------------------------------------------------------------------------------- /man/man1/rungravidy.1: -------------------------------------------------------------------------------- 1 | .so man1/gravidy.1 2 | -------------------------------------------------------------------------------- /man/man1/runlpvi.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/runlpvi.1 -------------------------------------------------------------------------------- /man/man1/runmond.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/runmond.1 -------------------------------------------------------------------------------- /man/man1/runscfm.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/runscfm.1 -------------------------------------------------------------------------------- /man/man1/rvcsnap.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/rvcsnap.1 -------------------------------------------------------------------------------- /man/man1/rvsnap.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/rvsnap.1 -------------------------------------------------------------------------------- /man/man1/rvstack.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/rvstack.1 -------------------------------------------------------------------------------- /man/man1/s2g.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/s2g.1 -------------------------------------------------------------------------------- /man/man1/s2reb.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/s2reb.1 -------------------------------------------------------------------------------- /man/man1/s2s.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/s2s.1 -------------------------------------------------------------------------------- /man/man1/scfm.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/scfm.1 -------------------------------------------------------------------------------- /man/man1/sdinfo.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/sdinfo.1 -------------------------------------------------------------------------------- /man/man1/sdmath.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/sdmath.1 -------------------------------------------------------------------------------- /man/man1/sdsfits.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/sdsfits.1 -------------------------------------------------------------------------------- /man/man1/sigccd.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/sigccd.1 -------------------------------------------------------------------------------- /man/man1/snap3dv.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/snap3dv.1 -------------------------------------------------------------------------------- /man/man1/snapadd.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/snapadd.1 -------------------------------------------------------------------------------- /man/man1/snapccd.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/snapccd.1 -------------------------------------------------------------------------------- /man/man1/snapcmp.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/snapcmp.1 -------------------------------------------------------------------------------- /man/man1/snapfit.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/snapfit.1 -------------------------------------------------------------------------------- /man/man1/snaphdf.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/snaphdf.1 -------------------------------------------------------------------------------- /man/man1/snapidl.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/snapidl.1 -------------------------------------------------------------------------------- /man/man1/snapifu.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/snapifu.1 -------------------------------------------------------------------------------- /man/man1/snapkey.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/snapkey.1 -------------------------------------------------------------------------------- /man/man1/snapmap.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/snapmap.1 -------------------------------------------------------------------------------- /man/man1/snapopt.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/snapopt.1 -------------------------------------------------------------------------------- /man/man1/snappat.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/snappat.1 -------------------------------------------------------------------------------- /man/man1/snappot.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/snappot.1 -------------------------------------------------------------------------------- /man/man1/snaprv.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/snaprv.1 -------------------------------------------------------------------------------- /man/man1/snapsym.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/snapsym.1 -------------------------------------------------------------------------------- /man/man1/snapvel.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/snapvel.1 -------------------------------------------------------------------------------- /man/man1/snapxyz.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/snapxyz.1 -------------------------------------------------------------------------------- /man/man1/sp.1: -------------------------------------------------------------------------------- 1 | .so man1/snapplot.1 2 | -------------------------------------------------------------------------------- /man/man1/starlab.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/starlab.1 -------------------------------------------------------------------------------- /man/man1/stilts.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/stilts.1 -------------------------------------------------------------------------------- /man/man1/stoa.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/stoa.1 -------------------------------------------------------------------------------- /man/man1/stod.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/stod.1 -------------------------------------------------------------------------------- /man/man1/stoo.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/stoo.1 -------------------------------------------------------------------------------- /man/man1/stou4.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/stou4.1 -------------------------------------------------------------------------------- /man/man1/super.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/super.1 -------------------------------------------------------------------------------- /man/man1/tab2xml.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tab2xml.1 -------------------------------------------------------------------------------- /man/man1/tabclip.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tabclip.1 -------------------------------------------------------------------------------- /man/man1/tabcmp.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tabcmp.1 -------------------------------------------------------------------------------- /man/man1/tabcols.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tabcols.1 -------------------------------------------------------------------------------- /man/man1/tabcsv.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tabcsv.1 -------------------------------------------------------------------------------- /man/man1/tabdate.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tabdate.1 -------------------------------------------------------------------------------- /man/man1/tabdist.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tabdist.1 -------------------------------------------------------------------------------- /man/man1/tabdms.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tabdms.1 -------------------------------------------------------------------------------- /man/man1/tabfits.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tabfits.1 -------------------------------------------------------------------------------- /man/man1/tabgen.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tabgen.1 -------------------------------------------------------------------------------- /man/man1/tabhead.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tabhead.1 -------------------------------------------------------------------------------- /man/man1/tabhist.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tabhist.1 -------------------------------------------------------------------------------- /man/man1/tabint.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tabint.1 -------------------------------------------------------------------------------- /man/man1/tablint.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tablint.1 -------------------------------------------------------------------------------- /man/man1/tablst.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tablst.1 -------------------------------------------------------------------------------- /man/man1/tabmath.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tabmath.1 -------------------------------------------------------------------------------- /man/man1/tabpeak.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tabpeak.1 -------------------------------------------------------------------------------- /man/man1/tabplot.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tabplot.1 -------------------------------------------------------------------------------- /man/man1/tabpoly.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tabpoly.1 -------------------------------------------------------------------------------- /man/man1/tabpp.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tabpp.1 -------------------------------------------------------------------------------- /man/man1/tabrows.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tabrows.1 -------------------------------------------------------------------------------- /man/man1/tabs.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tabs.1 -------------------------------------------------------------------------------- /man/man1/tabstat.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tabstat.1 -------------------------------------------------------------------------------- /man/man1/tabtab.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tabtab.1 -------------------------------------------------------------------------------- /man/man1/tabtos.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tabtos.1 -------------------------------------------------------------------------------- /man/man1/tabview.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tabview.1 -------------------------------------------------------------------------------- /man/man1/tabzoom.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tabzoom.1 -------------------------------------------------------------------------------- /man/man1/taxon.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/taxon.1 -------------------------------------------------------------------------------- /man/man1/tcppipe.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tcppipe.1 -------------------------------------------------------------------------------- /man/man1/testbsc.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/testbsc.1 -------------------------------------------------------------------------------- /man/man1/tpmc.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tpmc.1 -------------------------------------------------------------------------------- /man/man1/trakplot.1: -------------------------------------------------------------------------------- 1 | .so man1/snapplot.1 2 | -------------------------------------------------------------------------------- /man/man1/treesfr.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/treesfr.1 -------------------------------------------------------------------------------- /man/man1/triple.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/triple.1 -------------------------------------------------------------------------------- /man/man1/tsd.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tsd.1 -------------------------------------------------------------------------------- /man/man1/tsf.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/tsf.1 -------------------------------------------------------------------------------- /man/man1/twspeed.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/twspeed.1 -------------------------------------------------------------------------------- /man/man1/txtpar.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/txtpar.1 -------------------------------------------------------------------------------- /man/man1/u3tos.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/u3tos.1 -------------------------------------------------------------------------------- /man/man1/u4tos.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/u4tos.1 -------------------------------------------------------------------------------- /man/man1/unbind.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/unbind.1 -------------------------------------------------------------------------------- /man/man1/unfio.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/unfio.1 -------------------------------------------------------------------------------- /man/man1/units.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/units.1 -------------------------------------------------------------------------------- /man/man1/uns2uns.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/uns2uns.1 -------------------------------------------------------------------------------- /man/man1/velcube.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/velcube.1 -------------------------------------------------------------------------------- /man/man1/velfit.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/velfit.1 -------------------------------------------------------------------------------- /man/man1/velmap.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/velmap.1 -------------------------------------------------------------------------------- /man/man1/vmsfix.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/vmsfix.1 -------------------------------------------------------------------------------- /man/man1/wcs.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/wcs.1 -------------------------------------------------------------------------------- /man/man1/xrandom.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/xrandom.1 -------------------------------------------------------------------------------- /man/man1/xvpsnap.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/xvpsnap.1 -------------------------------------------------------------------------------- /man/man1/xyzview.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/xyzview.1 -------------------------------------------------------------------------------- /man/man1/yapp.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/yapp.1 -------------------------------------------------------------------------------- /man/man1/zeno.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man1/zeno.1 -------------------------------------------------------------------------------- /man/man3/_absv_d.3: -------------------------------------------------------------------------------- 1 | .so man3/vectmath.3 2 | -------------------------------------------------------------------------------- /man/man3/_distv_d.3: -------------------------------------------------------------------------------- 1 | .so man3/vectmath.3 2 | -------------------------------------------------------------------------------- /man/man3/_dotvp_d.3: -------------------------------------------------------------------------------- 1 | .so man3/vectmath.3 2 | -------------------------------------------------------------------------------- /man/man3/_mappath.3: -------------------------------------------------------------------------------- 1 | .so man3/filefn.3 2 | -------------------------------------------------------------------------------- /man/man3/_tracem_d.3: -------------------------------------------------------------------------------- 1 | .so man3/vectmath.3 2 | -------------------------------------------------------------------------------- /man/man3/accum_moment.3: -------------------------------------------------------------------------------- 1 | .so man3/moment.3 2 | -------------------------------------------------------------------------------- /man/man3/add_history.3: -------------------------------------------------------------------------------- 1 | .so man3/history.3 2 | -------------------------------------------------------------------------------- /man/man3/app_history.3: -------------------------------------------------------------------------------- 1 | .so man3/history.3 2 | -------------------------------------------------------------------------------- /man/man3/ask_headline.3: -------------------------------------------------------------------------------- 1 | .so man3/history.3 2 | -------------------------------------------------------------------------------- /man/man3/ask_history.3: -------------------------------------------------------------------------------- 1 | .so man3/history.3 2 | -------------------------------------------------------------------------------- /man/man3/axis.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/axis.3 -------------------------------------------------------------------------------- /man/man3/axvar.3: -------------------------------------------------------------------------------- 1 | .so man3/axis.3 2 | -------------------------------------------------------------------------------- /man/man3/bessel.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/bessel.3 -------------------------------------------------------------------------------- /man/man3/bessi0.3: -------------------------------------------------------------------------------- 1 | .so man3/bessel.3 2 | -------------------------------------------------------------------------------- /man/man3/bessi1.3: -------------------------------------------------------------------------------- 1 | .so man3/bessel.3 2 | -------------------------------------------------------------------------------- /man/man3/bessk0.3: -------------------------------------------------------------------------------- 1 | .so man3/bessel.3 2 | -------------------------------------------------------------------------------- /man/man3/bessk1.3: -------------------------------------------------------------------------------- 1 | .so man3/bessel.3 2 | -------------------------------------------------------------------------------- /man/man3/body.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/body.3 -------------------------------------------------------------------------------- /man/man3/bswap.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/bswap.3 -------------------------------------------------------------------------------- /man/man3/btitrans.3: -------------------------------------------------------------------------------- 1 | .so man3/bodytrans.3 2 | -------------------------------------------------------------------------------- /man/man3/btrtrans.3: -------------------------------------------------------------------------------- 1 | .so man3/bodytrans.3 2 | -------------------------------------------------------------------------------- /man/man3/cacm.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/cacm.3 -------------------------------------------------------------------------------- /man/man3/command.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/command.3 -------------------------------------------------------------------------------- /man/man3/common.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/common.3 -------------------------------------------------------------------------------- /man/man3/contour.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/contour.3 -------------------------------------------------------------------------------- /man/man3/copxstr.3: -------------------------------------------------------------------------------- 1 | .so man3/extstring.3 2 | -------------------------------------------------------------------------------- /man/man3/copy_item.3: -------------------------------------------------------------------------------- 1 | .so man3/filestruct.3 2 | -------------------------------------------------------------------------------- /man/man3/copy_item_cvt.3: -------------------------------------------------------------------------------- 1 | .so man3/filestruct.3 2 | -------------------------------------------------------------------------------- /man/man3/copy_orbit.3: -------------------------------------------------------------------------------- 1 | .so man3/orbit.3 2 | -------------------------------------------------------------------------------- /man/man3/cputime.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/cputime.3 -------------------------------------------------------------------------------- /man/man3/create_cube.3: -------------------------------------------------------------------------------- 1 | .so man3/image.3 2 | -------------------------------------------------------------------------------- /man/man3/create_image.3: -------------------------------------------------------------------------------- 1 | .so man3/image.3 2 | -------------------------------------------------------------------------------- /man/man3/dcdchar_.3: -------------------------------------------------------------------------------- 1 | .so man3/herinp.3 2 | -------------------------------------------------------------------------------- /man/man3/dcddble_.3: -------------------------------------------------------------------------------- 1 | .so man3/herinp.3 2 | -------------------------------------------------------------------------------- /man/man3/dcdint_.3: -------------------------------------------------------------------------------- 1 | .so man3/herinp.3 2 | -------------------------------------------------------------------------------- /man/man3/dcdlog_.3: -------------------------------------------------------------------------------- 1 | .so man3/herinp.3 2 | -------------------------------------------------------------------------------- /man/man3/dcdreal_.3: -------------------------------------------------------------------------------- 1 | .so man3/herinp.3 2 | -------------------------------------------------------------------------------- /man/man3/dcsevu.3: -------------------------------------------------------------------------------- 1 | .so man3/imsl.3 2 | -------------------------------------------------------------------------------- /man/man3/defext.3: -------------------------------------------------------------------------------- 1 | .so man3/filefn.3 2 | -------------------------------------------------------------------------------- /man/man3/dmpfie.3: -------------------------------------------------------------------------------- 1 | .so man3/fie.3 2 | -------------------------------------------------------------------------------- /man/man3/dmpfien.3: -------------------------------------------------------------------------------- 1 | .so man3/nemofie.3 2 | -------------------------------------------------------------------------------- /man/man3/dofie.3: -------------------------------------------------------------------------------- 1 | .so man3/fie.3 2 | -------------------------------------------------------------------------------- /man/man3/dofien.3: -------------------------------------------------------------------------------- 1 | .so man3/nemofie.3 2 | -------------------------------------------------------------------------------- /man/man3/dprintf.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/dprintf.3 -------------------------------------------------------------------------------- /man/man3/dynamem.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/dynamem.3 -------------------------------------------------------------------------------- /man/man3/error.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/error.3 -------------------------------------------------------------------------------- /man/man3/extension.3: -------------------------------------------------------------------------------- 1 | .so man3/filefn.3 2 | -------------------------------------------------------------------------------- /man/man3/fie.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/fie.3 -------------------------------------------------------------------------------- /man/man3/file_lines.3: -------------------------------------------------------------------------------- 1 | .so man3/file_size.3 2 | -------------------------------------------------------------------------------- /man/man3/filefn.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/filefn.3 -------------------------------------------------------------------------------- /man/man3/findfn.3: -------------------------------------------------------------------------------- 1 | .so man3/loadobj.3 2 | -------------------------------------------------------------------------------- /man/man3/findstr.3: -------------------------------------------------------------------------------- 1 | .so man3/strlib.3 2 | -------------------------------------------------------------------------------- /man/man3/finiparam.3: -------------------------------------------------------------------------------- 1 | .so man3/getparam.3 2 | -------------------------------------------------------------------------------- /man/man3/fits.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/fits.3 -------------------------------------------------------------------------------- /man/man3/fitsio.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/fitsio.3 -------------------------------------------------------------------------------- /man/man3/frandom.3: -------------------------------------------------------------------------------- 1 | .so man3/xrandom.3 2 | -------------------------------------------------------------------------------- /man/man3/free_image.3: -------------------------------------------------------------------------------- 1 | .so man3/image.3 2 | -------------------------------------------------------------------------------- /man/man3/freestrings.3: -------------------------------------------------------------------------------- 1 | .so man3/burststring.3 2 | -------------------------------------------------------------------------------- /man/man3/ft_close.3: -------------------------------------------------------------------------------- 1 | .so man3/funtab.3 2 | -------------------------------------------------------------------------------- /man/man3/ft_open.3: -------------------------------------------------------------------------------- 1 | .so man3/funtab.3 2 | -------------------------------------------------------------------------------- /man/man3/ft_spline.3: -------------------------------------------------------------------------------- 1 | .so man3/funtab.3 2 | -------------------------------------------------------------------------------- /man/man3/fullname.3: -------------------------------------------------------------------------------- 1 | .so man3/filefn.3 2 | -------------------------------------------------------------------------------- /man/man3/funtab.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/funtab.3 -------------------------------------------------------------------------------- /man/man3/get_data.3: -------------------------------------------------------------------------------- 1 | .so man3/filestruct.3 2 | -------------------------------------------------------------------------------- /man/man3/get_data_coerced.3: -------------------------------------------------------------------------------- 1 | .so man3/filestruct.3 2 | -------------------------------------------------------------------------------- /man/man3/get_data_ran.3: -------------------------------------------------------------------------------- 1 | .so man3/filestruct.3 2 | -------------------------------------------------------------------------------- /man/man3/get_data_set.3: -------------------------------------------------------------------------------- 1 | .so man3/filestruct.3 2 | -------------------------------------------------------------------------------- /man/man3/get_data_sub.3: -------------------------------------------------------------------------------- 1 | .so man3/filestruct.3 2 | -------------------------------------------------------------------------------- /man/man3/get_data_tes.3: -------------------------------------------------------------------------------- 1 | .so man3/filestruct.3 2 | -------------------------------------------------------------------------------- /man/man3/get_dims.3: -------------------------------------------------------------------------------- 1 | .so man3/filestruct.3 2 | -------------------------------------------------------------------------------- /man/man3/get_dlen.3: -------------------------------------------------------------------------------- 1 | .so man3/filestruct.3 2 | -------------------------------------------------------------------------------- /man/man3/get_hash.3: -------------------------------------------------------------------------------- 1 | .so man3/hash.3 2 | -------------------------------------------------------------------------------- /man/man3/get_history.3: -------------------------------------------------------------------------------- 1 | .so man3/history.3 2 | -------------------------------------------------------------------------------- /man/man3/get_potential.3: -------------------------------------------------------------------------------- 1 | .so man3/potential.3 2 | -------------------------------------------------------------------------------- /man/man3/get_set.3: -------------------------------------------------------------------------------- 1 | .so man3/filestruct.3 2 | -------------------------------------------------------------------------------- /man/man3/get_string.3: -------------------------------------------------------------------------------- 1 | .so man3/filestruct.3 2 | -------------------------------------------------------------------------------- /man/man3/get_tag_ok.3: -------------------------------------------------------------------------------- 1 | .so man3/filestruct.3 2 | -------------------------------------------------------------------------------- /man/man3/get_tes.3: -------------------------------------------------------------------------------- 1 | .so man3/filestruct.3 2 | -------------------------------------------------------------------------------- /man/man3/get_type.3: -------------------------------------------------------------------------------- 1 | .so man3/filestruct.3 2 | -------------------------------------------------------------------------------- /man/man3/getbparam.3: -------------------------------------------------------------------------------- 1 | .so man3/getparam.3 2 | -------------------------------------------------------------------------------- /man/man3/getdparam.3: -------------------------------------------------------------------------------- 1 | .so man3/getparam.3 2 | -------------------------------------------------------------------------------- /man/man3/getfunc.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/getfunc.3 -------------------------------------------------------------------------------- /man/man3/getiparam.3: -------------------------------------------------------------------------------- 1 | .so man3/getparam.3 2 | -------------------------------------------------------------------------------- /man/man3/getlparam.3: -------------------------------------------------------------------------------- 1 | .so man3/getparam.3 2 | -------------------------------------------------------------------------------- /man/man3/getmem.3: -------------------------------------------------------------------------------- 1 | .so man3/strlib.3 2 | -------------------------------------------------------------------------------- /man/man3/getxstr.3: -------------------------------------------------------------------------------- 1 | .so man3/extstring.3 2 | -------------------------------------------------------------------------------- /man/man3/grandom.3: -------------------------------------------------------------------------------- 1 | .so man3/xrandom.3 2 | -------------------------------------------------------------------------------- /man/man3/grid.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/grid.3 -------------------------------------------------------------------------------- /man/man3/hash.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/hash.3 -------------------------------------------------------------------------------- /man/man3/hasvalue.3: -------------------------------------------------------------------------------- 1 | .so man3/getparam.3 2 | -------------------------------------------------------------------------------- /man/man3/head.3: -------------------------------------------------------------------------------- 1 | .so man3/filefn.3 2 | -------------------------------------------------------------------------------- /man/man3/herinp.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/herinp.3 -------------------------------------------------------------------------------- /man/man3/histid.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/histid.3 -------------------------------------------------------------------------------- /man/man3/history.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/history.3 -------------------------------------------------------------------------------- /man/man3/icsccu.3: -------------------------------------------------------------------------------- 1 | .so man3/imsl.3 2 | -------------------------------------------------------------------------------- /man/man3/icsevu.3: -------------------------------------------------------------------------------- 1 | .so man3/imsl.3 2 | -------------------------------------------------------------------------------- /man/man3/idfio.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/idfio.3 -------------------------------------------------------------------------------- /man/man3/image.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/image.3 -------------------------------------------------------------------------------- /man/man3/imsl.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/imsl.3 -------------------------------------------------------------------------------- /man/man3/index.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/index.3 -------------------------------------------------------------------------------- /man/man3/index_grid.3: -------------------------------------------------------------------------------- 1 | .so man3/grid.3 2 | -------------------------------------------------------------------------------- /man/man3/ini_moment.3: -------------------------------------------------------------------------------- 1 | .so man3/moment.3 2 | -------------------------------------------------------------------------------- /man/man3/inia_grid.3: -------------------------------------------------------------------------------- 1 | .so man3/grid.3 2 | -------------------------------------------------------------------------------- /man/man3/inifie.3: -------------------------------------------------------------------------------- 1 | .so man3/fie.3 2 | -------------------------------------------------------------------------------- /man/man3/inifien.3: -------------------------------------------------------------------------------- 1 | .so man3/nemofie.3 2 | -------------------------------------------------------------------------------- /man/man3/inil_grid.3: -------------------------------------------------------------------------------- 1 | .so man3/grid.3 2 | -------------------------------------------------------------------------------- /man/man3/inip_grid.3: -------------------------------------------------------------------------------- 1 | .so man3/grid.3 2 | -------------------------------------------------------------------------------- /man/man3/init_Hash_Table.3: -------------------------------------------------------------------------------- 1 | .so man3/hash.3 2 | -------------------------------------------------------------------------------- /man/man3/initparam.3: -------------------------------------------------------------------------------- 1 | .so man3/getparam.3 2 | -------------------------------------------------------------------------------- /man/man3/io_nemo.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/io_nemo.3 -------------------------------------------------------------------------------- /man/man3/isaparam.3: -------------------------------------------------------------------------------- 1 | .so man3/getparam.3 2 | -------------------------------------------------------------------------------- /man/man3/kurtosis_moment.3: -------------------------------------------------------------------------------- 1 | .so man3/moment.3 2 | -------------------------------------------------------------------------------- /man/man3/layout.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/layout.3 -------------------------------------------------------------------------------- /man/man3/linreg.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/linreg.3 -------------------------------------------------------------------------------- /man/man3/list_orbit.3: -------------------------------------------------------------------------------- 1 | .so man3/orbit.3 2 | -------------------------------------------------------------------------------- /man/man3/list_tags.3: -------------------------------------------------------------------------------- 1 | .so man3/filestruct.3 2 | -------------------------------------------------------------------------------- /man/man3/loadfie.3: -------------------------------------------------------------------------------- 1 | .so man3/fie.3 2 | -------------------------------------------------------------------------------- /man/man3/loadobj.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/loadobj.3 -------------------------------------------------------------------------------- /man/man3/lsq.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/lsq.3 -------------------------------------------------------------------------------- /man/man3/lsq_accum.3: -------------------------------------------------------------------------------- 1 | .so man3/lsq.3 2 | -------------------------------------------------------------------------------- /man/man3/lsq_cfill.3: -------------------------------------------------------------------------------- 1 | .so man3/lsq.3 2 | -------------------------------------------------------------------------------- /man/man3/lsq_solve.3: -------------------------------------------------------------------------------- 1 | .so man3/lsq.3 2 | -------------------------------------------------------------------------------- /man/man3/lsq_zero.3: -------------------------------------------------------------------------------- 1 | .so man3/lsq.3 2 | -------------------------------------------------------------------------------- /man/man3/main.3: -------------------------------------------------------------------------------- 1 | .so man3/nemomain.3 2 | -------------------------------------------------------------------------------- /man/man3/match.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/match.3 -------------------------------------------------------------------------------- /man/man3/max_moment.3: -------------------------------------------------------------------------------- 1 | .so man3/moment.3 2 | -------------------------------------------------------------------------------- /man/man3/mdarray.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/mdarray.3 -------------------------------------------------------------------------------- /man/man3/mean_moment.3: -------------------------------------------------------------------------------- 1 | .so man3/moment.3 2 | -------------------------------------------------------------------------------- /man/man3/median.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/median.3 -------------------------------------------------------------------------------- /man/man3/memio.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/memio.3 -------------------------------------------------------------------------------- /man/man3/min_moment.3: -------------------------------------------------------------------------------- 1 | .so man3/moment.3 2 | -------------------------------------------------------------------------------- /man/man3/moment.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/moment.3 -------------------------------------------------------------------------------- /man/man3/mpfit.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/mpfit.3 -------------------------------------------------------------------------------- /man/man3/mysymbols.3: -------------------------------------------------------------------------------- 1 | .so man3/loadobj.3 2 | -------------------------------------------------------------------------------- /man/man3/n_moment.3: -------------------------------------------------------------------------------- 1 | .so man3/moment.3 2 | -------------------------------------------------------------------------------- /man/man3/nemofie.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/nemofie.3 -------------------------------------------------------------------------------- /man/man3/nemoinp.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/nemoinp.3 -------------------------------------------------------------------------------- /man/man3/nemoinpb.3: -------------------------------------------------------------------------------- 1 | .so man3/nemoinp.3 2 | -------------------------------------------------------------------------------- /man/man3/nemoinpd.3: -------------------------------------------------------------------------------- 1 | .so man3/nemoinp.3 2 | -------------------------------------------------------------------------------- /man/man3/nemoinpf.3: -------------------------------------------------------------------------------- 1 | .so man3/nemoinp.3 2 | -------------------------------------------------------------------------------- /man/man3/nemoinpi.3: -------------------------------------------------------------------------------- 1 | .so man3/nemoinp.3 2 | -------------------------------------------------------------------------------- /man/man3/nemoinpl.3: -------------------------------------------------------------------------------- 1 | .so man3/nemoinp.3 2 | -------------------------------------------------------------------------------- /man/man3/nemoinpr.3: -------------------------------------------------------------------------------- 1 | .so man3/nemoinp.3 2 | -------------------------------------------------------------------------------- /man/man3/nemoinpx.3: -------------------------------------------------------------------------------- 1 | .so man3/nemoinp.3 2 | -------------------------------------------------------------------------------- /man/man3/next_hash.3: -------------------------------------------------------------------------------- 1 | .so man3/hash.3 2 | -------------------------------------------------------------------------------- /man/man3/orbit.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/orbit.3 -------------------------------------------------------------------------------- /man/man3/pathfind.3: -------------------------------------------------------------------------------- 1 | .so man3/filefn.3 2 | -------------------------------------------------------------------------------- /man/man3/pathopen.3: -------------------------------------------------------------------------------- 1 | .so man3/filefn.3 2 | -------------------------------------------------------------------------------- /man/man3/pl_exec.3: -------------------------------------------------------------------------------- 1 | .so man3/layout.3 2 | -------------------------------------------------------------------------------- /man/man3/pl_fread.3: -------------------------------------------------------------------------------- 1 | .so man3/layout.3 2 | -------------------------------------------------------------------------------- /man/man3/pl_lread.3: -------------------------------------------------------------------------------- 1 | .so man3/layout.3 2 | -------------------------------------------------------------------------------- /man/man3/promptparam.3: -------------------------------------------------------------------------------- 1 | .so man3/getparam.3 2 | -------------------------------------------------------------------------------- /man/man3/put_data.3: -------------------------------------------------------------------------------- 1 | .so man3/filestruct.3 2 | -------------------------------------------------------------------------------- /man/man3/put_data_ran.3: -------------------------------------------------------------------------------- 1 | .so man3/filestruct.3 2 | -------------------------------------------------------------------------------- /man/man3/put_data_set.3: -------------------------------------------------------------------------------- 1 | .so man3/filestruct.3 2 | -------------------------------------------------------------------------------- /man/man3/put_data_sub.3: -------------------------------------------------------------------------------- 1 | .so man3/filestruct.3 2 | -------------------------------------------------------------------------------- /man/man3/put_data_tes.3: -------------------------------------------------------------------------------- 1 | .so man3/filestruct.3 2 | -------------------------------------------------------------------------------- /man/man3/put_hash.3: -------------------------------------------------------------------------------- 1 | .so man3/hash.3 2 | -------------------------------------------------------------------------------- /man/man3/put_history.3: -------------------------------------------------------------------------------- 1 | .so man3/history.3 2 | -------------------------------------------------------------------------------- /man/man3/put_set.3: -------------------------------------------------------------------------------- 1 | .so man3/filestruct.3 2 | -------------------------------------------------------------------------------- /man/man3/put_string.3: -------------------------------------------------------------------------------- 1 | .so man3/filestruct.3 2 | -------------------------------------------------------------------------------- /man/man3/put_tes.3: -------------------------------------------------------------------------------- 1 | .so man3/filestruct.3 2 | -------------------------------------------------------------------------------- /man/man3/putparam.3: -------------------------------------------------------------------------------- 1 | .so man3/getparam.3 2 | -------------------------------------------------------------------------------- /man/man3/putxstr.3: -------------------------------------------------------------------------------- 1 | .so man3/extstring.3 2 | -------------------------------------------------------------------------------- /man/man3/qsf.3: -------------------------------------------------------------------------------- 1 | .so man3/filestruct.3 2 | -------------------------------------------------------------------------------- /man/man3/range.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/range.3 -------------------------------------------------------------------------------- /man/man3/read_image.3: -------------------------------------------------------------------------------- 1 | .so man3/image.3 2 | -------------------------------------------------------------------------------- /man/man3/read_orbit.3: -------------------------------------------------------------------------------- 1 | .so man3/orbit.3 2 | -------------------------------------------------------------------------------- /man/man3/recipes.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/recipes.3 -------------------------------------------------------------------------------- /man/man3/recover.3: -------------------------------------------------------------------------------- 1 | .so man3/error.3 2 | 3 | -------------------------------------------------------------------------------- /man/man3/reset_history.3: -------------------------------------------------------------------------------- 1 | .so man3/history.3 2 | -------------------------------------------------------------------------------- /man/man3/reset_moment.3: -------------------------------------------------------------------------------- 1 | .so man3/moment.3 2 | -------------------------------------------------------------------------------- /man/man3/root.3: -------------------------------------------------------------------------------- 1 | .so man3/filefn.3 2 | -------------------------------------------------------------------------------- /man/man3/run.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/run.3 -------------------------------------------------------------------------------- /man/man3/scanopt.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/scanopt.3 -------------------------------------------------------------------------------- /man/man3/sconc.3: -------------------------------------------------------------------------------- 1 | .so man3/strlib.3 2 | -------------------------------------------------------------------------------- /man/man3/scopy.3: -------------------------------------------------------------------------------- 1 | .so man3/strlib.3 2 | -------------------------------------------------------------------------------- /man/man3/set_headline.3: -------------------------------------------------------------------------------- 1 | .so man3/history.3 2 | -------------------------------------------------------------------------------- /man/man3/set_xrandom.3: -------------------------------------------------------------------------------- 1 | .so man3/xrandom.3 2 | -------------------------------------------------------------------------------- /man/man3/setparam.3: -------------------------------------------------------------------------------- 1 | .so man3/getparam.3 2 | -------------------------------------------------------------------------------- /man/man3/seval.3: -------------------------------------------------------------------------------- 1 | .so man3/spline.3 2 | -------------------------------------------------------------------------------- /man/man3/show_moment.3: -------------------------------------------------------------------------------- 1 | .so man3/moment.3 2 | -------------------------------------------------------------------------------- /man/man3/sigma_moment.3: -------------------------------------------------------------------------------- 1 | .so man3/moment.3 2 | -------------------------------------------------------------------------------- /man/man3/skewness_moment.3: -------------------------------------------------------------------------------- 1 | .so man3/moment.3 2 | -------------------------------------------------------------------------------- /man/man3/skip_item.3: -------------------------------------------------------------------------------- 1 | .so man3/filestruct.3 2 | -------------------------------------------------------------------------------- /man/man3/spldif.3: -------------------------------------------------------------------------------- 1 | .so man3/spline.3 2 | -------------------------------------------------------------------------------- /man/man3/spldif2.3: -------------------------------------------------------------------------------- 1 | .so man3/spline.3 2 | -------------------------------------------------------------------------------- /man/man3/spline.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/spline.3 -------------------------------------------------------------------------------- /man/man3/splitstring.3: -------------------------------------------------------------------------------- 1 | .so man3/burststring.3 2 | -------------------------------------------------------------------------------- /man/man3/sqr.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/sqr.3 -------------------------------------------------------------------------------- /man/man3/status.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/status.3 -------------------------------------------------------------------------------- /man/man3/strclose.3: -------------------------------------------------------------------------------- 1 | .so man3/stropen.3 2 | -------------------------------------------------------------------------------- /man/man3/strdelete.3: -------------------------------------------------------------------------------- 1 | .so man3/stropen.3 2 | -------------------------------------------------------------------------------- /man/man3/strlib.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/strlib.3 -------------------------------------------------------------------------------- /man/man3/strname.3: -------------------------------------------------------------------------------- 1 | .so man3/stropen.3 2 | -------------------------------------------------------------------------------- /man/man3/stropen.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/stropen.3 -------------------------------------------------------------------------------- /man/man3/strseek.3: -------------------------------------------------------------------------------- 1 | .so man3/stropen.3 2 | -------------------------------------------------------------------------------- /man/man3/substr.3: -------------------------------------------------------------------------------- 1 | .so man3/strlib.3 2 | -------------------------------------------------------------------------------- /man/man3/sum_moment.3: -------------------------------------------------------------------------------- 1 | .so man3/moment.3 2 | -------------------------------------------------------------------------------- /man/man3/table.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/table.3 -------------------------------------------------------------------------------- /man/man3/tail.3: -------------------------------------------------------------------------------- 1 | .so man3/filefn.3 2 | -------------------------------------------------------------------------------- /man/man3/timers.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/timers.3 -------------------------------------------------------------------------------- /man/man3/unfio.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/unfio.3 -------------------------------------------------------------------------------- /man/man3/unfread.3: -------------------------------------------------------------------------------- 1 | .so man3/unfio.3 2 | -------------------------------------------------------------------------------- /man/man3/unfscan.3: -------------------------------------------------------------------------------- 1 | .so man3/unfio.3 2 | -------------------------------------------------------------------------------- /man/man3/unfwrite.3: -------------------------------------------------------------------------------- 1 | .so man3/unfio.3 2 | -------------------------------------------------------------------------------- /man/man3/unsio.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/unsio.3 -------------------------------------------------------------------------------- /man/man3/unsiof.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/unsiof.3 -------------------------------------------------------------------------------- /man/man3/value_grid.3: -------------------------------------------------------------------------------- 1 | .so man3/grid.3 2 | -------------------------------------------------------------------------------- /man/man3/vogl.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/vogl.3 -------------------------------------------------------------------------------- /man/man3/warning.3: -------------------------------------------------------------------------------- 1 | .so man3/error.3 2 | -------------------------------------------------------------------------------- /man/man3/write_image.3: -------------------------------------------------------------------------------- 1 | .so man3/image.3 2 | -------------------------------------------------------------------------------- /man/man3/write_orbit.3: -------------------------------------------------------------------------------- 1 | .so man3/orbit.3 2 | -------------------------------------------------------------------------------- /man/man3/xaxis.3: -------------------------------------------------------------------------------- 1 | .so man3/axis.3 2 | -------------------------------------------------------------------------------- /man/man3/xaxvar.3: -------------------------------------------------------------------------------- 1 | .so man3/axis.3 2 | -------------------------------------------------------------------------------- /man/man3/xrandom.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/xrandom.3 -------------------------------------------------------------------------------- /man/man3/xstreq.3: -------------------------------------------------------------------------------- 1 | .so man3/extstring.3 2 | -------------------------------------------------------------------------------- /man/man3/xstrlen.3: -------------------------------------------------------------------------------- 1 | .so man3/extstring.3 2 | -------------------------------------------------------------------------------- /man/man3/xyio.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/xyio.3 -------------------------------------------------------------------------------- /man/man3/yapp.3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man3/yapp.3 -------------------------------------------------------------------------------- /man/man3/yaxis.3: -------------------------------------------------------------------------------- 1 | .so man3/axis.3 2 | -------------------------------------------------------------------------------- /man/man3/yaxvar.3: -------------------------------------------------------------------------------- 1 | .so man3/axis.3 2 | -------------------------------------------------------------------------------- /man/man5/GalPot.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/GalPot.5 -------------------------------------------------------------------------------- /man/man5/VOTable.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/VOTable.5 -------------------------------------------------------------------------------- /man/man5/ads.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/ads.5 -------------------------------------------------------------------------------- /man/man5/agui.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/agui.5 -------------------------------------------------------------------------------- /man/man5/atlas.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/atlas.5 -------------------------------------------------------------------------------- /man/man5/authors.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/authors.5 -------------------------------------------------------------------------------- /man/man5/bench.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/bench.5 -------------------------------------------------------------------------------- /man/man5/boom.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/boom.5 -------------------------------------------------------------------------------- /man/man5/ccd.5: -------------------------------------------------------------------------------- 1 | .so man5/image.5 2 | -------------------------------------------------------------------------------- /man/man5/data.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/data.5 -------------------------------------------------------------------------------- /man/man5/doc.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/doc.5 -------------------------------------------------------------------------------- /man/man5/falcON.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/falcON.5 -------------------------------------------------------------------------------- /man/man5/filter.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/filter.5 -------------------------------------------------------------------------------- /man/man5/fits.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/fits.5 -------------------------------------------------------------------------------- /man/man5/gadget.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/gadget.5 -------------------------------------------------------------------------------- /man/man5/gsp.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/gsp.5 -------------------------------------------------------------------------------- /man/man5/hi.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/hi.5 -------------------------------------------------------------------------------- /man/man5/hugh.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/hugh.5 -------------------------------------------------------------------------------- /man/man5/idf.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/idf.5 -------------------------------------------------------------------------------- /man/man5/image.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/image.5 -------------------------------------------------------------------------------- /man/man5/layout.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/layout.5 -------------------------------------------------------------------------------- /man/man5/lut.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/lut.5 -------------------------------------------------------------------------------- /man/man5/mass99.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/mass99.5 -------------------------------------------------------------------------------- /man/man5/miller.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/miller.5 -------------------------------------------------------------------------------- /man/man5/nbody4.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/nbody4.5 -------------------------------------------------------------------------------- /man/man5/nbody6.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/nbody6.5 -------------------------------------------------------------------------------- /man/man5/nemobench.5: -------------------------------------------------------------------------------- 1 | .so man5/bench.5 2 | -------------------------------------------------------------------------------- /man/man5/ntmpv.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/ntmpv.5 -------------------------------------------------------------------------------- /man/man5/ommod.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/ommod.5 -------------------------------------------------------------------------------- /man/man5/orbit.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/orbit.5 -------------------------------------------------------------------------------- /man/man5/rotcur.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/rotcur.5 -------------------------------------------------------------------------------- /man/man5/rv.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/rv.5 -------------------------------------------------------------------------------- /man/man5/rvc.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/rvc.5 -------------------------------------------------------------------------------- /man/man5/s2plot.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/s2plot.5 -------------------------------------------------------------------------------- /man/man5/sdfits.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/sdfits.5 -------------------------------------------------------------------------------- /man/man5/shells.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/shells.5 -------------------------------------------------------------------------------- /man/man5/snap.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/snap.5 -------------------------------------------------------------------------------- /man/man5/table.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/table.5 -------------------------------------------------------------------------------- /man/man5/tipsy.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/tipsy.5 -------------------------------------------------------------------------------- /man/man5/tldr.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/tldr.5 -------------------------------------------------------------------------------- /man/man5/units.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/units.5 -------------------------------------------------------------------------------- /man/man5/wcs.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/wcs.5 -------------------------------------------------------------------------------- /man/man5/xvp.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/xvp.5 -------------------------------------------------------------------------------- /man/man5/xyz.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/xyz.5 -------------------------------------------------------------------------------- /man/man5/yapp.5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man5/yapp.5 -------------------------------------------------------------------------------- /man/man6/grape4.6: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man6/grape4.6 -------------------------------------------------------------------------------- /man/man8/addlib.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/addlib.8 -------------------------------------------------------------------------------- /man/man8/badman.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/badman.8 -------------------------------------------------------------------------------- /man/man8/bake.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/bake.8 -------------------------------------------------------------------------------- /man/man8/example.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/example.8 -------------------------------------------------------------------------------- /man/man8/export.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/export.8 -------------------------------------------------------------------------------- /man/man8/fake.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/fake.8 -------------------------------------------------------------------------------- /man/man8/files.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/files.8 -------------------------------------------------------------------------------- /man/man8/history.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/history.8 -------------------------------------------------------------------------------- /man/man8/import.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/import.8 -------------------------------------------------------------------------------- /man/man8/ldso.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/ldso.8 -------------------------------------------------------------------------------- /man/man8/mkbin.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/mkbin.8 -------------------------------------------------------------------------------- /man/man8/mklib.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/mklib.8 -------------------------------------------------------------------------------- /man/man8/mkman.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/mkman.8 -------------------------------------------------------------------------------- /man/man8/mknemo.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/mknemo.8 -------------------------------------------------------------------------------- /man/man8/mkpdoc.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/mkpdoc.8 -------------------------------------------------------------------------------- /man/man8/need.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/need.8 -------------------------------------------------------------------------------- /man/man8/nemobug.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/nemobug.1 -------------------------------------------------------------------------------- /man/man8/nemocc.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/nemocc.8 -------------------------------------------------------------------------------- /man/man8/nemodir.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/nemodir.8 -------------------------------------------------------------------------------- /man/man8/nemonew.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/nemonew.1 -------------------------------------------------------------------------------- /man/man8/nemorc.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/nemorc.8 -------------------------------------------------------------------------------- /man/man8/newcmp.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/newcmp.8 -------------------------------------------------------------------------------- /man/man8/other.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/other.8 -------------------------------------------------------------------------------- /man/man8/pedit.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/pedit.8 -------------------------------------------------------------------------------- /man/man8/rebound.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/rebound.8 -------------------------------------------------------------------------------- /man/man8/super.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/super.8 -------------------------------------------------------------------------------- /man/man8/tricks.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/tricks.8 -------------------------------------------------------------------------------- /man/man8/unemo.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/unemo.8 -------------------------------------------------------------------------------- /man/man8/zeno.8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/man8/zeno.8 -------------------------------------------------------------------------------- /man/mandoc.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/mandoc.css -------------------------------------------------------------------------------- /man/manl/afof.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/afof.l -------------------------------------------------------------------------------- /man/manl/calc.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/calc.l -------------------------------------------------------------------------------- /man/manl/catpgps.l: -------------------------------------------------------------------------------- 1 | .so manl/catps.l 2 | -------------------------------------------------------------------------------- /man/manl/catps.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/catps.l -------------------------------------------------------------------------------- /man/manl/conv123.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/conv123.l -------------------------------------------------------------------------------- /man/manl/cproto.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/cproto.l -------------------------------------------------------------------------------- /man/manl/crc.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/crc.l -------------------------------------------------------------------------------- /man/manl/cyclo.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/cyclo.l -------------------------------------------------------------------------------- /man/manl/denmax.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/denmax.l -------------------------------------------------------------------------------- /man/manl/direct.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/direct.l -------------------------------------------------------------------------------- /man/manl/ds.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/ds.l -------------------------------------------------------------------------------- /man/manl/findsrc.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/findsrc.l -------------------------------------------------------------------------------- /man/manl/fof.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/fof.l -------------------------------------------------------------------------------- /man/manl/gids.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/gids.l -------------------------------------------------------------------------------- /man/manl/hd.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/hd.l -------------------------------------------------------------------------------- /man/manl/intro.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/intro.l -------------------------------------------------------------------------------- /man/manl/ipick.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/ipick.l -------------------------------------------------------------------------------- /man/manl/makekit.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/makekit.l -------------------------------------------------------------------------------- /man/manl/mcstrip.l: -------------------------------------------------------------------------------- 1 | .so manl/cyclo.l 2 | -------------------------------------------------------------------------------- /man/manl/mkisofs.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/mkisofs.l -------------------------------------------------------------------------------- /man/manl/nemods.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/nemods.l -------------------------------------------------------------------------------- /man/manl/nora.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/nora.l -------------------------------------------------------------------------------- /man/manl/qtrun.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/qtrun.l -------------------------------------------------------------------------------- /man/manl/redir.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/redir.l -------------------------------------------------------------------------------- /man/manl/rman.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/rman.1 -------------------------------------------------------------------------------- /man/manl/rtfm.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/rtfm.l -------------------------------------------------------------------------------- /man/manl/shar.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/shar.l -------------------------------------------------------------------------------- /man/manl/shell.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/shell.l -------------------------------------------------------------------------------- /man/manl/shtool.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/shtool.l -------------------------------------------------------------------------------- /man/manl/smooth.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/smooth.l -------------------------------------------------------------------------------- /man/manl/tkman.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/tkman.1 -------------------------------------------------------------------------------- /man/manl/tkrun.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/tkrun.l -------------------------------------------------------------------------------- /man/manl/unproto.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/unproto.l -------------------------------------------------------------------------------- /man/manl/unshar.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/unshar.l -------------------------------------------------------------------------------- /man/manl/update.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/update.l -------------------------------------------------------------------------------- /man/manl/waisq.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/waisq.l -------------------------------------------------------------------------------- /man/manl/x3d.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/x3d.l -------------------------------------------------------------------------------- /man/manl/xcps.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/xcps.l -------------------------------------------------------------------------------- /man/manl/xgobi.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/xgobi.l -------------------------------------------------------------------------------- /man/manl/xwais.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/xwais.l -------------------------------------------------------------------------------- /man/manl/xwaisq.l: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manl/xwaisq.l -------------------------------------------------------------------------------- /man/manpdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/manpdf -------------------------------------------------------------------------------- /man/tmac.an: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/tmac.an -------------------------------------------------------------------------------- /man/whatis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/whatis -------------------------------------------------------------------------------- /man/whatis.awk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/man/whatis.awk -------------------------------------------------------------------------------- /modulefiles/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/modulefiles/README -------------------------------------------------------------------------------- /modulefiles/nemo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/modulefiles/nemo -------------------------------------------------------------------------------- /nemo-config.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/nemo-config.in -------------------------------------------------------------------------------- /nemo.pl.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/nemo.pl.in -------------------------------------------------------------------------------- /nemo_build.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/nemo_build.sh -------------------------------------------------------------------------------- /nemo_start.csh.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/nemo_start.csh.in -------------------------------------------------------------------------------- /nemo_start.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/nemo_start.in -------------------------------------------------------------------------------- /nemo_start.py.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/nemo_start.py.in -------------------------------------------------------------------------------- /nemo_start.sh.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/nemo_start.sh.in -------------------------------------------------------------------------------- /nemopy/__init__.py: -------------------------------------------------------------------------------- 1 | __version__ = '0.1' 2 | 3 | -------------------------------------------------------------------------------- /nemopy/getparam.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/nemopy/getparam.py -------------------------------------------------------------------------------- /scripts/csh/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/scripts/csh/README -------------------------------------------------------------------------------- /scripts/csh/bench1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/scripts/csh/bench1 -------------------------------------------------------------------------------- /scripts/csh/do3d: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/scripts/csh/do3d -------------------------------------------------------------------------------- /scripts/csh/dof: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/scripts/csh/dof -------------------------------------------------------------------------------- /scripts/csh/dogrid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/scripts/csh/dogrid -------------------------------------------------------------------------------- /scripts/csh/dosp16: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/scripts/csh/dosp16 -------------------------------------------------------------------------------- /scripts/csh/m16.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/scripts/csh/m16.sh -------------------------------------------------------------------------------- /scripts/csh/mkfig2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/scripts/csh/mkfig2 -------------------------------------------------------------------------------- /scripts/csh/mkfig3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/scripts/csh/mkfig3 -------------------------------------------------------------------------------- /scripts/notebooks/README: -------------------------------------------------------------------------------- 1 | Jupyter notebooks will go here 2 | -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/setup.py -------------------------------------------------------------------------------- /src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/Makefile -------------------------------------------------------------------------------- /src/image/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/image/Makefile -------------------------------------------------------------------------------- /src/nbody/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/nbody/Makefile -------------------------------------------------------------------------------- /src/orbit/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/orbit/Makefile -------------------------------------------------------------------------------- /src/scripts/DEBIAN/preinst: -------------------------------------------------------------------------------- 1 | #! /bin/bash 2 | # 3 | echo preinst 4 | -------------------------------------------------------------------------------- /src/scripts/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/README -------------------------------------------------------------------------------- /src/scripts/ads: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/ads -------------------------------------------------------------------------------- /src/scripts/bake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/bake -------------------------------------------------------------------------------- /src/scripts/clone: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/clone -------------------------------------------------------------------------------- /src/scripts/ctex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/ctex -------------------------------------------------------------------------------- /src/scripts/grawl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/grawl -------------------------------------------------------------------------------- /src/scripts/ldso: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/ldso -------------------------------------------------------------------------------- /src/scripts/lsbad: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/lsbad -------------------------------------------------------------------------------- /src/scripts/lssf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/lssf -------------------------------------------------------------------------------- /src/scripts/lut2c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/lut2c -------------------------------------------------------------------------------- /src/scripts/manso: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/manso -------------------------------------------------------------------------------- /src/scripts/mkman: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/mkman -------------------------------------------------------------------------------- /src/scripts/mknemo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/mknemo -------------------------------------------------------------------------------- /src/scripts/mkpdoc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/mkpdoc -------------------------------------------------------------------------------- /src/scripts/mktool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/mktool -------------------------------------------------------------------------------- /src/scripts/mycc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/mycc.c -------------------------------------------------------------------------------- /src/scripts/nds9: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/nds9 -------------------------------------------------------------------------------- /src/scripts/need: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/need -------------------------------------------------------------------------------- /src/scripts/nemo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/nemo -------------------------------------------------------------------------------- /src/scripts/newcmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/newcmp -------------------------------------------------------------------------------- /src/scripts/nm4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/nm4 -------------------------------------------------------------------------------- /src/scripts/nm5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/nm5 -------------------------------------------------------------------------------- /src/scripts/nmlist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/nmlist -------------------------------------------------------------------------------- /src/scripts/pedit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/pedit -------------------------------------------------------------------------------- /src/scripts/rmsf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/rmsf -------------------------------------------------------------------------------- /src/scripts/save: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/save -------------------------------------------------------------------------------- /src/scripts/shtool: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/shtool -------------------------------------------------------------------------------- /src/scripts/stones: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/stones -------------------------------------------------------------------------------- /src/scripts/tardot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/tardot -------------------------------------------------------------------------------- /src/scripts/tellme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/tellme -------------------------------------------------------------------------------- /src/scripts/usage1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/usage1 -------------------------------------------------------------------------------- /src/scripts/wgetc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/wgetc -------------------------------------------------------------------------------- /src/scripts/whoami.unicos: -------------------------------------------------------------------------------- 1 | #! /bin/csh 2 | who am i | awk '{print $1}' 3 | -------------------------------------------------------------------------------- /src/scripts/wsl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/scripts/wsl -------------------------------------------------------------------------------- /src/tools/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/tools/Makefile -------------------------------------------------------------------------------- /src/tools/movietool/VERSION: -------------------------------------------------------------------------------- 1 | This is movietool version 1.2 2 | -------------------------------------------------------------------------------- /src/tools/tr2latex/vaxcrtl.opt: -------------------------------------------------------------------------------- 1 | Sys$Library:VAXCRTL.EXE /Share 2 | -------------------------------------------------------------------------------- /src/tutor/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/tutor/README -------------------------------------------------------------------------------- /src/uNEMO/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/uNEMO/Makefile -------------------------------------------------------------------------------- /src/uNEMO/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/src/uNEMO/README -------------------------------------------------------------------------------- /text/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/Makefile -------------------------------------------------------------------------------- /text/Notes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/Notes -------------------------------------------------------------------------------- /text/PROBLEMS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/PROBLEMS -------------------------------------------------------------------------------- /text/README.local: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/README.local -------------------------------------------------------------------------------- /text/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/README.md -------------------------------------------------------------------------------- /text/README.obj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/README.obj -------------------------------------------------------------------------------- /text/README.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/README.old -------------------------------------------------------------------------------- /text/README.opt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/README.opt -------------------------------------------------------------------------------- /text/Sites: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/Sites -------------------------------------------------------------------------------- /text/bugs/Alliant: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/bugs/Alliant -------------------------------------------------------------------------------- /text/bugs/BUGLETS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/bugs/BUGLETS -------------------------------------------------------------------------------- /text/bugs/Illinois: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/bugs/Illinois -------------------------------------------------------------------------------- /text/bugs/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/bugs/README -------------------------------------------------------------------------------- /text/bugs/memo-1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/bugs/memo-1 -------------------------------------------------------------------------------- /text/bugs/new_bugs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/bugs/new_bugs -------------------------------------------------------------------------------- /text/bugs/problems: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/bugs/problems -------------------------------------------------------------------------------- /text/bugs/snapio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/bugs/snapio -------------------------------------------------------------------------------- /text/bugs/snapsort: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/bugs/snapsort -------------------------------------------------------------------------------- /text/bugs/snaptrim: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/bugs/snaptrim -------------------------------------------------------------------------------- /text/cfortran.doc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/cfortran.doc -------------------------------------------------------------------------------- /text/demo/dofit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/demo/dofit -------------------------------------------------------------------------------- /text/dist.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/dist.list -------------------------------------------------------------------------------- /text/faq.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/faq.tex -------------------------------------------------------------------------------- /text/fig-screen1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/fig-screen1 -------------------------------------------------------------------------------- /text/fig/i001.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/fig/i001.dat -------------------------------------------------------------------------------- /text/fig/system.ps: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/fig/system.ps -------------------------------------------------------------------------------- /text/ftb/ftb.hlp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/ftb/ftb.hlp -------------------------------------------------------------------------------- /text/manuals/encounter1.ps: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /text/manuals/plummer.ps: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /text/mkmanual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/mkmanual -------------------------------------------------------------------------------- /text/mktst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/mktst -------------------------------------------------------------------------------- /text/nbody2.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/nbody2.tex -------------------------------------------------------------------------------- /text/nemo2020.maxtano: -------------------------------------------------------------------------------- 1 | Max Tano NEMO 2020 -------------------------------------------------------------------------------- /text/nemo2024.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/nemo2024.txt -------------------------------------------------------------------------------- /text/nemo2025.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/nemo2025.txt -------------------------------------------------------------------------------- /text/pipes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/pipes -------------------------------------------------------------------------------- /text/plotting25.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/plotting25.md -------------------------------------------------------------------------------- /text/random: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/random -------------------------------------------------------------------------------- /text/summary.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/summary.tex -------------------------------------------------------------------------------- /text/tableV2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/text/tableV2.txt -------------------------------------------------------------------------------- /usr/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/usr/Makefile -------------------------------------------------------------------------------- /usr/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/usr/README -------------------------------------------------------------------------------- /usr/agama/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/usr/agama/Makefile -------------------------------------------------------------------------------- /usr/agama/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/usr/agama/README -------------------------------------------------------------------------------- /usr/agama/pot1.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/usr/agama/pot1.ini -------------------------------------------------------------------------------- /usr/agama/pot2.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/usr/agama/pot2.ini -------------------------------------------------------------------------------- /usr/amuse/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/usr/amuse/Makefile -------------------------------------------------------------------------------- /usr/jcl/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/usr/jcl/README -------------------------------------------------------------------------------- /usr/kawai/nbody/bhtree.c: -------------------------------------------------------------------------------- 1 | // dummy file to trigger mknemo 2 | -------------------------------------------------------------------------------- /usr/lib/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/usr/lib/README -------------------------------------------------------------------------------- /usr/vogl/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/usr/vogl/README -------------------------------------------------------------------------------- /usr/vogl/vtopc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/usr/vogl/vtopc -------------------------------------------------------------------------------- /zinstall.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/teuben/nemo/HEAD/zinstall.sh --------------------------------------------------------------------------------