Size: 1354
Comment:
|
Size: 1275
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
MAKE SURE THIS IS LINKED SOMEWHERE IN THE USER MANUAL! |
|
Line 25: | Line 23: |
This routine will read the image names from the [[LIMBLIST1.TXT]] file and document any matches of those image names with the images names or PICTURES in the current list of landmark. The document consists of the landmark name and the number of matching images with the [[LIMBLIST1.TXT]]. | 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 29: | 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.