blob: 52cf7ff252e346b4ab5a5e5cc108ddb16eef2e39 (
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
|
##############################################################################
# #
# This file is a temporary file containing the named image sets produced #
# by MKIMSETS, preceded by any errors or warnings produced by the image #
# grouping algorithm. The image set name appears in column 1 followed by #
# a space, colon, space and the individual member image names in filter #
# order, as specified by the idfilters parameter. #
# #
# At this point the user may edit the temporary image set file to 1) #
# correct any erroneous image set names, keeping in mind that image set #
# names for single standard star observations should match those in the #
# standard star catalog, 2) remove unwanted image sets from the image set #
# file, 3) correct any image sets where the grouping process did not #
# function correctly. It is not necessary to remove the warning and error #
# messages if present. They will be automatically deleted before the final #
# image set file is written. #
# #
# Example: #
# #
# Before editing After editing #
# #
# <Warning> Set 3 image im8 filter b is not a member of filter set U B V #
# #
# std1 : im1 im2 im3 std1 : im1 im2 im3 #
# std22 : im4 im5 im6 std2 : im4 im5 im6 #
# std3 : im7 INDEF im9 std3 : im7 im8 im9 #
# m92 : im10 im11 im12 #
# #
##############################################################################
|