Nat1405 / Nifty4Gemini

A Gemini Data Reduction Pipeline Framework
MIT License
0 stars 0 forks source link

NIFS Processing Progress #34

Open Nat1405 opened 3 years ago

Nat1405 commented 3 years ago

The goal is to summarize processing of the Gemini NIFS archive.

In the creation of basic, uncorrected, unmerged data cubes:

Nat1405 commented 3 years ago

Here is a slightly newer summary:

|Number of science programs:    | 345  |
|Number of failures:            | 169  |
|Failures by type:              |      |
|Output not found:              | 0    |
|Unsupported wavelength:        | 52   |
|Less than 90 percent:          | 60   |
|Crashed:                       | 57   |
|   - No space left:            | 6    |
|   - IRAF:                     | 18   |
|   - Frame Failed to Download: | 5    |
|   - CADC Registry Error:      | 0    |
|   - UnboundLocal:             | 13   |
|   - IndexError:               | 7    |
|   - IOError:                  | 3    |
|   - QueryError:               | 0    |
|   - OSError:                  | 1    |
|   - ValueError:               | 2    |
|   - Interactive Wave Error:   | 2    |
|   - Unknown:                  | 0    |

Fixes on the go:

Nat1405 commented 3 years ago

My batch workflow seems to be fully operational again; results coming soon.

Nat1405 commented 3 years ago

Here are the latest NIFS processing results:

|Number of science programs:    | 345  |
|Number of failures:            | 144  |
|Failures by type:              |      |
|Output not found:              | 0    |
|Unsupported wavelength:        | 52   |
|Less than 90 percent:          | 62   |
|    - CalibrationsNotFound     | 25   |
|    - SkyFrameError            | 47   |
|    - Unknown                  | 5    |
|Crashed:                       | 30   |
|   - No space left:            | 8    |
|   - IRAF:                     | 3    |
|   - Frame Failed to Download: | 3    |
|   - Connection Error:         | 1    |
|   - CADC Registry Error:      | 0    |
|   - UnboundLocal:             | 0    |
|   - IndexError:               | 4    |
|   - IOError:                  | 4    |
|   - QueryError:               | 0    |
|   - OSError:                  | 1    |
|   - ValueError:               | 2    |
|   - Interactive Wave Error:   | 4    |
|   - Unknown:                  | 0    |

Note that some of these errors may not be mutually exclusive.

Based on these results, my new, subject to change, priorities are:

Nat1405 commented 3 years ago

Here are the latest batch results:

|Number of science programs:    | 345  |
|Number passed:                 | 219  |
|Number of failures:            | 126  |
|Failures by type:              |      |
|Output not found:              | 1    |
|Unsupported wavelength:        | 52   |
|Less than 90 percent:          | 41   |
|    - CalibrationsNotFound     | 41   |
|    - SkyFrameError            | 0    |
|    - Unknown                  | 0    |
|Crashed:                       | 32   |
|   - No space left:            | 14   |
|   - IRAF:                     | 1    |
|   - Frame Failed to Download: | 1    |
|   - Connection Error:         | 0    |
|   - CADC Registry Error:      | 0    |
|   - UnboundLocal:             | 0    |
|   - IndexError:               | 8    |
|   - IOError:                  | 0    |
|   - QueryError:               | 0    |
|   - OSError:                  | 1    |
|   - ValueError:               | 4    |
|   - Interactive Wave Error:   | 3    |
|   - Unknown:                  | 0    |

Based on these results, I will triage:

Nat1405 commented 3 years ago

Latest NIFS batch results, giving 67% completion:

|Number of science programs:    | 345  |
|Number passed:                 | 230  |
|Number of failures:            | 115  |
|Failures by type:              |      |
|Output not found:              | 0    |
|Unsupported wavelength:        | 52   |
|Less than 90 percent:          | 40   |
|    - CalibrationsNotFound     | 40   |
|    - SkyFrameError            | 0    |
|    - Unknown                  | 0    |
|Crashed:                       | 23   |
GN-2009B-Q-40
GN-2010A-Q-79
GN-2011A-Q-56
|   - No space left:            | 3    |
|   - IRAF:                     | 4    |
|   - Frame Failed to Download: | 1    |
|   - Connection Error:         | 0    |
|   - CADC Registry Error:      | 0    |
|   - UnboundLocal:             | 0    |
|   - IndexError:               | 0    |
|   - IOError:                  | 2    |
|   - QueryError:               | 0    |
|   - OSError:                  | 1    |
|   - ValueError:               | 9    |
|   - Interactive Wave Error:   | 2    |
|   - Unknown:                  | 1    |

One of the out of memory errors seems fixable, so that program has been resubmitted. This gives a final completion percentage of 67%.