IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9649


Ignore:
Timestamp:
Oct 18, 2006, 5:04:47 PM (20 years ago)
Author:
eugene
Message:

added log messages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psastro/src/psastroRefstarSubset.c

    r9627 r9649  
    2020  // the samples cover the same area (the chip), so no area correction
    2121  // is needed...
     22  psLogMsg ("psastro", 4, "measuring luminosity function for rawstars\n");
    2223  pmLumFunc *rawfunc = psastroLuminosityFunction (rawstars);
    2324  if (rawfunc == NULL) {
     
    2526    return NULL;
    2627  }
     28  psLogMsg ("psastro", 4, "measuring luminosity function for refstars\n");
    2729  pmLumFunc *reffunc = psastroLuminosityFunction (refstars);
    2830  if (reffunc == NULL) {
Note: See TracChangeset for help on using the changeset viewer.