Skip to content

nirps general

Neil Cook edited this page Mar 13, 2024 · 32 revisions

NIRPS General documentation

  1. File structure - The UdeM file structure
  2. Tools - Instructions on using tools (apero_get, apero_astrometrics, lbl etc)
  3. Login details - Login to UdeM machines
  4. Github - Github instructions
  5. Python - python instruments
  6. APERO setup - The current setup and profiles for APERO
  7. APERO data demos - Some demonstrations for understanding APERO reduced data.
  8. How do I get the data manually?
  9. APERO Astrometric database - Look here for an objects name
  10. APERO Reject list - Add objects here that need rejecting from APERO.
  11. APERO reduction interface (NIRPS) - password protected - Summary of APERO reductions for NIRPS (stats, plots and downloads)
  12. APERO checks - Online and offline reduction babysitting
  13. APERO request form - form to request APERO data from UdeM
  14. UdeM NIRPS Meeting Notes - notes for previous and for discussion in future meetings






Login details

nirps-client@maestria.astro.umontreal.ca (Working)

nirps-client@rali.astro.umontreal.ca (APERO, LBL reduction only)

i.e.

ssh -XY -oport=5822 nirps-client@maestria.astro.umontreal.ca

Password: Ask Neil, Etienne, Frederique, Charles, Thomas






Github

The nirps-admin, nirps-client accounts are linked by ssh-key to the apero-drs GitHub account.

If possible please do not change the code in the /cosmos99 directories directory.

Instead, correct the code locally, commit to GitHub and checkout / pull on /cosmos99






Python

Please do not install any packages to the base conda environment.

Create New environment

conda create --name={conda env name} python=3.9

See current environments

conda env list

Remove environment

conda remove --name {conda env name} --all






APERO setup

This is the current profiles to use on maestria or rali for nirps

NIRPS HA

Login to account:

>> ssh -XY nirps-client@maestria

{apero conda env} steps:

>> conda deactivate    // 5 times
>> conda activate apero-env-07

{apero profile source} steps (choose between online and offline reductions):

>> nirps_ha_online

or

>> nirps_ha_offline

NIRPS HE

Login to account:

>> ssh -XY nirps-client@maestira

{apero conda env} steps:

>> conda deactivate    // 5 times
>> conda activate apero-env-07

{apero profile source} steps (choose between online and offline reductions):

>> nirps_he_online

or

>> nirps_he_offline