Commit fcad0315 authored by Valentina Fioretti's avatar Valentina Fioretti
Browse files

removing old naming

parent bfe47be6
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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 );