-
Notifications
You must be signed in to change notification settings - Fork 1
nirps general
- File structure - The UdeM file structure
- Tools - Instructions on using tools (apero_get, apero_astrometrics, lbl etc)
- Login details - Login to UdeM machines
- Github - Github instructions
- Python - python instruments
- APERO setup - The current setup and profiles for APERO
- APERO data demos - Some demonstrations for understanding APERO reduced data.
- How do I get the data manually?
- APERO Astrometric database - Look here for an objects name
- APERO Reject list - Add objects here that need rejecting from APERO.
- APERO reduction interface (NIRPS) - password protected - Summary of APERO reductions for NIRPS (stats, plots and downloads)
- APERO checks - Online and offline reduction babysitting
- APERO request form - form to request APERO data from UdeM
- UdeM NIRPS Meeting Notes - notes for previous and for discussion in future meetings
[email protected] (Working)
[email protected] (APERO, LBL reduction only)
i.e.
ssh -XY -oport=5822 [email protected]
Password: Ask Neil, Etienne, Frederique, Charles, Thomas
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
Please do not install any packages to the base conda environment.
conda create --name={conda env name} python=3.9
conda env list
conda remove --name {conda env name} --all
This is the current profiles to use on maestria or rali for nirps
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
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