Loading code/FITSOutputFile.cc +0 −3 Original line number Diff line number Diff line Loading @@ -139,9 +139,6 @@ void FITSOutputFile::writeInitHeaderKey(int header) { if ( fits_write_key(*fptr, TSTRING, (char*)"CREATOR" , (void*)"BoGEMMS", (char*)"Program that created this FITS file (HFWG R7)" , &status) ) printerror( status ); if ( fits_write_key(*fptr, TSTRING, (char*)"CREAT_ID" , (void*)"Andrea Bulgarelli", (char*)"Unique ID of the creator" , &status) ) printerror( status ); if ( fits_write_key(*fptr, TSTRING, (char*)"FILENAME" , (void*)filename, (char*)"Original file name of this FITS" , &status) ) printerror( status ); Loading Loading
code/FITSOutputFile.cc +0 −3 Original line number Diff line number Diff line Loading @@ -139,9 +139,6 @@ void FITSOutputFile::writeInitHeaderKey(int header) { if ( fits_write_key(*fptr, TSTRING, (char*)"CREATOR" , (void*)"BoGEMMS", (char*)"Program that created this FITS file (HFWG R7)" , &status) ) printerror( status ); if ( fits_write_key(*fptr, TSTRING, (char*)"CREAT_ID" , (void*)"Andrea Bulgarelli", (char*)"Unique ID of the creator" , &status) ) printerror( status ); if ( fits_write_key(*fptr, TSTRING, (char*)"FILENAME" , (void*)filename, (char*)"Original file name of this FITS" , &status) ) printerror( status ); Loading