BHTOM-Team / bhtom2

6 stars 2 forks source link

Error messages to be more informative for CSV Photometry Upload #124

Open wyrzykow opened 3 months ago

wyrzykow commented 3 months ago

CSV photometry upload could check for possible errors, and give a more detailed message. Let's list the possible errors here and then code them:

  1. File has the wrong format (check if JD is used or MJD, and if all the columns are there and the header)
  2. File should have the .csv extension
  3. ... add more if encountered