Differences between revisions 1 and 18 (spanning 17 versions)
Revision 1 as of 2014-02-10 16:15:59
Size: 259
Editor: EricPalmer
Comment:
Revision 18 as of 2018-05-05 21:23:28
Size: 845
Editor: BMittan
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= make_pictlistX e = = make_pictlistX =
Line 3: Line 3:
make_pictlistX creates the file ["PICTLISTX.TXT"] that is used by several programs. It has several values precomputed. ||Category ?||Version 3.0||

== Description ==
The executable '''make_pictlistX''' creates the file [[PICTLISTX.TXT]]. This routine is useful because it extracts necessary information from all the sumfiles so that potentially thousands of files do not have to be opened in order to determine whether a maplet is visible in an image by the lithos program. In other words, [[lithos]] will use the images listed in [[PICTLISTX.TXT]] before [[PICTLIST.TXT]] if [[PICTLISTX.TXT]] is present in the working directory. [[PICTLISTX.TXT]] will be loaded faster in [[lithos]] than PICTLIST.TXT because PICTLISTX.TXT lists the pictures that have precomputed data, which [[lithos]] uses.
Line 6: Line 9:
=== Input - files === == Input Files ==
Line 8: Line 11:
["PICTLIST.TXT"]  * [[PICTLIST.TXT]]
Line 10: Line 13:
{{{  {{{
Line 14: Line 17:
=== Output ===
["PICTLISTX.TXT"]
== Output ==
 * [[PICTLISTX.TXT]]
----------
Compiled by KD

make_pictlistX

Category ?

Version 3.0

Description

The executable make_pictlistX creates the file PICTLISTX.TXT. This routine is useful because it extracts necessary information from all the sumfiles so that potentially thousands of files do not have to be opened in order to determine whether a maplet is visible in an image by the lithos program. In other words, lithos will use the images listed in PICTLISTX.TXT before PICTLIST.TXT if PICTLISTX.TXT is present in the working directory. PICTLISTX.TXT will be loaded faster in lithos than PICTLIST.TXT because PICTLISTX.TXT lists the pictures that have precomputed data, which lithos uses.

Input Files

Output


Compiled by KD

make_pictlistX (last edited 2018-05-05 21:23:28 by BMittan)