This PR contains the updates that we need for creating seed data for the Hubble database. Changes include:
Add spec_marked_bad and spec_is_bad fields to the galaxy table and model
Add /mark-spectrum-bad endpoint
Add seed and team_member fields to the student table and model. These identify the entries that are being used to seed data, and which team member generated the data values.
This PR contains the updates that we need for creating seed data for the Hubble database. Changes include:
spec_marked_bad
andspec_is_bad
fields to the galaxy table and model/mark-spectrum-bad
endpointseed
andteam_member
fields to the student table and model. These identify the entries that are being used to seed data, and which team member generated the data values.