IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2007, 5:21:26 PM (19 years ago)
Author:
eugene
Message:

various low-level fixes

File:
1 edited

Legend:

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

    r12492 r12712  
    2323  pmLumFunc *rawfunc = psastroLuminosityFunction (rawstars);
    2424  if (rawfunc == NULL) {
    25     psError(PSASTRO_ERR_DATA, false, "error measuring rawstar luminosity function\n");
    26     return false;
     25    psLogMsg ("psastro", 4, "giving up on rawstars for this readout\n");
     26    return true;
    2727  }
    2828  psLogMsg ("psastro", 4, "measuring luminosity function for refstars\n");
    2929  pmLumFunc *reffunc = psastroLuminosityFunction (refstars);
    3030  if (reffunc == NULL) {
    31     psError(PSASTRO_ERR_DATA, false, "error measuring refstar luminosity function\n");
    32     return false;
     31    psLogMsg ("psastro", 4, "giving up on refstars for this readout\n");
     32    return true;
    3333  }
    3434
Note: See TracChangeset for help on using the changeset viewer.