IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 13, 2012, 6:30:15 AM (14 years ago)
Author:
eugene
Message:

get the seeing sigma right for trails

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20120627/ppSim/src/ppSimMakeGalaxies.c

    r34134 r34142  
    237237        // galaxy->Rmaj -> PM_PAR_LENGTH
    238238        // seeing -> PM_PAR_SIGMA
    239         galaxy->Rmin = seeing / 2.35; // Rmin is used for sigma
     239        galaxy->Rmin = seeing; // Rmin is used for sigma
    240240        galaxy->peak = galaxy->flux / (galaxy->Rmaj * galaxy->Rmin * 2.0 * sqrt(2.0 * M_PI));
    241241        return true;
Note: See TracChangeset for help on using the changeset viewer.