Details
-
Type:
Bug
-
Status: To Do
-
Resolution: Unresolved
-
Fix Version/s: None
-
Component/s: afw, butler, daf_butler, daf_persistence
-
Labels:None
-
Team:Data Access and Database
Description
CFITSIO is not able to open a fits file if there is a blank character in the path name. This situation happens when one segment of the dataId contains a blank. For instance some early CFHT data have an OBJECT entry in the fits header which is equal to "D3 (Groth)", when ingesting the image, the blank is kept in the butler directory structure and CFITSIO is returning and error status = 104 when trying to open the file.
Is the correct filename getting to cfitsio? That is, is this a bug in cfitsio or our system?