sdss / lvmcam

An actor implementation of sdss-araviscam for lvmagp
https://sdss-lvmcam.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Return of expose #45

Closed HojaeAhn closed 2 years ago

HojaeAhn commented 2 years ago

Currently expose function just displays the result image path and returns only command finish as command.info(PATH=path_dict) return command.finish()

I suggest putting the upper line as the return value. return command.finish(PATH=path_dict)

It displays same thing as before, and the other actor can use this path information additionally from send_command.