Skip to content

Instantly share code, notes, and snippets.

View juliotux's full-sized avatar

Julio Campagnolo juliotux

  • CEFET-RJ
  • Rio de Janeiro - RJ, Brazil
View GitHub Profile
This file has been truncated, but you can view the full file.
======================
Proton: 1567906486 4.15-GE-2-7-g57d3fe8
SteamGameId: 323190
Command: ['/steam1/SteamLibrary/steamapps/common/Frostpunk/Frostpunk.exe']
Options: {'noesync'}
======================
ERROR: ld.so: object '/home/julio/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/julio/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object '/home/julio/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object '/home/julio/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
@juliotux
juliotux / gist:aad5526e857a9cfbd93216ab1e8fa1f4
Created March 21, 2019 01:54
iraf-anaconda-5.2-problem
[julio@dell7559 ~]$ conda install iraf-all
Solving environment: done
## Package Plan ##
environment location: /home/julio/.anaconda3
added / updated specs:
- iraf-all
This file has been truncated, but you can view the full file.
ERROR: ld.so: object '/home/julio/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/julio/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object '/home/julio/.local/share/Steam/ubuntu12_64/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS64): ignored.
ERROR: ld.so: object '/home/julio/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
4995.822:0008:0009:trace:module:load_builtin_callback loaded ntdll.dll 0x1106f0 0x7bc10000
4995.822:0008:0009:trace:module:load_builtin_dll Trying built-in L"kernel32.dll"
4995.822:0008:0009:trace:module:load_dll looking for L"ntdll.dll" in L""
4995.822:0008:0009:trace:module:load_dll Found L"C:\\windows\\system32\\ntdll.dll" for L"ntdll.dll" at 0x7bc10000, coun
This file has been truncated, but you can view the full file.
ERROR: ld.so: object '/home/julio/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/julio/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/julio/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
ERROR: ld.so: object '/home/julio/.local/share/Steam/ubuntu12_32/gameoverlayrenderer.so' from LD_PRELOAD cannot be preloaded (wrong ELF class: ELFCLASS32): ignored.
54417.312:0008:0009:trace:module:load_builtin_callback loaded ntdll.dll 0x10790 0x7bc20000
54417.312:0008:0009:trace:module:load_builtin_dll Trying built-in L"kernel32.dll"
54417.312:0008:0009:trace:module:load_dll looking for L"ntdll.dll" in L""
54417.312:0008:0009:trace:module:load_dll Found L"C:\\windows\\system32\\ntdll.dll" for L"ntdll.dll" at 0x7bc20000, c
Computer Information:
Manufacturer: Unknown
Model: Unknown
Form Factor: Laptop
No Touch Input Detected
Processor Information:
CPU Vendor: GenuineIntel
CPU Brand: Intel(R) Core(TM) i5-6300HQ CPU @ 2.30GHz
CPU Family: 0x6
@juliotux
juliotux / gen_pol.py
Last active November 12, 2020 12:56
Synthetic polarimetry image generator
# This file contains a simple code to generate synthetic image to simulate the data obtained by a polarimeter like IAGPOL
# It also reduce the images using astropop routines.
from astropy.io import fits
from astropy.table import vstack
from astropy.stats import gaussian_fwhm_to_sigma
from astropop.py_utils import mkdir_p
from astropop.pipelines.polarimetry_scripts import run_pccdpack, process_polarimetry
import numpy as np