blob: 8e15e68f0e732919074e02670f9f1fdc709e3e3f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
##############################################################################
# #
# This file is a temporary file containing the entire list of images from #
# which the final list of image sets wil be formed. The image name #
# appears in column 1. The image filter id appears in column 2. Additional #
# fields, if defined, appear in succeeding columns. #
# #
# At the this point the user must edit the temporary image list to 1) #
# remove unwanted images from the list 2) correct bad filter id values #
# 3) correct other bad field values, for example incorrect airmass or #
# exposure time values if defined 4) reorder the image names so that the #
# images in an observation set are adjacent to each other in the temporary #
# image list 4) enter an image name of "INDEF" and the correct filter id #
# for any missing images. #
# #
# It is not necessary to remove images which have filter ids which are #
# not in the filter id set as these will be removed by the grouping #
# process. #
# #
# Example: #
# #
# Before editing After editing #
# #
# image2 B STD1 image1 U STD1 #
# image3 V STD1 image2 B STD1 #
# image5 B STD2 image3 V STD1 #
# image6 V STD2 INDEF U STD2 #
# image7 V STD3 image5 B STD2 #
# image8 B STD3 image6 V STD2 #
# image9 U STD3 image7 U STD3 #
# image1 U STD1 image8 B STD3 #
# image9 V STD3 #
# #
##############################################################################
|