Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:praktikum:photometrie_python [2025/02/10 14:42] – [Download calibration data] rhainich | en:praktikum:photometrie_python [2025/04/01 11:16] (current) – [Defining some variables] rhainich | ||
---|---|---|---|
Line 170: | Line 170: | ||
Note: The variable names given here and in the following are only examples and can be replaced by any other name. | Note: The variable names given here and in the following are only examples and can be replaced by any other name. | ||
- | Note: If the images are not in a subdirectory of the current directory, the path can also refer to the next higher level by means of '' | + | Note: If the images are not in a subdirectory of the current directory, the path can also refer to the next higher level by using '' |
==== Reading in the images ==== | ==== Reading in the images ==== | ||
Line 392: | Line 392: | ||
One way to check the validity of the calibration stars is to display them on a starmap (similar to what the '' | One way to check the validity of the calibration stars is to display them on a starmap (similar to what the '' | ||
- | | + | |
Since this function expects as input an astropy table, with the data to be plotted, we must first create it before we can plot the starmap. The position of the calibration stars are not yet available in pixel coordinates, | Since this function expects as input an astropy table, with the data to be plotted, we must first create it before we can plot the starmap. The position of the calibration stars are not yet available in pixel coordinates, | ||
Line 440: | Line 440: | ||
Then the actual image can be loaded: | Then the actual image can be loaded: | ||
- | | + | |
'' | '' |