Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.102 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.81; '*S*': 0.01; 'subject:into': 0.09; 'numpy': 0.16; 'subject:Convert': 0.16; 'subject:array': 0.16; 'advance.': 0.19; 'everyone,': 0.19; 'array': 0.29; 'message- id:@mail.gmail.com': 0.30; 'convert': 0.35; 'received:google.com': 0.35; 'thanks': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'how': 0.40; 'to:2**2': 0.65; 'to:no real name:2**2': 0.72; 'sfxlen:1': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=ufE2Tnfqkn6Ca8/6BSalIt4yGfPNmrE3xZ9mWNJkY2E=; b=XKb9XpYWCcCeom/jxAnqdTJwCn/HNu0iC05ok/hAXVvKt4Dvk/N7w519XLqtMy+IFZ 2I5Kx13gTOQF1BCLi4WPCORHSQF69xb10L+bf6i6jXCfvFLlpRx8wNQdYcn6Ik0gUgoU 6M6IWfwRbUo/URWgRkTVwQBH6l1EJftz+FpL2Ft4tIBUtWCNJ89L+D9EFUS5PVM2VTct LO4HD++3qG+vWoBx0I2TFPrzOvCp/sQe5z2axbZWk1fLL9m1MLgVYkxOX/YWFnM+QY+l 6Pk2y+SKFulujH8X0vgxleCbQ6Ah8a4yyZ+XKSwcZ1KTzs84c2SzrYZc0HKratc9z0uP 2/+A== X-Received: by 10.112.33.14 with SMTP id n14mr3402963lbi.99.1409152144015; Wed, 27 Aug 2014 08:09:04 -0700 (PDT) MIME-Version: 1.0 From: phinn stuart Date: Thu, 28 Aug 2014 00:08:43 +0900 Subject: Convert 3d NumPy array into 2d To: python-list@python.org, scipy-user@scipy.org, numpy-discussion@scipy.org Content-Type: multipart/alternative; boundary=14dae93d9440fa870905019dccb1 X-Mailman-Approved-At: Wed, 27 Aug 2014 19:36:50 +0200 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1409161011 news.xs4all.nl 2966 [2001:888:2000:d::a6]:60661 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:77149 --14dae93d9440fa870905019dccb1 Content-Type: text/plain; charset=UTF-8 Hi everyone, how can I convert (1L, 480L, 1440L) shaped numpy array into (480L, 1440L)? Thanks in the advance. phinn --14dae93d9440fa870905019dccb1 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Hi everyone, how can I convert=C2=A0(1L, 480L, 1440L) shap= ed numpy array into (480L, 1440L)?

Thanks in the advance= .

phinn
--14dae93d9440fa870905019dccb1--