Comandos útiles para resultados rápidos

Recopilación comandos útiles

Comprimir:

tar -czvf empaquetado.tar.gz /carpeta/a/empaquetar/

Descomprimir:

tar -xzvf archivo.tar.gz

SQL query en VSA:

If you chose to produce results in csv format then a quick edit of the results file to remove the header just leaves the results like

+234.9118920, -55.1559540<tel:55.1559540>, 2188460
+234.9118920, -55.1559540<tel:55.1559540>, 2733137

Este archivo puede ser usado como un input en multigetimage, lo que se debe hacer es setear el “ID column” en la opción multiframeID y NO SELECCIONAR ninguna longitud de onda específica. El resultado de este proceso

The results of multigetImage for this example are temporarily at http://horus.roe.ac.uk/vsa/tmp/MultiGetImage/upload22458tmp_325dir/index.html (I did 1 arcmin)

Some images will show as “missing” as the min/max RA/Dec held for the images describes an image aligned with RA/Dec which enloses the VVV images which are aligned with l/b.

If you just want tiles change to frametype like ‘tilestack’ For pawprints frametype like ‘stack’.

The deprecated < 128 filters out earlier processing versions of the same observation (might not be necessary as I think they are probably not put in the release anyhow). You might like to set deprecated=0 to exclude images deprecated for any reason (depth, seeing etc)

http://casu.ast.cam.ac.uk/vistasp/imgquery/search

Hay que poner las coordenadas del cluster y un radio de busqueda pequeño para que nos arroje el tile que lo contiene, de la forma “Ra Dec degrees”.

Alias típicos para asegurar uniformidad:

alias cl
alias irafcl

pasos para instalar gfortran3 en ubunutu 20 hacia arriba.

https://gist.github.com/sakethramanujam/faf5b677b6505437dbdd82170ac55322

Búsqueda en el catálogo VIRAC

info: https://vvv.herts.ac.uk

Paper: https://vvv.herts.ac.uk/virac_v1.pdf

SELECT ra,dec,rapm ,depm FROM vvvProperMotionCatalogue WHERE ra BETWEEN 278.9 AND 279.1 AND dec BETWEEN -24.0 AND -23.7

Notas para Ubuntu 18 para arriba

sudo apt install libcfitsio-bin

sudo apt install gfortran

sudo apt-get install python3-scipy

sudo apt-get install python3-pip

sudo apt install iraf xgterm

sudo apt-get install openjdk-7-jre