Skip to content
Advertisement

Tag: exe

Running .EXE or Perl file on Google Colab

I want to process a set of HDR files with an Executable (e.g., falsecolor2.exe) file on google colab. The source file is here: https://github.com/mostaphaRoudsari/honeybee/blob/master/resources/falsecolor2.exe?raw=true sample HDR files: http://www.anyhere.com/gward/hdrenc/pages/originals.html The executable takes an HDR file with some arguments and generates a new HDR file. On my local machine and drive, the following code works OK: I am not sure how to

Advertisement