Changeset 41703
- Timestamp:
- Jul 7, 2021, 5:24:40 PM (5 years ago)
- Location:
- tags/ipp-ps1-20210510
- Files:
-
- 2 edited
-
psModules/src/objects/pmSourceIO_Glints.c (modified) (1 diff)
-
psastro/src/psastroLoadGlints.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-ps1-20210510/psModules/src/objects/pmSourceIO_Glints.c
r41391 r41703 175 175 176 176 double glintLength = GLINT_LENGTH_MAG_SLOPE*(GLINT_LENGTH_MAG_ZERO - star->Mag); 177 double glintAngle = 0 ;177 double glintAngle = 0.; 178 178 179 179 //Besides brightness, the length of the glints also depends on the position of the star compared to the focal plane. But, seemingly only for stars closer than about 30k pixels -
tags/ipp-ps1-20210510/psastro/src/psastroLoadGlints.c
r41688 r41703 147 147 //glint length should depend on the brightness on image, i.e. in instrumental mag. The same instrumental mag in different filters should likely give the same glint length. 148 148 double glintLength = GLINT_LENGTH_MAG_SLOPE*(GLINT_LENGTH_MAG_ZERO - (star->Mag-MagOffset)); 149 double glintAngle = 0 ;149 double glintAngle = 0.; 150 150 151 151 //Besides brightness, the length of the glints also depends on the position of the star compared to the focal plane. But, seemingly only for stars closer than about 30k pixels
Note:
See TracChangeset
for help on using the changeset viewer.
