You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I'm always frustrated when the target coordinates are messed up for a given night of data in the raw images
Describe the solution you'd like
A processor which will read in a csv file, format name/ra/dec, and then loop through images in the batches. If the target names match, it'll change the target ra/dec to that field.
Maybe this could just be generic, match on first column and replace all N additional columns for matches
Describe alternatives you've considered
Fixing wasp headers manually
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I'm always frustrated when the target coordinates are messed up for a given night of data in the raw images
Describe the solution you'd like
A processor which will read in a csv file, format name/ra/dec, and then loop through images in the batches. If the target names match, it'll change the target ra/dec to that field.
Maybe this could just be generic, match on first column and replace all N additional columns for matches
Describe alternatives you've considered
Fixing wasp headers manually
The text was updated successfully, but these errors were encountered: