-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathunit_aavso.lfm
199 lines (199 loc) · 4.68 KB
/
unit_aavso.lfm
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
object form_aavso1: Tform_aavso1
Left = 177
Height = 398
Top = 113
Width = 1385
Caption = 'AAVSO report'
ClientHeight = 398
ClientWidth = 1385
OnClose = FormClose
OnResize = FormResize
OnShow = FormShow
LCLVersion = '2.0.12.0'
object obscode1: TEdit
Left = 16
Height = 23
Hint = 'The official AAVSO Observer Code for the observer which was previously assigned by the AAVSO.'
Top = 8
Width = 208
ParentShowHint = False
ShowHint = True
TabOrder = 0
end
object Label1: TLabel
Left = 243
Height = 15
Top = 8
Width = 53
Caption = 'OBSCODE'
ParentColor = False
end
object Label3: TLabel
Left = 243
Height = 15
Top = 152
Width = 88
Caption = 'Name check star'
ParentColor = False
end
object report_to_clipboard1: TButton
Left = 16
Height = 25
Hint = 'Copies the report to the clipboard. Paste it into a text editor, save it and upload it to the AAVSO WebObs.'
Top = 360
Width = 168
Caption = 'Report to clipboard'
OnClick = report_to_clipboard1Click
TabOrder = 1
end
object Filter1: TComboBox
Left = 16
Height = 23
Hint = 'The filter used for the observation.'
Top = 200
Width = 208
ItemHeight = 15
ItemIndex = 0
Items.Strings = (
'CV (unfiltered)'
'TG (green filter or green of OSC)'
'V (Johnson-V)'
)
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 2
Text = 'CV (unfiltered)'
end
object Label6: TLabel
Left = 242
Height = 15
Top = 200
Width = 54
Caption = 'Filter used'
ParentColor = False
end
object Label8: TLabel
Left = 243
Height = 15
Top = 56
Width = 76
Caption = 'Name variable'
ParentColor = False
end
object name_variable1: TEdit
Left = 16
Height = 23
Hint = ': The star''s identifier. It can be the AAVSO Designation, the AAVSO Name, or the AAVSO Unique Identifier, but NOT more than one of these. Limit: 30 characters.'
Top = 56
Width = 208
OnChange = name_variable1Change
ParentShowHint = False
ShowHint = True
TabOrder = 3
end
object Label2: TLabel
Left = 16
Height = 15
Top = 296
Width = 365
Caption = 'For 1 to 4 images the MERR will be calculated by 2/SNR else by StDev.'
ParentColor = False
end
object delimiter1: TComboBox
Left = 16
Height = 23
Hint = 'The delimiter used to separate fields in the report. Any will do. '
Top = 248
Width = 88
ItemHeight = 15
ItemIndex = 0
Items.Strings = (
'tab'
','
';'
'|'
)
ParentFont = False
ParentShowHint = False
Style = csDropDownList
TabOrder = 4
Text = 'tab'
end
object Label4: TLabel
Left = 243
Height = 15
Top = 250
Width = 48
Caption = 'Delimiter'
ParentColor = False
end
object Comparison1: TEdit
Left = 16
Height = 23
Hint = 'Fixed. Comparison stars. Will use all available Gaia stars. Select V17. '
Top = 104
Width = 208
Enabled = False
ParentShowHint = False
ReadOnly = True
ShowHint = True
TabOrder = 5
Text = 'Gaia'
end
object Label5: TLabel
Left = 243
Height = 15
Top = 104
Width = 143
Caption = 'Comparison stars (use V17)'
ParentColor = False
end
object report_to_file1: TButton
Left = 218
Height = 25
Hint = 'Writes report to file in the same directory as the input files.'
Top = 360
Width = 168
Caption = 'Report to file'
OnClick = report_to_clipboard1Click
TabOrder = 6
end
object name_check1: TComboBox
Left = 16
Height = 23
Hint = ' Check star AUID (much preferred) or designation. Alternatively you could select the IAU designation using the position.'
Top = 152
Width = 208
ItemHeight = 15
OnChange = name_check1Change
OnDropDown = name_check1DropDown
ParentFont = False
ParentShowHint = False
ShowHint = True
TabOrder = 7
end
object Image_photometry1: TImage
Cursor = crCross
Left = 400
Height = 398
Top = 0
Width = 980
Align = alClient
BorderSpacing.Left = 400
BorderSpacing.Right = 5
OnMouseMove = Image_photometry1MouseMove
PopupMenu = PopupMenu1
Stretch = True
end
object PopupMenu1: TPopupMenu
Left = 685
Top = 135
object MenuItem1: TMenuItem
Caption = 'Copy to clipboard'
Hint = 'Copy graph to clipboard'
ShortCut = 16451
OnClick = MenuItem1Click
end
end
end