Changeset 39225 for trunk/Ohana/src/relastro/src/launch_region_hosts.c
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20151113 (added) merged: 39135-39136,39166,39182-39185,39193-39208,39211-39215,39218-39224
- Property svn:mergeinfo changed
-
trunk/Ohana
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20151113/Ohana (added) merged: 39166,39182-39185,39193-39208,39211-39215,39218-39224
- Property svn:mergeinfo changed
-
trunk/Ohana/src/relastro/src/launch_region_hosts.c
r38986 r39225 134 134 if (MaxMeanOffset != 10.0) strextend (&command, "-max-mean-offset %f", MaxMeanOffset); 135 135 136 if (LoopWeight2MASS) { 137 char *weightline = NULL; 138 for (i = 0; i < NLOOP; i++) { 139 strextend (&weightline, "%f,", LoopWeight2MASS[i]); 140 } 141 strextend (&command, "-loop-weights-2mass %s", weightline); 142 free (weightline); 143 } 144 if (LoopWeightTycho) { 145 char *weightline = NULL; 146 for (i = 0; i < NLOOP; i++) { 147 strextend (&weightline, "%f,", LoopWeightTycho[i]); 148 } 149 strextend (&command, "-loop-weights-tycho %s", weightline); 150 free (weightline); 151 } 152 136 153 strextend (&command, "-D RELASTRO_SRC_MEAS_TOOFEW %d", SRC_MEAS_TOOFEW); 137 154 strextend (&command, "-D RELASTRO_SIGMA_LIM %f", SIGMA_LIM);
Note:
See TracChangeset
for help on using the changeset viewer.
