diff --git a/mission/solar_orbiter/+solo/+qli/+batch/generate_quicklooks_demo.m b/mission/solar_orbiter/+solo/+qli/+batch/generate_quicklooks_demo.m index 4149bb939..768647c3b 100644 --- a/mission/solar_orbiter/+solo/+qli/+batch/generate_quicklooks_demo.m +++ b/mission/solar_orbiter/+solo/+qli/+batch/generate_quicklooks_demo.m @@ -1,12 +1,12 @@ % -% Demonstration code for how to generate "IRFU quicklooks" ("QLI") locally. The -% user may have to copy and modify this function to generate quicklooks -% themselves. +% EXAMPLE code for how to generate "IRFU quicklooks" ("QLI") locally from +% inside MATLAB. The user may have to copy and modify this function to generate +% quicklooks themselves. % % % NOTES % ===== -% * The example implementation below is system-dependent! The function is +% * This EXAMPLE implementation below is system-dependent! The function is % configured for being run on brain/spis at IRFU, or any system where % /data/solo/ has been mounted to the same location. % * GENERATING QUICKLOOKS IS TIME-CONSUMING, in particular 24h, 6h, 2h @@ -73,5 +73,5 @@ function generate_quicklooks_demo(outputDir) solo.qli.batch.generate_quicklooks(... [], VHT_DIR, outputDir, ... GENERATE_NONWEEKLY_QUICKLOOKS, GENERATE_WEEKLY_QUICKLOOKS, ... - DAYS_DATETIME_COLUMN_ARRAY, GQL, FSL) + DAYS_DATETIME_COLUMN_ARRAY, GQL) end