skyVersion 0
stripe                 82               # stripe number
startMu           1251287               # starting great circle longitude
					# of the chunk (inclusive,
					# integer arcsecs)
endMu             1252416               # ending great circle longitude
					# of the chunk (exclusive,
					# integer arcsecs)


# List of all segments of Frames Pipeline Runs in the chunk
typedef struct {
    int       run;            # Imaging run number.
    int       camCol;         # Camera column (1-6).
    int       rerun;          # Identifying rerun number.
    int       stripeNumber;   # Identifying stripe number
    char      strip[2];       # Identifying strip N or S
    int       startMu;        # Starting great circle longitude of the
			      # segment (inclusive, integer arcsecs).
    int       endMu;          # Ending great circle longitude of the
			      # segment (inclusive, integer arcsecs).
    int       field0;         # First field in the segment.
    int       nFields;        # Number of fields in the segment.
    char      status[20];     # primary, secondary, or bad
} TSSEG;

TSSEG 2662 1 40 82 N 1251287 1252416 200 2 primary
