Diffculty Opening Project

Provides a system for patient-specific cardiovascular modeling and simulation.
POST REPLY
User avatar
Stanley Wong
Posts: 3
Joined: Mon May 13, 2024 3:59 pm

Diffculty Opening Project

Post by Stanley Wong » Tue Jul 16, 2024 4:37 pm

Hi there,

When trying to open a project folder, I am running into an error reading "No project image location file found", though all of the required files seem to be in the appropriate folders. I have attached a screenshot of this error, as well as the project folder I am trying to open, downloaded from the link below:

https://berkeley.box.com/s/ikl4qf236d9o ... fti8hoambt

I am currently running MacOS 14.4 and am using SimVascular Version 2023.05.23.

Thanks for the help,
Stanley
Attachments
Screenshot 2024-07-16 at 4.37.25 PM.png
Screenshot 2024-07-16 at 4.37.25 PM.png (8.07 KiB) Viewed 121 times

User avatar
David Parker
Posts: 1653
Joined: Tue Aug 23, 2005 2:43 pm

Re: Diffculty Opening Project

Post by David Parker » Thu Jul 18, 2024 4:47 pm

Hi Stanley,

This project is missing a .svproj file. Add a .svproj file containing

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<projectDescription version="1.0">
    <images folder_name="Images">
        <image name="0171SC" in_project="yes" path="0171SC.vti"/>
    </images>
    <paths folder_name="Paths"/>
    <segmentations folder_name="Segmentations"/>
    <models folder_name="Models"/>
    <meshes folder_name="Meshes"/>
    <simulations folder_name="Simulations"/>
    <flow folder_name="flow-files"/>
</projectDescription>
to the project directory.

Where did you get this project?

Cheers,
Dave

User avatar
Stanley Wong
Posts: 3
Joined: Mon May 13, 2024 3:59 pm

Re: Diffculty Opening Project

Post by Stanley Wong » Fri Jul 26, 2024 11:42 am

Hi David,

Thanks for your help. Unfortunately I wasn't able to get the project to open even after adding the .svproj file, but I was able to find another workaround by creating the project in simvascular first then just transferring the files into that newly created project.

To answer your question, I got this project from vascularmodel.com

Thanks,
Stanley

POST REPLY