You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally reported by: Eoin Carley (Bitbucket: ecarley, GitHub: Unknown)
All images that come out of the h-alpha section of the code are labelled with the prefix 'bbso'. For example, find a kanzelhohe image on solarmonitor.org, you will notice is has the name bbso_halph_fd_YYYYMMDD_HHMMSS.png
I suggest getting rid of the prefix and just having halph_fd_YYYYMMDD_HHMMSS.png. This will probably make the php script easier e.g., php code will not have to search for a number of different file names.
Original comment byDavid PS (Bitbucket: dvdgc, GitHub: Unknown):
We can properly name them, ie. bbso_halph_fd_YYYYMMDD_HHMMSS.png and kanz_halph_fd_YYYYMMDD_HHMMSS.png and update the php accordingly. It's not that difficult and the file name would be more descriptive. If you change all to just halph_fd_YYYYMMDD_HHMMSS.png then you will have to fix that all the old files have bbso on it.
Adding kanz should be a simple change to bbso array in globals.php.
Originally reported by: Eoin Carley (Bitbucket: ecarley, GitHub: Unknown)
All images that come out of the h-alpha section of the code are labelled with the prefix 'bbso'. For example, find a kanzelhohe image on solarmonitor.org, you will notice is has the name bbso_halph_fd_YYYYMMDD_HHMMSS.png
I suggest getting rid of the prefix and just having halph_fd_YYYYMMDD_HHMMSS.png. This will probably make the php script easier e.g., php code will not have to search for a number of different file names.
The text was updated successfully, but these errors were encountered: