Differences between revisions 1 and 8 (spanning 7 versions)
Revision 1 as of 2016-01-21 12:08:17
Size: 490
Editor: JohnWeirich
Comment:
Revision 8 as of 2016-01-27 11:52:48
Size: 1275
Editor: tcampb
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Line 5: Line 6:
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
}}}


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 the current list of landmark. The document consists of the landmark name and the number of matching images within [[LIMBLIST1.TXT]].
Line 9: Line 27:
 List of landmarks that had images that matches the images in the LIMBLIST1.TXT and the number of images that were matched/  List of landmarks that had images that match the images in LIMBLIST1.TXT and the number of images that were matched.

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 the current list of landmark. 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.

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