blib/lib/Astro/FITS/HdrTrans/ESO.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 24 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
406 | 0 | 0 | 0 | exists $FITS_headers->{'HIERARCH.ESO.DET.WIN.STARTX'} and exists $FITS_headers->{'HIERARCH.ESO.DET.WIN.NX'} |
449 | 0 | 0 | 0 | exists $FITS_headers->{'HIERARCH.ESO.DET.WIN.STARTY'} and exists $FITS_headers->{'HIERARCH.ESO.DET.WIN.NY'} |
532 | 0 | 0 | 0 | exists $FITS_headers->{'CD1_1'} and exists $FITS_headers->{'CD2_1'} |
563 | 0 | 0 | 0 | uc $self->get_instrument_mode($FITS_headers) eq 'SPECTROSCOPY' and exists $FITS_headers->{'HIERARCH.ESO.ADA.POSANG'} |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
242 | 0 | 0 | 0 | $type eq 'SKY,FLAT' or $type eq 'FLAT,SKY' |
0 | 0 | 0 | $type eq 'LAMP,FLAT' or $type eq 'FLAT,LAMP' | |
0 | 0 | 0 | $type eq 'LAMP' or $type eq 'WAVE,LAMP' | |
481 | 0 | 0 | 0 | $mode eq 'IMAGE' or $mode eq 'POLARIMETRY' |