Home
last modified time | relevance | path

Searched refs:atlas_file (Results 1 – 10 of 10) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/scripts_install/
H A D@MakeLabelTable427 if ( -f ${atlas_file} ) then
432 -f ${atlas_file}`
443 cp -p ${atlas_file} ${atlas_file}.delete
450 -f ${atlas_file}.delete > ${atlas_file}
453 mv ${atlas_file}.delete ${atlas_file}
456 \rm -f ${atlas_file}.delete
459 printf '<ATLAS\n' >> ${atlas_file}
467 >> ${atlas_file}
468 printf '></ATLAS>\n' >> ${atlas_file}
608 if ("$argv[$cnt]" == "-atlas_file") then
[all …]
H A D@Atlasize78 -atlas_file $atlas_file $aname \
87 -atlas_file $atlas_file $aname \
111 set atlas_file = ''
356 if ("$atlas_file" == '') then
358 set atlas_file = 'SessionAtlases.niml'
378 set atlas_file = "$atlas_dir/CustomAtlases.niml"
/dports/games/py-fife/fifengine-0.4.2/engine/python/fife/extensions/serializers/
H A Dxmlanimation.py64 atlas_file = '/'.join(path)
65 if imgMgr.exists(atlas_file):
66 atlas_img = imgMgr.get(str(atlas_file))
68 atlas_img = imgMgr.create(str(atlas_file))
/dports/games/freedroidrpg/freedroidrpg-0.16.1/tools/atlas/
H A Dmake_atlas.c51 FILE *atlas_file; variable
89 if (!atlas_file) { in init_output()
90 atlas_file = fopen(output_path, "w"); in init_output()
104 fprintf(atlas_file, "* %s size %d %d\n", path, atlas_width, atlas_height); in init_output()
147 fprintf(atlas_file, "%s %d %d %d %d off %d %d\n", i->f, x, y, i->s->w, i->s->h, i->xoff, i->yoff); in place_image_at()
/dports/science/py-dipy/dipy-1.4.1/doc/examples/
H A Dbundle_extraction.py33 atlas_file, atlas_folder = fetch_bundle_atlas_hcp842() variable
35 atlas_file, all_bundles_files = get_bundle_atlas_hcp842() variable
38 sft_atlas = load_trk(atlas_file, "same", bbox_valid_check=False)
40 atlas_header = create_tractogram_header(atlas_file,
H A Dbundle_assignment_maps.py25 atlas_file, atlas_folder = fetch_bundle_atlas_hcp842() variable
/dports/science/py-nilearn/nilearn-0.8.1/nilearn/datasets/
H A Datlas.py484 atlas_file = os.path.join(root, atlas_source,
489 [(atlas_file, url, opts),
1424 atlas_file, labels_file = _get_talairach_all_levels(data_dir, verbose)
1425 atlas_img = check_niimg(atlas_file)
1487 atlas_file, labels = _fetch_files(data_dir, files)
1493 return Bunch(maps=atlas_file,
1589 labels_file, atlas_file = _fetch_files(data_dir, files, resume=resume,
1595 return Bunch(maps=atlas_file,
/dports/science/afni/afni-AFNI_21.3.16/src/
H A Dthd_atlas.c19 static void niml_to_atlas_list(ATLAS_POINT_LIST *atp, char *atlas_file);
2949 atlas_list_to_niml(ATLAS_POINT_LIST *atp, char *atlas_file) in atlas_list_to_niml() argument
2963 INFO_message("opening %s", atlas_file); in atlas_list_to_niml()
2964 if (atlas_file == NULL) { in atlas_list_to_niml()
2967 sprintf(filestr, "file:%s", atlas_file); in atlas_list_to_niml()
3133 niml_to_atlas_list(ATLAS_POINT_LIST *atp, char *atlas_file) in niml_to_atlas_list() argument
3149 INFO_message("opening atlas niml file %s",atlas_file); in niml_to_atlas_list()
3150 sprintf(filestr, "file:%s", atlas_file); in niml_to_atlas_list()
H A Dthd_atlas.h161 void atlas_list_to_niml(ATLAS_POINT_LIST *atp, char *atlas_file);
/dports/games/freedroidrpg/freedroidrpg-0.16.1/
H A DChangeLog9792 implement explode atlas tool. Usage: explode_atlas <atlas_file>