We should add a method_used column to the diagnostics table indicating the type of photometry that was used in the end. This can be different from the method defined in the todolist table, since the code can choose to change the method of photometry depending on the details of the current target.
This will also help in the data validation step afterwards, making it much easier to pick out targets processed with different methods.
We should add a
method_used
column to thediagnostics
table indicating the type of photometry that was used in the end. This can be different from themethod
defined in thetodolist
table, since the code can choose to change the method of photometry depending on the details of the current target.This will also help in the data validation step afterwards, making it much easier to pick out targets processed with different methods.