                                                                status 
Chapter 5 Map Information Operations

The header file is comprised of data about the map which is supplied by the
user.  In contrast, executing the status command will produce a summary of the
internal status flags maintained by the LTPlus system.  The command usage is as
follows:

status

    View the status of the active map.
     
         status [-p]

    View the status of the active map.  A -p option will route the informaiton
    to the default printer.
    ___________________________________________________________________________
    Options/arguments:

         -p        Route to printer
    ___________________________________________________________________________
    Example(s):

    To print the status of the active map, enter:

         status -p
    ___________________________________________________________________________
    The status command accesses a job_stats bin file, located under the
    directory /u[sr]/ltp/maps/(map_name), and displays the conditions listed
    below:

     
         Job_stats conditions
          
              0. file version number (for file undates) 
              1. maximum raster column number (lt col is 0) 
              2. maximum raster row number (bottom is 0) 
              3. Object file record # of first node 
              4. Object file record # of first island node 
              5. Object file record # of first segment 
              6. Object file record # of first island set. 
              7. Object file record # of first polygon 
              8. maximum serial number used
              9. format code for raster file:
                   0 = Bit Map format
                   1 = Run Length Encoded format
              10. number of records in the objects file 
              11. number of records in the coord_list file 
              12. number of records in the seg_list file 
              13. number of records in the attributes file 



              14. number of records in the errors file 
              15. number of records in the index_list file 
              16. number of records in the v_attributes file 
              17. number of records in the v_objects file 
              18. number of records in the v_coord_list file 
              19. record number of last entry in history file.
                   /* the following are 0/1 (no/yes) flags */
              20. type data has been imported.
              21. type data has been imported.
              22. type data has been imported.
              23. type data has been imported.
              24. type data has been imported.
              25. type data has been imported.
              26. type data has been imported.
              27. type data has been imported.
              28. type data has been imported.
              29. type data has been imported.
              30. type data has been imported.
              31. type data has been imported.
              32. type data has been imported.
              33. type data has been imported.
              34. type data has been imported.
              35. type data has been imported.
              36. type data has been imported.
              37. type data has been imported.
              38. type data has been imported.
              39. type data has been imported.
              40. raster data has been edited to some extent.
              41. thinning has been done since last edit 
              42. assembly has been done since last edit 
              43. a crt plot has been done since last assembly
              44. a paper plot has been done since last assembly
              45. a report has been done since last assembly
              46.
              47.
              48.
              49.
              50. type data has been exported.
              51. type data has been exported.
              52. type data has been exported.
              53. type data has been exported.
              54. type data has been exported.
              55. type data has been exported.
              56. type data has been exported.
              57. type data has been exported.
              58. type data has been exported.
              59. type data has been exported.



              60. type data has been exported.
              61. type data has been exported.
              62. type data has been exported.
              63. type data has been exported.
              64. type data has been exported.
              65. type data has been exported.
              66. type data has been exported.
              67. type data has been exported.
              68. type data has been exported.
              69. type data has been exported.
          
         Thus, status provides the user with a detailed report on the current
         map's operational condition.
    ___________________________________________________________________________
