Differences between revisions 9 and 10
Revision 9 as of 2016-02-08 11:38:57
Size: 1259
Editor: JohnWeirich
Comment:
Revision 10 as of 2016-02-08 11:46:34
Size: 1529
Editor: JohnWeirich
Comment:
Deletions are marked like this. Additions are marked like this.
Line 28: Line 28:

== LIST.TXT Example ==
{{{
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
}}}

make_list

[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

This routine will read the image names from the LIMBLIST1.TXT file and document any matches of those image names with the image names in LMRKLIST.TXT. The document consists of the landmark name and the number of matching images within LIMBLIST1.TXT.

Output file is LIST.TXT

  • List of landmarks that had images that match the images in LIMBLIST1.TXT and the number of images that were matched.

LIST.TXT Example

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

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