Pipeline for novel method for obtaining normalised k-nu diagrams for various space weather monitoring
-
.jsonfiles contain dictionary of information needed to setup f-mode masking and time selection of data. NOTE:carr_rotis selected t0 + 2 days time of analysis;emerge_rotis the NOAA time used for logging active region of interest - all functions are in
ff_funcs.py - an example script of how functions are utlised is also given
ff_tester.py. User should change relevant file paths to accommodate their machine - computed FF files (in heliographic coordinates) are in
CR20142015_hp_v4.zip - either find in via server or https://doi.org/10.5281/zenodo.14732036
- Upadate Jan 2025: full disk normalised k-nu diagrams for full disk can be calculated using
norm_knu_FDfunction - Inputs: array of dates (any date format)
- Note: Initally, user needs to hardwire file locations for
CR20142015_hp_v4.zip(line 541 inff_funcs.py,ff_pathvariable) and data files (line 625 inff_funcs.py)
Example of code implentation:
import ff_funcs as ptools
normknu = ptools.norm_knu_FD(date=times) # where times is an array of date objectsOne HMI 4-hr dopplergram file takes 30-35 seconds to produce full disk normalised k-nu diagrams (therefore 180-210 secs for 1 day, around 1.5 hours for one Carrington Rotation)