BuildDatcol


Introduction

builddatcol is a program to create a view script which will create boxfiles from sets of images.

How it works

  1. You specify rmatfile(s), resolution limits, box dimensions...
  2. Creates datcol.vic datcolsetup.vic datcols01f.vic

Invocation

builddatcol
The sequence of scripts is:
datcol.vic
  datcols01f.vic
    datcolsetup.vic
  datcols02f.vic
    datcolsetup.vic

Tips and Tricks

  1. If you invoke buildatcol again, the contents of datcolsetup.vic will be used as defaults.
  2. You may create scandependent scripts. These scripts will be invoked at the appropriate time. The full sequence of scripts then becomes
    datcol.vic
      datcols01f.vic
        preref_s01f.vic
        postref_s01f.vic
        read s01f0001
        datcolsetup.vic
        datcols01fsetup.vic
      datcols02f.vic
        preref_s02f.vic
        postref_s02f.vic
        read s02f0001
        datcolsetup.vic
        datcols02fsetup.vic
    

    You may leave out these extra scripts. They are only invoked if they exist.

EVPY Suite Overview