IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 7, 2010, 9:44:38 AM (16 years ago)
Author:
eugene
Message:

adjust test output filenames; add radius init to extended source fits; add Mminor test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20100823/psphot/src/psphotExtendedSourceFits.c

    r29341 r29347  
    8585        return true;
    8686    }
     87
     88    psphotInitRadiusEXT (recipe, readout);
    8789
    8890    // validate the model entries
     
    167169            PS_ARRAY_ADD_SCALAR(job->args, 0, PS_TYPE_S32); // this is used as a return value for NplainPass
    168170
    169             if (!psThreadJobAddPending(job)) {
     171            if (false && !psThreadJobAddPending(job)) {
    170172                psError(PS_ERR_UNKNOWN, false, "Unable to guess model.");
    171173                psFree(AnalysisRegion);
    172174                return false;
    173             }
     175            } else {
     176                if (!psphotExtendedSourceFits_Threaded(job)) {
     177                    psError(PS_ERR_UNKNOWN, false, "Unable to guess model.");
     178                    psFree(AnalysisRegion);
     179                    return false;
     180                }
     181            }
    174182        }
    175183
Note: See TracChangeset for help on using the changeset viewer.