Changeset 40391
- Timestamp:
- Apr 12, 2018, 11:15:39 AM (8 years ago)
- Location:
- tags/ipp-20170121/pstamp
- Files:
-
- 2 edited
-
scripts/pstamp_job_run.pl (modified) (1 diff, 1 prop)
-
src/ppstampArguments.c (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
tags/ipp-20170121/pstamp/scripts/pstamp_job_run.pl
-
Property svn:mergeinfo
set to
/branches/czw_branch/20160809/pstamp/scripts/pstamp_job_run.pl merged eligible /trunk/pstamp/scripts/pstamp_job_run.pl merged eligible
r38073 r40391 248 248 $command .= " -stage $stage"; 249 249 $command .= " -forheader $calibfile" if $calibfile; 250 ## MEH hack for centeroffchip -- needs constraint for coord_mask 0 all in sky values.. 251 $command .= " -centeroffchip" if ($options & $PSTAMP_MULTI_OVERLAP_IMAGE); 252 250 253 my ( $success, $error_code, $full_buf, $stdout_buf, $stderr_buf ) = 251 254 run(command => $command, verbose => $verbose); -
Property svn:mergeinfo
set to
-
tags/ipp-20170121/pstamp/src/ppstampArguments.c
-
Property svn:mergeinfo
set to
/branches/czw_branch/20160809/pstamp/src/ppstampArguments.c merged eligible /trunk/pstamp/src/ppstampArguments.c merged eligible
r35893 r40391 31 31 fprintf(stderr, " [-write_cmf] : create an output cmf with the sources overlapping the stamp\n"); 32 32 fprintf(stderr, " [-wholefile] : ignore the region of interest and process the entire input image\n"); 33 fprintf(stderr, " [-centeroffchip] : allow center to be off chip boundary and include any pixels in ROI (testing) \n"); 33 34 // fprintf(stderr, " [-no_censor_masked] : do not set masked pixels to NAN\n"); 34 35 fprintf(stderr, "\n"); … … 66 67 *pOptions = options; 67 68 69 if ((argnum = psArgumentGet(argc, argv, "-centeroffchip"))) { 70 psArgumentRemove(argnum, &argc, argv); 71 options->centeroffchip = true; 72 } 73 68 74 if ((argnum = psArgumentGet(argc, argv, "-wholefile"))) { 69 75 psArgumentRemove(argnum, &argc, argv); -
Property svn:mergeinfo
set to
Note:
See TracChangeset
for help on using the changeset viewer.
