In [6]: my_maps.set_levels(1,[50,60,70,80,90], percent = True)---------------------------------------------------------------------------AttributeError Traceback (most recent call last)/Users/oliveros/Downloads/sunpy-sunpy-3286ef5/sunpy/<ipython-input-6-9b1f1aa33f61> in <module>()----> 1 my_maps.set_levels(1,[50,60,70,80,90], percent = True)AttributeError: CompositeMap instance has no attribute 'set_levels'
git clone git://github.com/sunpy/sunpy.git
cd sunpy
python setup.py install
To unsubscribe from this group, send email to sunpy+unsubscribe@googlegroups.com.
Hi Steven,Thanks! I think your document answer the majority of questions that I had referring to the contours. I'll be playing with this during the weekend and to re-write the read_gong routine. I have the next problem while trying to make run your examples in my computer, in particular with the defininition of the contour levels.In [6]: my_maps.set_levels(1,[50,60,70,80,90], percent = True)---------------------------------------------------------------------------AttributeError Traceback (most recent call last)/Users/oliveros/Downloads/sunpy-sunpy-3286ef5/sunpy/<ipython-input-6-9b1f1aa33f61> in <module>()----> 1 my_maps.set_levels(1,[50,60,70,80,90], percent = True)AttributeError: CompositeMap instance has no attribute 'set_levels'I think I downloaded the latest version using git as is explained in the sunpy webpage
Nggit clone git://github.com/sunpy/sunpy.git
To view this discussion on the web visit https://groups.google.com/d/msg/sunpy/-/7KlSwdLKg-AJ.
To unsubscribe from this group, send email to sunpy+un...@googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "SunPy" group.
To view this discussion on the web visit https://groups.google.com/d/msg/sunpy/-/cqxRt2-h-kIJ.
--
You received this message because you are subscribed to the Google Groups "SunPy" group.
To view this discussion on the web visit https://groups.google.com/d/msg/sunpy/-/eW8_USTb0MMJ.
my_maps = sunpy.make_map([sunpy.EIT_195_IMAGE, sunpy.RHESSI_IMAGE])
my_maps.add_map(sunpy.AIA_171_IMAGE) my_maps.set_alpha(2,0.5) my_maps.set_levels(1,[50,60,70,80,90], percent = True) my_maps.show()
To unsubscribe from this group, send email to sunpy+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/sunpy?hl=en.
--
You received this message because you are subscribed to the Google Groups "SunPy" group.
To post to this group, send email to su...@googlegroups.com.
To unsubscribe from this group, send email to sunpy+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/sunpy/-/0TNVS6jdRsIJ.
To post to this group, send email to su...@googlegroups.com.
To unsubscribe from this group, send email to sunpy+un...@googlegroups.com.