IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 27, 2008, 7:12:46 PM (18 years ago)
Author:
eugene
Message:

working on the photometry of fake sources

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080511/ppSim/src/ppSimLoadForceSources.c

    r17709 r17818  
     1# include "ppSim.h"
     2
     3psArray *ppSimLoadForceSources(pmConfig *config, const pmFPAview *view) {
     4
     5# if (0)
     6
    17    // de-activate all files except PSASTRO.REFSTARS
    28    pmFPAfileActivate (config->files, false, NULL);
     
    7783    pmFPAfileActivate (config->files, true, NULL);
    7884    pmFPAfileActivate (config->files, false, "PSASTRO.OUT.REFSTARS");
     85# endif
     86
     87    return NULL;
     88}
Note: See TracChangeset for help on using the changeset viewer.