| | 31 | |
| | 32 | * 06:40 EAM : problems with registration of some test camera image: |
| | 33 | {{{ |
| | 34 | there were a handful of test images taken last with a somewhat |
| | 35 | different format than usual: they claim to have only 8 amplifiers per |
| | 36 | chip. this causes two problems: |
| | 37 | |
| | 38 | 1) they are not recognized as a form of gpc1 exposure (this is |
| | 39 | arguably the right thing since they are of an unknown gpc1 layout) |
| | 40 | 2) they ARE picked up as ssp images. this is because the ssp format |
| | 41 | is too generous: any FITS image of any dimension will match it since |
| | 42 | it only requires the keyword SIMPLE to be true. |
| | 43 | |
| | 44 | In fact, the images fail to register because the ssp data is expected |
| | 45 | to have some pixels, while the PHU of these images does not have any |
| | 46 | pixels. |
| | 47 | |
| | 48 | I don't have time this morning to deal with these issues, so I've |
| | 49 | marked the image with a state of 'wait' in newExp for now so they do |
| | 50 | not clog up registration |
| | 51 | }}} |