IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2019, 1:00:44 PM (7 years ago)
Author:
eugene
Message:

add option to insert a gaussian-profile globular cluster

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20191011/ppSim/src/ppSimMakeStarGrid.c

    r26900 r40939  
    2222    float zp           = psMetadataLookupF32(&status, recipe, "ZEROPOINT"); // Photometric zero point
    2323    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)
    2525
    2626    if (isnan(expTime))  ESCAPE("EXPTIME is not defined");
Note: See TracChangeset for help on using the changeset viewer.