Differences between revisions 1 and 15 (spanning 14 versions)
Revision 1 as of 2016-01-21 12:08:17
Size: 490
Editor: JohnWeirich
Comment:
Revision 15 as of 2016-02-15 11:56:30
Size: 1852
Editor: BMittan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

== Description ==

This program reads the image names from the [[LIMBLIST1.TXT]] file and documents any matches of those image names with the image names in [[LMRKLIST.TXT]]. The output consists of the landmark name and the number of matching images within [[LIMBLIST1.TXT]].

=== Required Files ===

 * [[LIMBLIST1.TXT]] - (./) fill in here
 * [[LMRKLIST.TXT]] - List of landmarks.

=== Output Files ===

 * LIST.TXT - (./) fill in here

----------

== Using make_list ==

 (./) Is there just a command line entry that invokes this? Do we need something here???

Here is a sample ''LIST.TXT'' file for a [[LIMBLIST1.TXT]] file that had 4 pictures:

{{{
BH0001 2
BK0001 1
CF0001 3
CG0001 3
CG0002 4
CG0003 3
CH0001 4
CH0002 4
CH0003 4
CI0001 3
CI0002 4
CI0003 1
CI0004 3
}}}

== Additional Reference ==
Line 5: Line 44:
This routine will read the image names from the [[LIMBLIST1.TXT]] file and document any matches of those images names with the images names or PICTURES in the current list of landmark. The documentation consists of the landmark name and the number of matching images with the [[LIMBLIST1.TXT]]. {{{
Filename I/O Description
---------------------------- --- -------------------------------
LIMBLIST1.TXT I List of images to be match w/
                                   images in landmark files
LMRKLIST.TXT I List of current landmarks
<LMRKNM>.LMK I Landmark files whose PICTURES
                                   entries will be matched w/
                                   images in LIMBLIST1.TXT
LIST.TXT O List of landmarks that had
                                   images that matches the images
                                   in the LIMBLIST1.TXT and the
                                   number of images that were
                                   matched
}}}
Line 7: Line 60:
Output file is LIST.TXT ----------
Line 9: Line 62:
 List of landmarks that had images that matches the images in the LIMBLIST1.TXT and the number of images that were matched/ ''(Compiled by JW)''

CategoryPrograms

make_list

Description

This program reads the image names from the LIMBLIST1.TXT file and documents any matches of those image names with the image names in LMRKLIST.TXT. The output consists of the landmark name and the number of matching images within LIMBLIST1.TXT.

Required Files

Output Files

  • LIST.TXT - (./) fill in here


Using make_list

  • (./) Is there just a command line entry that invokes this? Do we need something here???

Here is a sample LIST.TXT file for a LIMBLIST1.TXT file that had 4 pictures:

BH0001         2
BK0001         1
CF0001         3
CG0001         3
CG0002         4
CG0003         3
CH0001         4
CH0002         4
CH0003         4
CI0001         3
CI0002         4
CI0003         1
CI0004         3

Additional Reference

[From make_list.f]

Filename                      I/O  Description
----------------------------  ---  -------------------------------
LIMBLIST1.TXT                  I   List of images to be match w/
                                   images in landmark files
LMRKLIST.TXT                   I   List of current landmarks
<LMRKNM>.LMK                   I   Landmark files whose PICTURES
                                   entries will be matched w/
                                   images in LIMBLIST1.TXT
LIST.TXT                       O   List of landmarks that had
                                   images that matches the images
                                   in the LIMBLIST1.TXT and the
                                   number of images that were
                                   matched


(Compiled by JW)

CategoryPrograms

make_list (last edited 2016-07-26 09:30:15 by BMittan)