- Timestamp:
- Mar 30, 2011, 9:36:02 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110213/ippScripts/scripts/register_imfile.pl
r30812 r31083 267 267 268 268 if ((abs($burntoolStateCurrent) != $burntoolStateTarget)&& 269 (!is_daytime($dateobs,$sunrise,$sunset))) { 269 (!is_daytime($dateobs,$sunrise,$sunset))&& 270 (!is_ccim($tmp_exp_name,$exp_type))) { 270 271 my $mdcParser = PS::IPP::Metadata::Config->new; 271 272 … … 389 390 my $exp_name = shift; 390 391 my $exp_type = shift; 391 392 $exp_type =~ s/'//g; 392 393 # needs to match regtool.c checks for "is_ccim". 393 394 if ($exp_name =~ /c/) {
Note:
See TracChangeset
for help on using the changeset viewer.
