#!/bin/sh
time csg_farm -all insect.photo.csg  2000 1333		> insect.log 2>&1
compress insect.photo.RAW
time csg_farm -all thing.photo.csg  2000 1333		> thing.log 2>&1
compress thing.photo.RAW
time csg_farm -all glass+pencil.photo.csg  2000 1333	> glass+pencil.log 2>&1
compress glass+pencil.photo.RAW
time csg_farm -all antburger.photo.csg  2000 1333	> antburger.log 2>&1
compress antburger.photo.RAW
time csg_farm -all herd.photo.csg  2000 1333		> herd.log 2>&1
compress herd.photo.RAW
