Skip to content

Commit

Permalink
solo.qli.batch: Demo: Bugfix, clarify docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikPGJ committed May 16, 2024
1 parent 27e296e commit e9fcbb7
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

0 comments on commit e9fcbb7

Please sign in to comment.