#!/bin/csh
#
pstar nrow=200 ncol=200 \
  sky=800 photon \
  star=8000,80,80,3.0 \
  star=800,80,120,3.0 \
  star=80,120,120,3.0

exit 0;
