Size: 2513
Comment:
|
Size: 4405
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
__April 25th, 2011 :Status update: __ 1>jsoc.ColorTables is created and populated . Art's idea was to have two drms tables: a stand alone colortable with just ct name and format ie .sao or .lut and another tables mapping which hmi series goes with which table and what are the default min/max/scaling values. But as of now, Phil populates the pull down menu from the existing su_priya.ColorTables and that works . So, for now the plan is to not worry about the new colortable, but to edit jsoc_export as movie to not have any of the parameters hard coded but to accept min/max/scaling variables on the command line; if not supplied then to use show_info to determine the defaults and use them. 2>exportdataPD.html has scaling and size pull down menus put in..but I have not succeeded in populating them from the su_priya.ColorTables series. 3>Data products webpage: spent a lot of time making the left navbar with a rollover effect..but decided that it looked very crowded and confusing. spent some time trying to decide how to display the "Visual Data Products" page which needs to give equal status to all the missions ..its a lot of products! Played around with the idea of a carousel ..but finally decided on something simpler . The layout is a tablewith the five missions and then each product type will have its own slide show that will be activated when you roll over the mouse.As of now ONLY the HMI Observables slide how works . If this type of visual is ok with Phil; I'll go ahead. 4>Paper: Got the script for generating the figures using Linecore proxies(using I3 and I4 filtergrams values)working and the plots look right. Need to make 4 sets for the four flares and spend some time making them look pretty. Edited a big chunk based on revised plan. More edits due.would like to be done with it by end of next week. |
|
Line 8: | Line 19: |
some other ideas: maybe the ? on the lookdata/exportdata page should be an i symbol or a flashbulb? 4/18/2012: | some other ideas: maybe the ? on the lookdata/exportdata page should be an i symbol or a flashbulb? 4/18/2012:__ __ __April 18 Status update:__ |
April 25th, 2011 :Status update:
1>jsoc.ColorTables is created and populated . Art's idea was to have two drms tables: a stand alone colortable with just ct name and format ie .sao or .lut and another tables mapping which hmi series goes with which table and what are the default min/max/scaling values. But as of now, Phil populates the pull down menu from the existing su_priya.ColorTables and that works . So, for now the plan is to not worry about the new colortable, but to edit jsoc_export as movie to not have any of the parameters hard coded but to accept min/max/scaling variables on the command line; if not supplied then to use show_info to determine the defaults and use them.
2>exportdataPD.html has scaling and size pull down menus put in..but I have not succeeded in populating them from the su_priya.ColorTables series.
3>Data products webpage: spent a lot of time making the left navbar with a rollover effect..but decided that it looked very crowded and confusing. spent some time trying to decide how to display the "Visual Data Products" page which needs to give equal status to all the missions ..its a lot of products! Played around with the idea of a carousel ..but finally decided on something simpler . The layout is a tablewith the five missions and then each product type will have its own slide show that will be activated when you roll over the mouse.As of now ONLY the HMI Observables slide how works . If this type of visual is ok with Phil; I'll go ahead.
4>Paper: Got the script for generating the figures using Linecore proxies(using I3 and I4 filtergrams values)working and the plots look right. Need to make 4 sets for the four flares and spend some time making them look pretty. Edited a big chunk based on revised plan. More edits due.would like to be done with it by end of next week.
To do in week of Apr19-25
- Make sure all the color Tables including mag is in the DRMS. Figure out if WVL is enough as a prime key? Or do we need to add a "string" as a prime key. make it work with jsocexport manage as a variable.
- The link now opens in a new tab..but doesnt close the tab when the focus changes. and a new link is clicked ,need to figure that one out.
- Ask Art what he wants for the tables- put in the javascript required to make the scaling/min/max as variables. Make sure you put an alert to pop up when the user chooses a different scaling.
- make the figures for the paper. Put in text to explain the reasons for using and focusing on filtergrams.
- The Dataproducts webpage: Phil wants a more instrument to go on there.see ~/priya/JSOC_webpages_design.pdf for the flowchart
some other ideas: maybe the ? on the lookdata/exportdata page should be an i symbol or a flashbulb? 4/18/2012:
April 18 Status update:
- This past week was the performance review. Goal is to increase efficiency and productivity by taking on fewer well defined tasks and pushing towards completing them. Will with Art to improve programming skills in C and understanding of DRMS and Export System. Am working on 3 main projects+ any exportdata bugs that Art may send my way.
1> The JSOC Data products web page: [http://jsoc.stanford.edu/Priya/HMI/ http://jsoc.stanford.edu/Priya/HMI/ ]
- Have updated most of the child links with info that people sent me.
figured out where to put in the javascript so the difference between jsoc and jsoc2 is maintained. Turns out ..it need to go into a window.OnLoad function no bodyOnload .
- put in javascript to make the pages elastic-ie font/images change size based on client browser width.
- Resized header so it does not wrap around and come to the next level. all fonts/margins etc are now in "em" so that makes it scalable . Again order of functions in the main js calling function seems important. check in with Phil.
- The link now opens in a new tab..but doesnt close the tab when the focus changes. and a new link is clicked ,need to figure that one out.
2> Flares paper
- Have determined what all needs to be rewritten- but just starting on it today.
- Emailed Hugh that I will get back to the paper.
3> Making the Colortables/scale a variable that can be used during exporting data as jpgs/mpgs. * Have not done much about it yet.