From b6512272efcab059fc7317d207250fa8ff6fb0e3 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Fri, 13 Sep 2024 13:34:28 +0200 Subject: [PATCH] removed paste buffer --- infra/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/infra/README.md b/infra/README.md index f11b28a37..9c5e560ff 100644 --- a/infra/README.md +++ b/infra/README.md @@ -17,8 +17,6 @@ Before the LCU gets into the field, you want to configure some things: 1. Configure the IPMI to have the correct IP, 2. Update the destination for the beamlets to COBALT in [StationStreams.parset](https://git.astron.nl/lofar2.0/cobalt/-/blob/main/GPUProc/etc/parset-additions.d/default/StationStreams.parset) and deploy it, 3. Create CDB files: - -not 1 because i doubt it will integrate with VIM. 1. Generate the station-specific config from LOFAR1 using `generate_cdb_from_lofar1.py -s CS123` [Script location](../tangostationcontrol/tangostationcontrol/toolkit/generate_cdb_from_lofar1.py). 2. Make any adjustments needed, and add the file as `cs123.json` to [CDB/stations/](../CDB/stations/). 4. Prepare a build: -- GitLab