Two windows should be open. This one in which the instructions are given and a smaller one which contains the actual applet that we will be using.Tutorial: This small and simple applet is designed to be a precursor to using real data with the Fits Handler applet. In this applet we simulate the detectablity of stars on a CCD. The intensity of the stars and the number of stars that can be shown are controllable via parameter tags. The FWHM of the star is also controllable via parameter tags so one can show the effects of poor seeing, etc. There are a minumum of basic controls. These are:
Suggested Activities:
|
| Parameter Tag | Functionality | |
|---|---|---|
| sigma | This sets the FWHM of the star; The stellar profiles are gaussian in nature. The default value is 2.0. For idiosyncratic programming reasons a larger value for this number gives you smaller stars. So 4.0 is better seeing than 1.0. | |
| stars | This sets the number of stars that appear on the detector. | |
| star0, star1, star2, etc | This sets the relative
luminosity scale of the stars. 1 is maximum. So if you want to display
two stars of say difference 5 magnitudes then you would do this. PARAM name = "star0" value ="1" PARAM name = "star1" value ="0.01" |