genghisken / psat-server

Core python3 and C++ code for ATLAS and Pan-STARRS science servers
MIT License
1 stars 0 forks source link

Fix multipart post handling for Postage Stamp Requests for Pan-STARRS #3

Open genghisken opened 1 year ago

genghisken commented 1 year ago

The python 2 to python 3 translated code does NOT work for Pan-STARRS multipart post handling for submitting FITS requests for both postage stamps and forced photometry. Need to migrate the code to use python requests.

Need to completely rewrite the sendPSRequest function in pstamp_utils.py