I find that ndfits.read is trying to know apriori what are the column names and only returning those particular columns, when reading a fits table. That implies that whenever we add new columns to the fits table, we need to update the code. I think it makes more sense to directly get the column names from the field table, and then all the columns and add them to the meta which is being returned by the function. Comments? @sageyu123
I find that ndfits.read is trying to know apriori what are the column names and only returning those particular columns, when reading a fits table. That implies that whenever we add new columns to the fits table, we need to update the code. I think it makes more sense to directly get the column names from the field table, and then all the columns and add them to the meta which is being returned by the function. Comments? @sageyu123