Changeset 41173 for trunk/ppSim/src/ppSimMakeStarGrid.c
- Timestamp:
- Nov 27, 2019, 12:05:20 PM (6 years ago)
- File:
-
- 1 edited
-
trunk/ppSim/src/ppSimMakeStarGrid.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSim/src/ppSimMakeStarGrid.c
r26900 r41173 22 22 float zp = psMetadataLookupF32(&status, recipe, "ZEROPOINT"); // Photometric zero point 23 23 float seeing = psMetadataLookupF32(&status, recipe, "SEEING"); // Seeing SIGMA (pixels) 24 float scale = psMetadataLookupF32(&status, recipe, "PIXEL.SCALE") * M_PI / 3600.0 / 180.0; // Plate scale (radians/pixel)24 float scale = psMetadataLookupF32(&status, recipe, "PIXEL.SCALE"); // Plate scale (arcsec/pixel) 25 25 26 26 if (isnan(expTime)) ESCAPE("EXPTIME is not defined");
Note:
See TracChangeset
for help on using the changeset viewer.
