IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2015, 7:16:10 AM (11 years ago)
Author:
eugene
Message:

replace assert with psAssert in cases where the value is otherwise unused; do not raise an error when looking for classID in detloc which is not found; add galaxy shape error propagation failure flags to pmModelStatus; read EXT_WIDTH_MAJ_ERR et al back into dPAR[SXX,etc] (careful: this only works if not real errors); read SKY_EXT in PAR[SKY]; use header for FWHM_MAJ if not found on readout->analysis

Location:
trunk/psModules/src/config
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/config

    • Property svn:ignore
      •  

        old new  
        88pmErrorCodes.h
        99pmVersionDefinitions.h
         10pmVersionDefinitions.h.tmp
  • trunk/psModules/src/config/pmConfigRecipes.c

    r23688 r38038  
    228228        }
    229229        psFree (words);
    230         assert (valid);  // flag may be: -D, -Df, -Di, -Db
     230        psAssert (valid, "invalid flag: may be: -D, -Df, -Di, -Db\n");
    231231
    232232        psArgumentRemove (argNum, argc, argv);
Note: See TracChangeset for help on using the changeset viewer.