IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 26, 2012, 11:31:38 AM (14 years ago)
Author:
eugene
Message:

re-enable MODEL_VAR option for linear photometry fit

Location:
trunk/psModules
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules

  • trunk/psModules/src/objects/pmSourceIO_PS1_CAL_0.c

    r32347 r34085  
    322322}
    323323
     324# define WRITE_AP_DATA 0
     325
    324326bool pmSourcesWrite_PS1_CAL_0_XSRC (psFits *fits, pmReadout *readout, psArray *sources, psMetadata *imageHeader, char *extname, psMetadata *recipe)
    325327{
     
    338340    }
    339341
     342# if (WRITE_AP_DATA)
    340343    bool calMags = false;
    341344    bool status1 = false;
     
    350353        calMags = true;
    351354    }
     355# endif
    352356
    353357    // create a header to hold the output data
     
    424428        psMetadataAdd (row, PS_LIST_TAIL, "Y_EXT_SIG",        PS_DATA_F32, "Sigma in EXT y coordinate",                  yErr);
    425429
    426 # if (0)
     430# if (WRITE_AP_DATA)
    427431        // Petrosian measurements
    428432        // XXX insert header data: petrosian ref radius, flux ratio
Note: See TracChangeset for help on using the changeset viewer.