# comets may have dashes in their names that mix things up
observations['ObjID'] = observations['ObjID'].astype(str)
Should be moved to the read in function for the observations file rather than in the main (surveysimpp) so it's clear this is associated with the readin and all functions downstream of readin are ensured to have the ObjID in the right format
Should be moved to the read in function for the observations file rather than in the main (surveysimpp) so it's clear this is associated with the readin and all functions downstream of readin are ensured to have the ObjID in the right format