Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98951681
unlens1.c
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Jan 18, 00:08
Size
691 B
Mime Type
text/x-c
Expires
Mon, Jan 20, 00:08 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23675963
Attached To
R1448 Lenstool-HPC
unlens1.c
View Options
#include<stdio.h>
#include<math.h>
#include<fonction.h>
#include<constant.h>
#include<dimension.h>
#include<structure.h>
/****************************************************************/
/* nom: unlens1 */
/* auteur: Jean-Paul Kneib */
/* date: 10/02/92 */
/* place: Toulouse */
/****************************************************************/
struct galaxie unlens1(struct galaxie arclet, double dlsds)
{
struct galaxie source;
struct ellipse ampli;
ampli = e_unmag_gal(&arclet);
isoima(&arclet.E, &li, &source.E);
e_dpl(&arclet.C, dlsds, &source.C);
return(source);
}
Event Timeline
Log In to Comment