Home
last modified time | relevance | path

Searched refs:rastep (Results 1 – 25 of 29) sorted by relevance

12

/dports/graphics/raster3d/Raster3D_3.0-7/
H A DMakefile.win3247 PROGS = balls normal3d rastep rods ribbon render avs2ps rings3d
105 rastep: rastep.f.bak rastep.f quadric.o suv.o
106 $(FC) $(FFLAGS) rastep.f quadric.o suv.o -o rastep
108 rastep.f.bak:
109 mv rastep.f rastep.f.bak
110 grep -v CARRIAGECONTROL rastep.f.bak > rastep.f
H A DCHANGELOG56 rastep.f: Calculate CCuij for C-N bonds
72 3-May-2006 rastep.f: gfortran requires initialization to zero!
81 15-Dec-2005 rastep.f: declare DEFCOLS as integer
106 3-Jul-2002 Prevent coord overflow in rastep output
123 2-Feb-2002 rework S(u,v) code in rastep -> 30x speed increase!
164 17-Jan-2001 Change output format 211 for bonds in rastep.f
171 2-Oct-2000 Added Suv() code to rastep
213 12-Jul-99 rastep 2.4l fixes bug in reporting mean B_iso
214 28-Jun-99 modify rastep to color by anisotropy,
216 14-Jun-99 fix bug (lack of sqrt) in rastep -iso processing
[all …]
H A Draster3d-3.0.spec81 %{_bindir}/rastep
94 %{_mandir}/manl/rastep.l
163 - rastep was suffering from gfortran + uninitialized arrays
167 - rastep logical test of noerr fails in g77
172 - Add -background option to render; check for Uii=0 in rastep
H A Draster3d-static-3.0.spec82 %{_bindir}/rastep
95 %{_mandir}/manl/rastep.l
164 - rastep was suffering from gfortran + uninitialized arrays
168 - rastep logical test of noerr fails in g77
173 - Add -background option to render; check for Uii=0 in rastep
H A DMakefile15 PROGS = avs2ps balls rastep render ribbon rings3d rods normal3d
216 rastep: rastep.f quadric.o suv.o target
218 rastep.f quadric.o suv.o $(LDFLAGS) \
219 -o rastep
H A DBUGS5 rastep with -O3. Use -O2 instead, up update your compiler.
H A DREADME32 + new code in rastep to support Skittles validation (introduced in 2.9)
/dports/graphics/raster3d/Raster3D_3.0-7/examples/
H A Dexample9.script15 rastep < sugarG.pdb | render | display -resize 50%x50% -geometry +350+0 -title "50%…
18 rastep -fancy2 -prob 30< sugarG.pdb | render | display -resize 50%x50% -geometry +700+0 -title "fan…
21 rastep -fancy3 < sugarG.pdb | render | display -resize 50%x50% -geometry +0+350 -title "fan…
24 rastep -Bcolor 6. 26. < sugarG.pdb | render | display -resize 50%x50% -geometry +350+350 -title "co…
27 rastep -fancy6 -Bcolor 6. 26. < sugarG.pdb | render | display -resize 50%x50% -geometry +700+350 -t…
H A DMakefile68 example9.png: ../rods ../rastep
71 ../rastep < sugarG.pdb | render | convert -resize 50%x50% png:- example9b.png
72 ../rastep -fancy2 -prob 30 < sugarG.pdb | render | convert -resize 50%x50% png:- example9c.png
73 ../rastep -fancy3 < sugarG.pdb | render | convert -resize 50%x50% png:- example9d.png
74 ../rastep -Bcolor 6. 26. < sugarG.pdb | render | convert -resize 50%x50% png:- example9e.png
75 …../rastep -fancy6 -Bcolor 6. 26. < sugarG.pdb | render | convert -resize 50%x50% png:- example9f.p…
H A DREADME.examples121 (rastep) to display isosurfaces corresponding to anisotropic
/dports/astro/astrometry/astrometry.net-0.85/plot/
H A Dplotgrid.c365 if (args->rastep > 0) { in plot_grid_plot()
366 for (ra = args->rastep * floor(ramin / args->rastep); in plot_grid_plot()
367 ra <= args->rastep * ceil(ramax / args->rastep); in plot_grid_plot()
368 ra += args->rastep) { in plot_grid_plot()
396 args->rastep = atof(cmdargs); in plot_grid_command()
405 args->rastep = args->decstep = atof(cmdargs); in plot_grid_command()
H A Dplotstuff.py114 def line_constant_dec2(self, dec, ralo, rahi, rastep): argument
115 return plotstuff_line_constant_dec2(self.pargs, dec, ralo, rahi, rastep)
197 def plot_grid(self, rastep, decstep, ralabelstep=None, declabelstep=None): argument
201 grid.rastep = rastep
H A Dplotindex.py40 grid.rastep = grid.decstep = 1
44 grid.rastep = grid.decstep = 0
H A Dplot-constellations.c506 double rastep = gridspacing / 60.0; in main() local
517 ramin, ramax, rastep, decmin, decmax, decstep); in main()
529 for (ra = rastep * floor(ramin / rastep); ra <= ramax; ra += rastep) { in main()
H A Dplotstuff.c180 double rastep; in plotstuff_line_constant_dec() local
185 rastep = arcsec2deg(anwcs_pixel_scale(pargs->wcs) * pargs->linestep); in plotstuff_line_constant_dec()
187 rastep /= MAX(0.1, f); in plotstuff_line_constant_dec()
191 for (ra=ra1; (s*ra)<=(s*ra2); ra+=(rastep*s)) { in plotstuff_line_constant_dec()
211 …otstuff_line_constant_dec2(plot_args_t* pargs, double dec, double ra1, double ra2, double rastep) { in plotstuff_line_constant_dec2() argument
230 ranext = ra + rastep; in plotstuff_line_constant_dec2()
H A Dplotstuff_c.py679 rastep = property(_plotstuff_c.plotgrid_args_rastep_get, _plotstuff_c.plotgrid_args_rastep_set) variable in plotgrid_args
/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dusnob_get_region.py51 rastep = 14./60./cos(deg2rad(dec)) variable
52 RA = arange(opt.ralo , opt.rahi +rastep , rastep)
H A Dhealpix-diagram.py94 rastep = 0.5
122 for ra in arange(ralo,rahi,rastep):
/dports/graphics/raster3d/Raster3D_3.0-7/doc/
H A Drastep.l7 rastep - (Raster3D Thermal Ellipsoid Program)
39 rastep < infile.pdb | render -png picture.png
44 rastep -h -Bcolor 10. 30. < infile.pdb > ellipsoids.r3d
86 Force isotropic probability surfaces (spheres). By default rastep will look
111 By default, rastep draws bonds with radius 0.10A between neighboring atoms
/dports/graphics/raster3d/Raster3D_3.0-7/examples/msms/
H A Dmsms_example.script17 rastep -auto -rad 0.20 -prob 0.10 < protein.pdb > protein.r3d
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/include/astrometry/
H A Dplotgrid.h13 double rastep; member
/dports/astro/astrometry/astrometry.net-0.85/include/astrometry/
H A Dplotgrid.h13 double rastep; member
/dports/graphics/raster3d/Raster3D_3.0-7/html/
H A DREADME6 balls.html r3d_examples.html rastep.html stereo3d.html
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/l10n_hr/data/
H A Daccount.account.template.csv780 …_account_type_current_liabilities",,"Obračunani kalo, rastep, kvar i lom","Obračunani kalo, rastep
1221 …eni manjkovi - kalo, rastep, kvar i lom na zalihama prema odlukama HGK, HOK ili internim aktima","…
1222 …V, prema HGK,(čl.7.,st.5.ZoPD)","Prekomjerni manjkovi na zalihama (kalo, rastep, kvar i lom) iznad…
1333 …nji (sa skupina 60, 62, 63 i 64)","Dopušteni manjkovi - tehnološki kalo, rastep, kvar i lom i škar…
1334 …3i64 -HSFI t10.21. i MRS2,t14)","Prekomjerni manjkovi - tehnološki kalo, rastep, kvar, lom i škart…
1348 …ccount_type_expenses",,"Kalo, rastep, kvar i lom u dopuštenoj visini prema Pravilniku HGK - porezn…
1351 …ount_type_expenses",,"Prekomjerni kalo, rastep, kvar i lom + PDV - porezno nepriznati","Prekomjern…
/dports/science/py-pymol/pymol-open-source-2.4.0/
H A DChangeLog2624 * added support for simple raster3d ellipsoids (rastep compat.)

12