There are 2 TLE sample data in this directory, 88888U.tle and 11801U.tle.
You can use these sample data to check and/or evaluate tazel.

    -> 88888U.tle is a sample data for SGP4 model.
    -> 11801U.tle is a sample data for SDP4 model. ( Deep Space )

These sample data are identical to those described in
"SpaceTrack Report No.3" ( 13 Sample Test Cases ), except that some blank
records are all filled with zero (0) and checksum characters are filled with
correct value.

Expected output value caluculated by TAZEL using 88888U.tle & 11801U.tle
are saved in "refs-88888U.out" & "refs-11801U.out" respectively.
You can check & compare them by issuing next command.

	% make test

Or you can check them manually.  In this case, see the next tips.
Have fun!

(1) 88888U.tle tips

	Use 1980-10-01 23:41:24 [UTC] for TSINCE=   0 (min).
	Use 1980-10-02 05:41:24 [UTC] for TSINCE= 360 (min).
	Use 1980-10-02 11:41:24 [UTC] for TSINCE= 720 (min).
	Use 1980-10-02 17:41:24 [UTC] for TSINCE=1080 (min).
	Use 1980-10-02 23:41:24 [UTC] for TSINCE=1440 (min).

	Command example:
		% tazel 88888U.tle 1980-10-01 23:41:24
		% tazel 88888U.tle 1980-10-02 05:41:24
		% tazel 88888U.tle 1980-10-02 11:41:24
		% tazel 88888U.tle 1980-10-02 17:41:24
		% tazel 88888U.tle 1980-10-02 23:41:24

(2) 11801U.tle tips

	Use 1980-08-17 07:06:40 [UTC] for TSINCE=   0 (min).
	Use 1980-08-17 13:06:40 [UTC] for TSINCE= 360 (min).
	Use 1980-08-17 19:06:40 [UTC] for TSINCE= 720 (min).
	Use 1980-08-18 01:06:40 [UTC] for TSINCE=1080 (min).
	Use 1980-08-18 07:06:40 [UTC] for TSINCE=1440 (min).

	Command example:
		% tazel 11801U.tle 1980-08-17 07:06:40
		% tazel 11801U.tle 1980-08-17 13:06:40
		% tazel 11801U.tle 1980-08-17 19:06:40
		% tazel 11801U.tle 1980-08-18 01:06:40
		% tazel 11801U.tle 1980-08-18 07:06:40
