Post brot processing steps

With so many files, both rotated and unrotated in the same directory, it can get a bit messy. The following steps are recommended.

  1. Make a new directory for the rotated data. For example,
    minipage5.54inmkdir brot
  2. Move the rotated data to the new directory
    minipage5.54inmv brot*.seg brot
  3. Clean up the current directory:
       a). remove the list files
    minipage5.54inrm -f brot*.lst
       b). gzip the unrotated data to save space
    minipage5.54ingzip *.seg
  4. Change to the “brot” directory, since the next steps are executed on the rotated data.