error: epstopdf Output filename not allowed in restricted mode
may occur if you include .eps files above the directory of the .tex file.
LaTeX by default cannot traverse upwards from the current “*.tex” directory.
This is generally a good security choice.
When necessary, it is possible to bypass this security by including the --shell-escape option in pdflatex command:
pdflatex --shell-escape myfile.tex
In TeXmaker / TeXstudio, under: Options → Configure → Commands
add --shell-escape right after pdflatex in the PdfLaTeX command box.
This example shows when --shell-escape is needed.
Assuming files
~/work/report.tex
~/matlab/plot.eps
This LaTeX content triggers the error until --shell-escape is used.
Windows Fast Ring builds keep sticking at 87% before updating.
I got into a giant boot loop where the update would fail or I’d hard reboot (hold power button) and this was not working.
This problem can be fixed by if computer is on WiFi, additionally plug it in via Ethernet.
This may require a USB 3 to Ethernet adapter if your PC doesn’t have an Ethernet port.
Unplug the Ethernet connector when Windows Update is stuck (for me it was at 87%)
wait say 10 seconds, then plug in Ethernet again.
upon plugging Ethernet in, Windows Update very rapidly finished the update and rebooted and continued installing Windows.
This happened for me on multiple Windows builds.
Each time, the procedure above made Windows Update complete rapidly and successfully.
Format a micro SD card to FAT32. Find the SD card device name from df – be sure you don’t overwrite your hard drive! Suppose the SD card is at /dev/mmcblk0:
The Red Pitaya v1.1 education pricing is currently 149 Euro or $166 US.
A pair of Red Pitaya v1.1 will test the phase-modulated waveform for
PiRadar.
This makes it easier to avoid fiddling around with the Raspberry Pi due to the PWM PLL timing glitches we observed in initial experiments.
In fact, using the Red Pitaya for PiRadar will
cost less than the Raspberry Pi!
RF Signal Generation and Reception:
Transmit PiRadar waveform with 100 kHz bandwidth centered at 3.7 MHz: complex baseband → DUC → DAC
Receive PiRadar waveform at 3.7 MHz with 100 kHz bandwidth: ADC → DDC → complex baseband
Generate simple metric of data bandwidth vs. SNR and bandwidth in AWGN (should reasonably match theory)
Data recording: record complex baseband signal to USB HDD in
digital_rf.
FPGA timing: has to work well or the rest of the radar doesn’t work – this is key project-wide blocker
get 1 PPS to trigger noise sequence transmission.
trigger receiver off of 1 PPS or mark receive samples with 1 PPS ticks
LaTeX Tikz diagram can be converted to SVG vector graphics conversion at full quality from the command line (no GUI).
Convert LaTeX Tikz diagram to SVG by generating PDF from LaTeX as usual:
pdflatex mydoc.tex
Use Inkscape from Terminal to convert PDF to SVG at full vector quality:
To use SVG in Overleaf or LaTeX without \usepackage{svg}, convert SVG to EPS or PNG.
This may be needed for some journals that don’t allows using extra packages like svg.
Convert SVG to EPS: vector graphics conversion at full quality from the command line (no GUI).
Imagemagick doesn’t seem to be able to do this (Imagemagick makes gigantic raster EPS), but Inkscape does the vector SVG to EPS conversion well.
inkscape -E out.eps in.svg
Convert SVG to PNG (raster) with
inkscape -e out.png in.svg
See man inkscape for more options e.g. to select PNG resolution.
The Optical Mesosphere Thermosphere Imager (OMTI) system used four CCD filtered cameras to gaze at the aurora from 2005-2014 at the Resolute Bay Incoherent Scatter Radar (RISR) site.
Distant instruments such as satellites and SuperDARN have been used together with OMTI data in the selection of OMTI-based literature below.