Changeset 12115
- Timestamp:
- Feb 27, 2007, 6:27:10 PM (19 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 3 edited
-
diff_skycell.pl (modified) (1 diff)
-
stack_skycell.pl (modified) (2 diffs)
-
warp_skycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/diff_skycell.pl
r12111 r12115 107 107 &my_die("Unable to identify template", $diff_id, $PS_EXIT_SYS_ERROR) unless defined $template; 108 108 &my_die("Unable to identify input", $diff_id, $PS_EXIT_SYS_ERROR) unless defined $input; 109 &my_die("Unable to identify camera", $diff_id, $PS_EXIT_SYS_ERROR) unless defined $camera; 109 110 $ipprc->define_camera($camera); 110 111 -
trunk/ippScripts/scripts/stack_skycell.pl
r12079 r12115 99 99 } 100 100 } 101 102 &my_die("Can't find camera", $stack_id, $PS_EXIT_SYS_ERROR) unless $camera; 101 103 $ipprc->define_camera($camera); 102 104 … … 158 160 # Add the stack result 159 161 { 160 my $command = "$stacktool -addsumskyfile -stack_id $stack_id -uri $outputName -path_base $outputRoot";162 my $command = "$stacktool -addsumskyfile -stack_id $stack_id -uri $outputName"; # -path_base $outputRoot"; 161 163 $command .= " -bg $bg -bg_stdev $bg_stdev"; 162 164 $command .= " -dbname $dbname" if defined $dbname; -
trunk/ippScripts/scripts/warp_skycell.pl
r12079 r12115 144 144 unless ($no_update) { 145 145 my $command = "$warptool -addwarped -warp_id $warp_id -skycell_id $skycell_id -tess_id $tess_id" . 146 " -uri $outputImage -path_base $outputRoot"; # Command to run dettool146 " -uri $outputImage"; # -path_base $outputRoot"; # Command to run dettool 147 147 $command .= " -bg $bg -bg_stdev $bg_stdev"; 148 148 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
