- Timestamp:
- Dec 20, 2010, 2:30:45 PM (16 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pstamp/scripts/pstamp_job_run.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/pstamp/scripts/pstamp_job_run.pl
r29885 r30118 277 277 # silently skip them if they don't exist. Perhaps this should be 278 278 # detected in pstampparse so that the user can be notified with 279 # a message in parse_error.txt ("warp do not have a background model") 280 my $cmf_file = $params->{cmf} if ($options & $PSTAMP_SELECT_CMF); 279 # a message in parse_error.txt ("warp does not have a background model") 281 280 my $psf_file = $params->{psf} if ($options & $PSTAMP_SELECT_PSF); 282 281 my $backmdl_file = $params->{backmdl} if ($options & $PSTAMP_SELECT_BACKMDL); 283 282 my $pattern_file = $params->{pattern} if ($options & $PSTAMP_SELECT_BACKMDL); 283 my $cmf_file; 284 if ($stage ne 'chip') { 285 # we don't ship chip stage cmf files because they may not be censored 286 $cmf_file = $params->{cmf} if ($options & $PSTAMP_SELECT_CMF); 287 } 284 288 285 289 my $outdir = dirname($output_base);
Note:
See TracChangeset
for help on using the changeset viewer.
