Differences between revisions 9 and 17 (spanning 8 versions)
Revision 9 as of 2011-01-25 04:08:41
Size: 2639
Editor: glimmer
Comment:
Revision 17 as of 2012-04-21 04:56:26
Size: 2370
Editor: glimmer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
1/24/10
The aia_make_images module works fine. It chooses the correct colortable based on the record: and makes multiple colortable-images for a series with multiple wavelengths. Need to figure out how to put in log scaling in render_image. Also we need a faciltiy to be able to export images/fits and movie ALL at one go.
Spent some time just brushing up on C.
To do in week of Apr19-25
Line 5: Line 3:
1/10/10  1. 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.
 1. 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.
 1. make the figures for the paper. Put in text to explain the reasons for using and focusing on filtergrams.
 1. 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:
Line 7: Line 10:
Converted all the AIA color tables to .lut. Familiarized myself with the AIA data. We will need lev1 and lev1_hg_patch and lev 1.5 data to be made into movies.  . 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 '''
Line 9: Line 19:
 * Have determined what all needs to be rewritten- but just starting on it today.
 * Emailed Hugh that I will get back to the paper.
''' '''
Line 10: Line 23:





1/4/10

 . 1> Art suggested he would make the edits to the jsoc_export_manage
 . 2> found the colortables for AIA images
 . 3> For the Flares Project: turns out that getting the list of flares may be a bit elaborate: grepping and awking though lists at NOAA. Spent a lot of time trying to find a site with location and flare categories.
 .
12/15/10

1> Bash script is done and works 2> script interacts ok with the qsub call ie works fine on the cluster. The exportdataPD.html and exportdataPD2.html pages includ ethe drop down menu (in js)to include image and movie. 3> met with Phil: 3 new issues:

 * AIA images/movies also need to be made from from the jsioc page. They have specific requirements for their colors.
 * jsoc_export_manage need to be reorganized so that calls are not replicated in the (as of now) 2 possible calles :1) to jsoc_export_as_is:
  . 2) to jsoc_export_as_fits but all possiblre common pre-processing is done.
 * Phil would like the option of choosing the scaling/colortable/size for the images/movie
 * edited the Camilla_sdo card to put on sdo facebook page
##master-page:HomepageTemplate
#format wik

== Priya Desai ==
Email: [[MailTo( priya@sun.stanford.edu ]

11/16/10

1> Met with Art to discuss integrating the image and movie option in the JSOC_export page.The image option will be a bash script~module) with the name "jsoc_export_as_image" to maintain consistency. At least initially all default values such as scaling/colortables etc should be provided within the module (not given as options to the user).

 * Use the colortables from the DRMS series.
 * Have 5 possible types of files: hmi.M_ (magentogram), hmi.V_ (Dopplergram), hmi.Ic_ (Continuum), hmi.Ld_(Line Depth), hmi.Lw_(Line width)
2> As a next step, need to insert *ALL* IDL colortables into the DRMS series for colortables that has been created.

3> Met with Todd to talk about creating a better colortable for the Public Images -something that will show the structure in the penumbra. and has a pale yellow background.
 . '''3> ''''''Making the Colortables/scale a variable that can be used during exporting data as jpgs/mpgs.''' * Have not done much about it yet.
Line 47: Line 25:
 . CategoryHomepage  . CategoryCategory

To do in week of Apr19-25

  1. 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.
  2. 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.
  3. make the figures for the paper. Put in text to explain the reasons for using and focusing on filtergrams.
  4. 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:

  • 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.


JsocWiki: PriyaDesai (last edited 2013-05-01 04:35:23 by localhost)