Home
last modified time | relevance | path

Searched refs:outputname (Results 1 – 25 of 2995) sorted by relevance

12345678910>>...120

/dports/graphics/py-rasterio/rasterio-1.2.10/tests/
H A Dtest_rio_warp.py121 assert os.path.exists(outputname)
139 assert os.path.exists(outputname)
156 assert os.path.exists(outputname)
173 assert os.path.exists(outputname)
192 assert os.path.exists(outputname)
208 assert os.path.exists(outputname)
224 assert os.path.exists(outputname)
242 assert os.path.exists(outputname)
262 assert os.path.exists(outputname)
274 assert os.path.exists(outputname)
[all …]
H A Dtest_rio_convert.py11 outputname = str(tmpdir.join("test.tif"))
17 with rasterio.open(outputname) as src:
22 outputname = str(tmpdir.join('test.jpg'))
27 with rasterio.open(outputname) as src:
32 outputname = str(tmpdir.join('test.jpg'))
37 with rasterio.open(outputname) as src:
54 with rasterio.open(outputname) as src:
64 with rasterio.open(outputname) as src:
74 with rasterio.open(outputname) as src:
91 with rasterio.open(outputname) as src:
[all …]
H A Dtest_rio_stack.py6 outputname = str(tmpdir.join('stacked.tif'))
10 with rasterio.open(outputname) as out:
16 outputname = str(tmpdir.join('stacked.tif'))
21 with rasterio.open(outputname) as out:
26 outputname = str(tmpdir.join('stacked.tif'))
32 outputname])
34 with rasterio.open(outputname) as out:
39 outputname = str(tmpdir.join('stacked.tif'))
45 '--rgb', outputname])
47 with rasterio.open(outputname) as out:
[all …]
H A Dtest_rio_merge.py117 assert os.path.exists(outputname)
119 with rasterio.open(outputname) as out:
133 assert os.path.exists(outputname)
163 assert os.path.exists(outputname)
178 assert os.path.exists(outputname)
195 assert os.path.exists(outputname)
231 assert os.path.exists(outputname)
269 assert os.path.exists(outputname)
352 assert os.path.exists(outputname)
605 assert os.path.exists(outputname)
[all …]
/dports/science/plumed/plumed2-2.7.2/src/drr/
H A Ddrrtool.cpp162 string outputname(filename[j]); in extractdrr() local
163 outputname = outputname.substr(0, outputname.length() - suffix.length()); in extractdrr()
166 abfgrid.writeAll(outputname); in extractdrr()
169 czarestimator.writeAll(outputname); in extractdrr()
207 if (outputname.empty()) { in mergewindows()
214 outputname = outputname.substr(0, outputname.size() - 1); in mergewindows()
219 cmerged.writeAll(outputname); in mergewindows()
220 cmerged.writeZCount(outputname); in mergewindows()
221 amerged.writeAll(outputname); in mergewindows()
255 string outputname(filename[j]); in calcDivergence() local
[all …]
/dports/science/siconos/siconos-4.4.0/docs/gendoctools/
H A Dcpp2rst.py113 outputname = Path(sphinx_directory, 'autodoc_all.rst')
117 autodoc_collect(outputname, class_and_struct_files,
120 outputname = Path(sphinx_directory, 'autodoc_files.rst')
171 outputname = kind + headername.stem
172 outputname = Path(sphinx_directory, outputname + '.rst')
192 outputname = Path(sphinx_directory, outputname + '.rst')
201 with open(outputname, 'wt') as out:
228 outputname = Path(sphinx_directory, outputname + '.rst')
247 with open(outputname, 'wt') as out:
271 with open(outputname, 'wt') as out:
[all …]
H A Dpython2rst.py313 outputname = name + '_' + kind + '.rst'
314 outputname = Path(sphinx_directory, outputname)
315 class_files.append(outputname)
319 outputname = Path(sphinx_directory,
321 pyfunc_files.append(outputname)
326 with open(outputname, 'a+') as out:
460 outputname = Path(sphinx_directory, 'autodoc_all.rst')
471 with open(outputname, 'wt') as out:
507 common.replace_latex(outputname, latex_dir)
530 with open(outputname, 'wt') as out:
[all …]
/dports/math/libmesh/libmesh-1.6.2/src/apps/
H A Dmeshplot.C65 std::string outputname(argv[argc-1]); in main()
66 if ((outputname.find(".xda") != std::string::npos) || in main()
67 (outputname.find(".xdr") != std::string::npos)) in main()
69 mesh.write("mesh-"+outputname); in main()
70 es.write("soln-"+outputname); in main()
73 NameBasedIO(mesh).write_equation_systems (outputname, es); in main()
76 libMesh::out << "Wrote output " << outputname << std::endl; in main()
/dports/graphics/swftools/swftools-0.9.2/src/
H A Dpdf2swf.c163 outputname = val; in args_callback_option()
498 if(outputname) in args_callback_command()
501 outputname, name); in args_callback_command()
504 outputname = name; in args_callback_command()
571 if(outputname) { in show_info()
672 if(!outputname) in main()
680 if(!outputname) in main()
729 int l = u-outputname+1; in main()
733 outputname = pattern; in main()
879 viewer, outputname, outputname); in main()
[all …]
H A Dpdf2pdf.c45 static char * outputname = 0; variable
54 outputname = val; in args_callback_option()
163 if(outputname) in args_callback_command()
166 outputname, name); in args_callback_command()
169 outputname = name; in args_callback_command()
200 if(!outputname) in main()
203 outputname = stripFilename(filename, ".print.pdf"); in main()
204 msg("<notice> Output filename not given. Writing to %s", outputname); in main()
207 if(!outputname) in main()
258 if(result->save(result, outputname) < 0) { in main()
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/sieve/
H A Dlas-output.cpp67 outputname = param_list_lookup_string(pl, "out"); in set()
68 if (outputname) { in set()
69 if (!(output = fopen_maybe_compressed(outputname, "w"))) { in set()
70 fprintf(stderr, "Could not open %s for writing\n", outputname); in set()
88 if (outputname) in release()
89 fclose_maybe_compressed(output, outputname); in release()
91 outputname = NULL; in release()
H A Ddupsup.cpp144 const char * outputname = param_list_lookup_string(pl, "out"); in main() local
159 if (outputname) { in main()
160 if (!(output = fopen_maybe_compressed(outputname, "w"))) { in main()
161 fprintf(stderr, "Could not open %s for writing\n", outputname); in main()
209 if (outputname) in main()
210 fclose_maybe_compressed(output, outputname); in main()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/examples/segmentation/
H A Dexample_lccp_segmentation.cpp171 std::string outputname; in main() local
213 pcl::console::parse (argc, argv, "-o", outputname); in main()
216 if (outputname.empty () || (outputname.at (0) == '-')) in main()
218 outputname = pcd_filename; in main()
219 std::size_t sep = outputname.find_last_of ('/'); in main()
221 outputname = outputname.substr (sep + 1, outputname.size () - sep - 1); in main()
223 std::size_t dot = outputname.find_last_of ('.'); in main()
225 outputname = outputname.substr (0, dot); in main()
334 …pcl::io::savePCDFile (outputname + "_out.pcd", output_concat_cloud2, Eigen::Vector4f::Zero (), Eig… in main()
337 pcl::io::savePCDFile (outputname + "_out.pcd", *lccp_labeled_cloud, save_binary_pcd); in main()
[all …]
H A Dexample_cpc_segmentation.cpp200 std::string outputname; in main() local
242 pcl::console::parse (argc, argv, "-o", outputname); in main()
245 if (outputname.empty () || (outputname.at (0) == '-')) in main()
247 outputname = pcd_filename; in main()
248 std::size_t sep = outputname.find_last_of ('/'); in main()
250 outputname = outputname.substr (sep + 1, outputname.size () - sep - 1); in main()
252 std::size_t dot = outputname.find_last_of ('.'); in main()
254 outputname = outputname.substr (0, dot); in main()
409 …pcl::io::savePCDFile (outputname + "_out.pcd", output_concat_cloud2, Eigen::Vector4f::Zero (), Eig… in main()
412 pcl::io::savePCDFile (outputname + "_out.pcd", *cpc_labeled_cloud, save_binary_pcd); in main()
[all …]
/dports/lang/fpc-utils/fpc-3.2.2/utils/sim_pasc/
H A Dsim.c33 static const char *outputname; /* for reporting */ variable
49 {'o', "write output to file F", 'F', &outputname},
79 if (outputname) { in main()
80 OutputFile = fopen(outputname, "w"); in main()
84 sprintf(msg, "cannot open output file %s", outputname); in main()
/dports/lang/fpc-source/fpc-3.2.2/utils/sim_pasc/
H A Dsim.c33 static const char *outputname; /* for reporting */ variable
49 {'o', "write output to file F", 'F', &outputname},
79 if (outputname) { in main()
80 OutputFile = fopen(outputname, "w"); in main()
84 sprintf(msg, "cannot open output file %s", outputname); in main()
/dports/emulators/teo/teo/tools/k7tools/
H A Dwav2k7.c40 char outputname[1024]; in main() local
88 strcpy(outputname,filename); in main()
89 strcpy(outputname+l,".k7\0"); in main()
92 printf("cr%sation de %s\n",eacute,outputname); in main()
94 printf("creation of %s\n",outputname); in main()
96 fw=fopen(outputname,"wb"); in main()
/dports/graphics/opencv/opencv-4.5.3/samples/cpp/
H A Dimagelist_creator.cpp32 string outputname = parser.get<string>("@output"); in main() local
34 if (outputname.empty()) in main()
40 Mat m = imread(outputname); //check if the output is an image - prevent overwrites! in main()
47 FileStorage fs(outputname, FileStorage::WRITE); in main()
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/tools/
H A Dspintab.py540 outputname=re.sub(" ","",coupling[n])+molecule+".eps"
545 outputname="tot"+outputname
548 outputname="fc"+outputname
551 outputname="pso"+outputname
553 outputname="dso"+outputname
556 outputname="sd"+outputname
558 outputfiles.append(outputname)
588 outputname=re.sub(" ","",coupling[n])+molecule+".eps"
592 outputname="ac"+outputname
593 outputfiles.append(outputname)
[all …]
/dports/devel/hwloc/hwloc-1.11.13/utils/hwloc/
H A Dhwloc-diff.c26 char *callname, *input1, *input2, *output, *outputname, *refname = NULL; in main() local
69 outputname = argv[0]; in main()
74 outputname = (char *) "stdout"; in main()
126 fprintf(stderr, "Found no difference, exporting empty topology diff to %s\n", outputname); in main()
128 fprintf(stderr, "Found %u differences, exporting to %s\n", i, outputname); in main()
131 fprintf(stderr, "Cannot export differences to %s\n", outputname); in main()
/dports/devel/hwloc2/hwloc-2.5.0/utils/hwloc/
H A Dhwloc-diff.c26 char *callname, *input1, *input2, *output, *outputname, *refname = NULL; in main() local
81 outputname = argv[0]; in main()
86 outputname = (char *) "stdout"; in main()
140 fprintf(stderr, "Found no difference, exporting empty topology diff to %s\n", outputname); in main()
142 fprintf(stderr, "Found %u differences, exporting to %s\n", i, outputname); in main()
145 fprintf(stderr, "Cannot export differences to %s\n", outputname); in main()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra2/libhydra/topo/hwloc/hwloc/utils/hwloc/
H A Dhwloc-diff.c25 char *callname, *input1, *input2, *output, *outputname, *refname = NULL; in main() local
75 outputname = argv[0]; in main()
80 outputname = (char *) "stdout"; in main()
134 fprintf(stderr, "Found no difference, exporting empty topology diff to %s\n", outputname); in main()
136 fprintf(stderr, "Found %u differences, exporting to %s\n", i, outputname); in main()
139 fprintf(stderr, "Cannot export differences to %s\n", outputname); in main()
/dports/net/mpich/mpich-3.4.3/modules/hwloc/utils/hwloc/
H A Dhwloc-diff.c25 char *callname, *input1, *input2, *output, *outputname, *refname = NULL; in main() local
75 outputname = argv[0]; in main()
80 outputname = (char *) "stdout"; in main()
134 fprintf(stderr, "Found no difference, exporting empty topology diff to %s\n", outputname); in main()
136 fprintf(stderr, "Found %u differences, exporting to %s\n", i, outputname); in main()
139 fprintf(stderr, "Cannot export differences to %s\n", outputname); in main()
/dports/net/mpich/mpich-3.4.3/src/pm/hydra/tools/topo/hwloc/hwloc/utils/hwloc/
H A Dhwloc-diff.c25 char *callname, *input1, *input2, *output, *outputname, *refname = NULL; in main() local
75 outputname = argv[0]; in main()
80 outputname = (char *) "stdout"; in main()
134 fprintf(stderr, "Found no difference, exporting empty topology diff to %s\n", outputname); in main()
136 fprintf(stderr, "Found %u differences, exporting to %s\n", i, outputname); in main()
139 fprintf(stderr, "Cannot export differences to %s\n", outputname); in main()
/dports/security/chntpw/chntpw-140201/
H A Dreged.c86 char *hivename, *prefix, *key, *outputname, *inputname; in main() local
122 outputname=argv[optind+3]; in main()
124 printf("hivename: %s, prefix: %s, key: %s, output: %s\n",hivename,prefix,key,outputname); in main()
127 … (!hivename || !*hivename || !prefix || !*prefix || !key || !*key || !outputname || !*outputname) { in main()
136 export_key(hive[no_hives], 0, key, outputname, prefix); in main()

12345678910>>...120