codercahol / chlamy-ImPi

An image processing pipeline for time-series of Chlamydomonas reinhardtii fluorescence photos
Other
0 stars 0 forks source link

Upscaling conflicting with timestep dimension? #4

Closed codercahol closed 8 months ago

codercahol commented 9 months ago

https://github.com/codercahol/chlamy-ImPi/blob/597c8e4dbb93b62c0f8ef06406db4258ce5f92d0/chlamy_impi/controls_2.py#L55-L63

Continuing issue #3, with reference to the actual code.

Prior to upscaling, I would just divide by 2. After adding the upscaling, I think because I would sometimes re-run the step I removed the division by two so that it wouldn't get continually divided by two again and again each time I ran the code interactively.

codercahol commented 8 months ago

irrelevant bc the code has been reworked