lsst-epo / citsci-notebook-core-pipeline

Other
0 stars 0 forks source link

Separate out zip logic from sending the image data in the citSci pipeline package #24

Closed ericdrosas87 closed 7 months ago

ericdrosas87 commented 7 months ago

User story

As the developer of the citSci pipeline package, I need to separate out the zip logic from the rest of the send_image_data() logic so that the send_image_data() cell is performant.

Definition of done

I have separated out the zip logic from the send_image_data() function