- Timestamp:
- Dec 20, 2010, 2:30:45 PM (16 years ago)
- Location:
- branches/czw_branch/20101203
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
ippScripts (modified) (1 prop)
-
ippScripts/scripts/automate_stacks.pl (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20101203
- Property svn:mergeinfo changed
-
branches/czw_branch/20101203/ippScripts
- Property svn:mergeinfo deleted
-
branches/czw_branch/20101203/ippScripts/scripts/automate_stacks.pl
r29700 r30118 1355 1355 my ($label,$workdir,$obs_mode,$object,$comment,$tess_id,$dist_group,$data_group,$reduction) = get_tool_parameters($date,$target); 1356 1356 1357 if ( $target eq 'OSS') {1357 if (($target eq 'OSS')||($target eq 'SweetSpot')) { 1358 1358 my $db = init_gpc_db(); 1359 1359 … … 1372 1372 1373 1373 if (($#{ $warps } + 1) % 2 != 0) { 1374 print STDERR "Number of input warps to make OSS diffs is not even! $#{ $warps }\n"; 1375 last; 1374 print STDERR "Number of input warps to make OSS diffs is not even! $this_object $#{ $warps }\n"; 1375 # last; 1376 next; 1376 1377 } 1377 1378
Note:
See TracChangeset
for help on using the changeset viewer.
