Changeset 16563
- Timestamp:
- Feb 21, 2008, 11:56:44 AM (18 years ago)
- Location:
- trunk/ippScripts/scripts
- Files:
-
- 21 edited
-
calibrate_dvo.pl (modified) (1 diff)
-
camera_exp.pl (modified) (1 diff)
-
chip_imfile.pl (modified) (1 diff)
-
detrend_correct_imfile.pl (modified) (1 diff)
-
detrend_norm_apply.pl (modified) (1 diff)
-
detrend_norm_calc.pl (modified) (1 diff)
-
detrend_norm_exp.pl (modified) (1 diff)
-
detrend_process_exp.pl (modified) (1 diff)
-
detrend_process_imfile.pl (modified) (1 diff)
-
detrend_reject_exp.pl (modified) (1 diff)
-
detrend_reject_imfile.pl (modified) (1 diff)
-
detrend_resid.pl (modified) (1 diff)
-
detrend_stack.pl (modified) (1 diff)
-
diff_skycell.pl (modified) (1 diff)
-
flatcorr_init.pl (modified) (1 diff)
-
flatcorr_proc.pl (modified) (1 diff)
-
magic_tree.pl (modified) (1 diff)
-
register_exp.pl (modified) (1 diff)
-
register_imfile.pl (modified) (1 diff)
-
stack_skycell.pl (modified) (1 diff)
-
warp_skycell.pl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippScripts/scripts/calibrate_dvo.pl
r16276 r16563 183 183 184 184 carp($msg); 185 if ( $cal_id && $region && $last_step &&$status and not $no_update) {185 if (defined $cal_id && defined $region && defined $last_step && defined $status and not $no_update) { 186 186 my $command = "$caltool -addcalrun"; 187 187 $command .= " -cal_id $cal_id"; -
trunk/ippScripts/scripts/camera_exp.pl
r16311 r16563 313 313 314 314 carp($msg); 315 if ( $cam_id and not $no_update) {315 if (defined $cam_id and not $no_update) { 316 316 my $command = "$camtool -addprocessedexp -cam_id $cam_id -uri UNKNOWN -code $exit_code"; 317 317 $command .= " -dbname $dbname" if defined $dbname; -
trunk/ippScripts/scripts/chip_imfile.pl
r16308 r16563 206 206 207 207 carp($msg); 208 if ( $chip_id and $class_id and not $no_update) {208 if (defined $chip_id and defined $class_id and not $no_update) { 209 209 my $command = "$chiptool -addprocessedimfile"; 210 210 $command .= " -exp_id $exp_id"; -
trunk/ippScripts/scripts/detrend_correct_imfile.pl
r16561 r16563 132 132 133 133 carp($msg); 134 if ( $det_id and $exp_id and $class_id and not $no_update) {134 if (defined $det_id and defined $exp_id and defined $class_id and not $no_update) { 135 135 my $command = "$dettool -addcorrectedimfile"; 136 136 $command .= " -det_id $det_id"; -
trunk/ippScripts/scripts/detrend_norm_apply.pl
r16561 r16563 183 183 184 184 carp($msg); 185 if ( $det_id and $iter and $class_id and not $no_update) {185 if (defined $det_id and defined $iter and defined $class_id and not $no_update) { 186 186 my $command = "$dettool -addnormalizedimfile"; 187 187 $command .= " -det_id $det_id"; -
trunk/ippScripts/scripts/detrend_norm_calc.pl
r16561 r16563 207 207 208 208 carp($msg); 209 if ( $det_id and $iter and not $no_update) {209 if (defined $det_id and defined $iter and not $no_update) { 210 210 my $command = "$dettool -addnormalizedstat"; 211 211 $command .= " -det_id $det_id"; -
trunk/ippScripts/scripts/detrend_norm_exp.pl
r16561 r16563 183 183 184 184 carp($msg); 185 if ( $det_id and $iter and not $no_update) {185 if (defined $det_id and defined $iter and not $no_update) { 186 186 my $command = "$dettool -addprocessedimfile"; 187 187 $command .= " -det_id $det_id"; -
trunk/ippScripts/scripts/detrend_process_exp.pl
r16308 r16563 194 194 195 195 carp($msg); 196 if ( $det_id and $exp_id and not $no_update) {196 if (defined $det_id and defined $exp_id and not $no_update) { 197 197 my $command = "$dettool -addprocessedexp"; 198 198 $command .= " -det_id $det_id"; -
trunk/ippScripts/scripts/detrend_process_imfile.pl
r16561 r16563 173 173 174 174 carp($msg); 175 if ( $det_id and $exp_id and $class_id and not $no_update) {175 if (defined $det_id and defined $exp_id and defined $class_id and not $no_update) { 176 176 my $command = "$dettool -addprocessedimfile"; 177 177 $command .= " -det_id $det_id"; -
trunk/ippScripts/scripts/detrend_reject_exp.pl
r16561 r16563 335 335 336 336 carp($msg); 337 if ( $det_id and $iter and not $no_update) {337 if (defined $det_id and defined $iter and not $no_update) { 338 338 my $command = "$dettool -adddetrunsummary"; 339 339 $command .= " -det_id $det_id"; -
trunk/ippScripts/scripts/detrend_reject_imfile.pl
r16561 r16563 544 544 545 545 carp($msg); 546 if ( $det_id and $iter and $exp_id and not $no_update) {546 if (defined $det_id and defined $iter and defined $exp_id and not $no_update) { 547 547 my $command = "$dettool -addresidexp"; 548 548 $command .= " -det_id $det_id"; -
trunk/ippScripts/scripts/detrend_resid.pl
r16561 r16563 239 239 240 240 carp($msg); 241 if ( $det_id and $iter and $exp_id and not $no_update) {241 if (defined $det_id and defined $iter and defined $exp_id and not $no_update) { 242 242 my $command = "$dettool -addresidimfile"; 243 243 $command .= " -det_id $det_id"; -
trunk/ippScripts/scripts/detrend_stack.pl
r16561 r16563 191 191 192 192 carp($msg); 193 if ( $det_id and $iter and $class_id and not $no_update) {193 if (defined $det_id and defined $iter and defined $class_id and not $no_update) { 194 194 my $command = "$dettool -addstacked"; 195 195 $command .= " -det_id $det_id"; -
trunk/ippScripts/scripts/diff_skycell.pl
r16308 r16563 253 253 254 254 warn($msg); 255 if ( $diff_id and not $no_update) {255 if (defined $diff_id and not $no_update) { 256 256 my $command = "$difftool -adddiffskyfile -diff_id $diff_id -code $exit_code"; 257 257 $command .= " -dbname $dbname" if defined $dbname; -
trunk/ippScripts/scripts/flatcorr_init.pl
r15356 r16563 199 199 200 200 carp($msg); 201 if ( $dvo_id && $region && $last_step &&$status and not $no_update) {201 if (defined $dvo_id && defined $region && defined $last_step && defined $status and not $no_update) { 202 202 my $command = "$caltool -addcalrun"; 203 203 $command .= " -dvo_id $dvo_id"; -
trunk/ippScripts/scripts/flatcorr_proc.pl
r16276 r16563 187 187 188 188 carp($msg); 189 if ( $dvo_id && $region && $last_step &&$status and not $no_update) {189 if (defined $dvo_id && defined $region && defined $last_step && defined $status and not $no_update) { 190 190 my $command = "$caltool -addcalrun"; 191 191 $command .= " -dvo_id $dvo_id"; -
trunk/ippScripts/scripts/magic_tree.pl
r16331 r16563 234 234 235 235 carp($msg); 236 if ( $magic_id and not $no_update) {236 if (defined $magic_id and not $no_update) { 237 237 my $command = "$magictool -inputtree"; 238 238 $command .= " -magic_id $magic_id"; -
trunk/ippScripts/scripts/register_exp.pl
r16561 r16563 210 210 211 211 carp($msg); 212 if ( $exp_id and not $no_update) {212 if (defined $exp_id and not $no_update) { 213 213 my $command = "$regtool -addprocessedexp -exp_id $exp_id -code $exit_code"; 214 214 $command .= " -dbname $dbname" if defined $dbname; -
trunk/ippScripts/scripts/register_imfile.pl
r16474 r16563 220 220 221 221 carp($msg); 222 if ( $exp_id &&$tmp_class_id and not $no_update) {222 if (defined $exp_id && defined $tmp_class_id and not $no_update) { 223 223 my $command = "$regtool -addprocessedimfile"; 224 224 $command .= " -exp_id $exp_id"; -
trunk/ippScripts/scripts/stack_skycell.pl
r16308 r16563 245 245 246 246 warn($msg); 247 if ( $stack_id and not $no_update) {247 if (defined $stack_id and not $no_update) { 248 248 my $command = "$stacktool -addsumskyfile -stack_id $stack_id -code $exit_code"; 249 249 $command .= " -dbname $dbname" if defined $dbname; -
trunk/ippScripts/scripts/warp_skycell.pl
r16308 r16563 247 247 248 248 warn($msg); 249 if ( $warp_id and $skycell_id and $tess_id and not $no_update) {249 if (defined $warp_id and defined $skycell_id and defined $tess_id and not $no_update) { 250 250 my $command = "$warptool -addwarped -warp_id $warp_id -skycell_id $skycell_id -tess_id $tess_id -code $exit_code"; 251 251 $command .= " -dbname $dbname" if defined $dbname;
Note:
See TracChangeset
for help on using the changeset viewer.
