Hi Andy/Everyone, currently, there is a night ID for each individual star filename. e.g. in the 2dFDR code it comes from:
for fco, fco_folder in enumerate(fco_folders, start=1):
This obviously won't be unique between pipelines if the detailed algorithm for what constitutes a "properly observed field" is different between pipelines. Does this matter? It does mean that direct comparisons between pipelines will have different filenames in general.
Hi Andy/Everyone, currently, there is a night ID for each individual star filename. e.g. in the 2dFDR code it comes from:
for fco, fco_folder in enumerate(fco_folders, start=1):
This obviously won't be unique between pipelines if the detailed algorithm for what constitutes a "properly observed field" is different between pipelines. Does this matter? It does mean that direct comparisons between pipelines will have different filenames in general.