- Timestamp:
- Dec 24, 2014, 8:55:06 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 18 edited
-
. (modified) (1 prop)
-
DataStoreServer/scripts/dsreg (modified) (1 prop)
-
Ohana (modified) (1 prop)
-
Ohana/src/getstar (modified) (1 prop)
-
extsrc/gpcsw/gpcsrc/fits/burntool (modified) (1 prop)
-
ippMonitor/czartool/czartool/Plotter.pm (modified) (1 prop)
-
ippScripts/scripts/queuestaticsky.pl (modified) (1 prop)
-
ippScripts/scripts/sc_remote_exec.pl (modified) (1 prop)
-
ippconfig (modified) (1 prop)
-
ippconfig/recipes/ppSub.config (modified) (1 prop)
-
ippconfig/recipes/reductionClasses.mdc (modified) (1 prop)
-
psModules/src/objects/pmSourceIO_CMF.c.in (modified) (2 diffs, 1 prop)
-
psphot/src/psphotGalaxyParams.c (modified) (1 diff)
-
pstamp/scripts/pstamp_checkdependent.pl (modified) (1 prop)
-
pstamp/scripts/pstamp_finish.pl (modified) (1 prop)
-
pstamp/scripts/pstamp_job_run.pl (modified) (1 prop)
-
pstamp/scripts/pstampparse.pl (modified) (1 prop)
-
pstamp/scripts/request_finish.pl (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/tags/ipp-20141119 (added) merged: 37634,37637,37639,37704,37710,37771
- Property svn:mergeinfo changed
-
trunk/DataStoreServer/scripts/dsreg
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/Ohana
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/Ohana/src/getstar
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/extsrc/gpcsw/gpcsrc/fits/burntool
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/ippMonitor/czartool/czartool/Plotter.pm
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/ippScripts/scripts/queuestaticsky.pl
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/ippScripts/scripts/sc_remote_exec.pl
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/ippconfig
- Property svn:mergeinfo changed
/tags/ipp-20141119/ippconfig (added) merged: 37704
- Property svn:mergeinfo changed
-
trunk/ippconfig/recipes/ppSub.config
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/ippconfig/recipes/reductionClasses.mdc
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/psModules/src/objects/pmSourceIO_CMF.c.in
- Property svn:mergeinfo set to
r37711 r37772 319 319 320 320 // define PSF model type 321 int modelType = pmModelClassGetType ("PS_MODEL_GAUSS"); 321 int defaultModelType = pmModelClassGetType ("PS_MODEL_GAUSS"); 322 int modelType = -1; 322 323 323 324 // if header does not define the model, default to a gaussian … … 326 327 modelType = pmModelClassGetType (PSF_NAME); 327 328 } 328 assert (modelType > -1); 329 // work around bug in psphotFullForce 330 if (modelType < 0) { 331 modelType = defaultModelType; 332 } 333 // assert (modelType > -1); 329 334 330 335 // do we expect to find lensing parameters? -
trunk/psphot/src/psphotGalaxyParams.c
r37633 r37772 164 164 } 165 165 psScalar *scalar = NULL; 166 scalar = job->args->data[ 5];166 scalar = job->args->data[8]; 167 167 Next += scalar->data.S32; 168 scalar = job->args->data[ 6];168 scalar = job->args->data[9]; 169 169 Npetro += scalar->data.S32; 170 scalar = job->args->data[ 7];170 scalar = job->args->data[10]; 171 171 Nannuli += scalar->data.S32; 172 172 psFree(job); -
trunk/pstamp/scripts/pstamp_checkdependent.pl
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/pstamp/scripts/pstamp_finish.pl
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/pstamp/scripts/pstamp_job_run.pl
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/pstamp/scripts/pstampparse.pl
- Property svn:mergeinfo changed (with no actual effect on merging)
-
trunk/pstamp/scripts/request_finish.pl
- Property svn:mergeinfo changed (with no actual effect on merging)
Note:
See TracChangeset
for help on using the changeset viewer.
